Hex #3d5f4d Color

#3d5f4d
equivalent to

RGB

(61, 95, 77)

Details of #3d5f4d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
61
7.3562
0.41
0.36
37.3211
9.7123
148°
31.1646
95
9.7123
0.22
0.00
-16.7526
0.2876
36°
-12.4040
77
8.5081
0.31
0.19   0.63
6.4286
0.3797
37°
5.6341

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
111101
75
61
3D
Green
1011111
137
95
5F
Blue
1001101
115
77
4D

RGB in % of #3d5f4d

%26.18
%40.77
%33.05

CMYK in % of #3d5f4d

%36
%0
%19
%63

Triads of color #3d5f4d

#3d5f4d #5f4d3d #4d3d4d

Similar Colors to #3d5f4d

#3d5f4d #3e5f3d #3d5f5e

Preview Color #3d5f4d on black ground

#3d5f4d is very interesting for text.

Preview Color #3d5f4d on white ground

#3d5f4d is very interesting for text.

CSS Codes #3d5f4d color

.mybgcolor {background-color:#3d5f4d; }
.myforecolor {color:#3d5f4d; }
.mybordercolor {border:3px solid #3d5f4d; }

Text Font Color #3d5f4d

<p style="color:#3d5f4d">Text here</p>

This sample text font color is #3d5f4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #3d5f4d

<div style="background-color:#3d5f4d">
Div content here</div>

This div background color is #3d5f4d


Border Color #3d5f4d

<div style="border:3px solid #3d5f4d">
Div here</div>

The color of this border is #3d5f4d


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #3d5f4d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #3d5f4d;
-webkit-box-shadow: 1px 1px 3px 2px #3d5f4d;
box-shadow:         1px 1px 3px 2px #3d5f4d; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #3d5f4d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #3d5f4d;
  -webkit-box-shadow: 1px 1px 3px 2px #3d5f4d;
  box-shadow:         1px 1px 3px 2px #3d5f4d;">
Div content here</div>

The shadow of div box using color #3d5f4d