Color Hex Logo

#39764d Color Hex

#39764D
(57,118,77)
0 Favorites   0 Comments

Color spaces of #39764d

RGB 5711877
HSL0.390.350.34
HSV140°52°46°
CMYK 0.520.000.35   0.54
XYZ9.505314.36259.2924
Yxy14.36250.28660.4331
Hunter Lab37.8979-21.551111.9909
CIE-Lab44.7484-29.762116.6839

#39764d color RGB value is (57,118,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110110 01001101
Octal 71 166 115
Decimal 57 118 77
Hex 39 76 4D

RGB Percentages of Color #39764d

%22.62
%46.83
%30.56

CMYK Percentages of Color #39764d

%52
%0
%35
%54

Triadic Colors of #39764d

#39764d #4d3976 #764d39

Analogous Colors of #39764d

#39764d #39766c #447639

Monochromatic Colors of #39764d

#39764d

Complementary Color

#39764d #763962

#39764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39764d Color CSS Codes

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

#39764d Text Font Color

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

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


#39764d Background Color

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

This div background color is #39764d


#39764d Border Color

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

This div border color is #39764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39764d


Comments

No comments written yet.

Please login to write comment.