Color Hex Logo

#39764e Color Hex

#39764E
(57,118,78)
0 Favorites   0 Comments

Color spaces of #39764e

RGB 5711878
HSL0.390.350.34
HSV141°52°46°
CMYK 0.520.000.34   0.54
XYZ9.540914.37689.4799
Yxy14.37680.28570.4305
Hunter Lab37.9168-21.438811.7181
CIE-Lab44.7685-29.559616.1303

#39764e color RGB value is (57,118,78).

#39764e hex color red value is 57, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #39764e hue: 0.39 , saturation: 0.35 and the lightness value of 39764e is 0.34.

The process color (four color CMYK) of #39764e color hex is 0.52, 0.00, 0.34, 0.54. Web safe color of #39764e is #336666. Color #39764e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110110 01001110
Octal 71 166 116
Decimal 57 118 78
Hex 39 76 4E

RGB Percentages of Color #39764e

%22.53
%46.64
%30.83

CMYK Percentages of Color #39764e

%52
%0
%34
%54

Triadic Colors of #39764e

#39764e #4e3976 #764e39

Analogous Colors of #39764e

#39764e #39766d #437639

Monochromatic Colors of #39764e

#39764e

Complementary Color

#39764e #763961

#39764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39764e Color CSS Codes

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

#39764e Text Font Color

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

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


#39764e Background Color

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

This div background color is #39764e


#39764e Border Color

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

This div border color is #39764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39764e


Comments

No comments written yet.

Please login to write comment.