Color Hex Logo

#3d726b Color Hex

#3D726B
(61,114,107)
0 Favorites   0 Comments

Color spaces of #3d726b

RGB 61114107
HSL0.480.300.34
HSV172°46°45°
CMYK 0.460.000.06   0.55
XYZ10.595614.088316.0708
Yxy14.08830.26000.3457
Hunter Lab37.5344-15.29630.8883
CIE-Lab44.3593-19.5306-1.6276

#3d726b color RGB value is (61,114,107).

#3d726b hex color red value is 61, green value is 114 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #3d726b hue: 0.48 , saturation: 0.30 and the lightness value of 3d726b is 0.34.

The process color (four color CMYK) of #3d726b color hex is 0.46, 0.00, 0.06, 0.55. Web safe color of #3d726b is #336666. Color #3d726b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110010 01101011
Octal 75 162 153
Decimal 61 114 107
Hex 3D 72 6B

RGB Percentages of Color #3d726b

%21.63
%40.43
%37.94

CMYK Percentages of Color #3d726b

%46
%0
%6
%55

Triadic Colors of #3d726b

#3d726b #6b3d72 #726b3d

Analogous Colors of #3d726b

#3d726b #3d5f72 #3d7251

Monochromatic Colors of #3d726b

#3d726b

Complementary Color

#3d726b #723d44

#3d726b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d726b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d726b Color CSS Codes

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

#3d726b Text Font Color

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

This sample text font color is #3d726b
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.


#3d726b Background Color

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

This div background color is #3d726b


#3d726b Border Color

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

This div border color is #3d726b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d726b


Comments

No comments written yet.

Please login to write comment.