Color Hex Logo

#39706e Color Hex

#39706E
(57,112,110)
0 Favorites   0 Comments

Color spaces of #39706e

RGB 57112110
HSL0.490.330.33
HSV178°49°44°
CMYK 0.490.000.02   0.56
XYZ10.296013.584016.8312
Yxy13.58400.25290.3337
Hunter Lab36.8565-14.6342-1.2764
CIE-Lab43.6303-18.6783-4.5258

#39706e color RGB value is (57,112,110).

#39706e hex color red value is 57, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #39706e hue: 0.49 , saturation: 0.33 and the lightness value of 39706e is 0.33.

The process color (four color CMYK) of #39706e color hex is 0.49, 0.00, 0.02, 0.56. Web safe color of #39706e is #336666. Color #39706e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 01101110
Octal 71 160 156
Decimal 57 112 110
Hex 39 70 6E

RGB Percentages of Color #39706e

%20.43
%40.14
%39.43

CMYK Percentages of Color #39706e

%49
%0
%2
%56

Triadic Colors of #39706e

#39706e #6e3970 #706e39

Analogous Colors of #39706e

#39706e #395670 #397053

Monochromatic Colors of #39706e

#39706e

Complementary Color

#39706e #70393b

#39706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39706e Color CSS Codes

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

#39706e Text Font Color

<p style="color:#39706e">Text here</p>

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


#39706e Background Color

<div style="background-color:#39706e">
Div content here</div>

This div background color is #39706e


#39706e Border Color

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

This div border color is #39706e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,112,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39706e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39706e;
  -webkit-box-shadow: 1px 1px 3px 2px #39706e;
  box-shadow:         1px 1px 3px 2px #39706e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39706e


Comments

No comments written yet.

Please login to write comment.