Color Hex Logo

#3d6b72 Color Hex

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

Color spaces of #3d6b72

RGB 61107114
HSL0.520.300.34
HSV188°46°45°
CMYK 0.460.060.00   0.55
XYZ10.219412.722417.8366
Yxy12.72240.25060.3120
Hunter Lab35.6685-11.2777-4.6810
CIE-Lab42.3420-13.7175-8.8432

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

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

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

Base Numbers

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

RGB Percentages of Color #3d6b72

%21.63
%37.94
%40.43

CMYK Percentages of Color #3d6b72

%46
%6
%0
%55

Triadic Colors of #3d6b72

#3d6b72 #723d6b #6b723d

Analogous Colors of #3d6b72

#3d6b72 #3d5172 #3d725f

Monochromatic Colors of #3d6b72

#3d6b72

Complementary Color

#3d6b72 #72443d

#3d6b72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d6b72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d6b72 Color CSS Codes

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

#3d6b72 Text Font Color

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

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


#3d6b72 Background Color

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

This div background color is #3d6b72


#3d6b72 Border Color

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

This div border color is #3d6b72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d6b72


Comments

No comments written yet.

Please login to write comment.