Color Hex Logo

#39755a Color Hex

#39755A
(57,117,90)
0 Favorites   0 Comments

Color spaces of #39755a

RGB 5711790
HSL0.430.340.34
HSV153°51°46°
CMYK 0.510.000.23   0.54
XYZ9.894114.330611.9175
Yxy14.33060.27380.3965
Hunter Lab37.8558-19.59437.8338
CIE-Lab44.7034-26.44608.9919

#39755a color RGB value is (57,117,90).

#39755a hex color red value is 57, green value is 117 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #39755a hue: 0.43 , saturation: 0.34 and the lightness value of 39755a is 0.34.

The process color (four color CMYK) of #39755a color hex is 0.51, 0.00, 0.23, 0.54. Web safe color of #39755a is #336666. Color #39755a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110101 01011010
Octal 71 165 132
Decimal 57 117 90
Hex 39 75 5A

RGB Percentages of Color #39755a

%21.59
%44.32
%34.09

CMYK Percentages of Color #39755a

%51
%0
%23
%54

Triadic Colors of #39755a

#39755a #5a3975 #755a39

Analogous Colors of #39755a

#39755a #397275 #39753c

Monochromatic Colors of #39755a

#39755a

Complementary Color

#39755a #753954

#39755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#39755a Color CSS Codes

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

#39755a Text Font Color

<p style="color:#39755a">Text here</p>

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


#39755a Background Color

<div style="background-color:#39755a">
Div content here</div>

This div background color is #39755a


#39755a Border Color

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

This div border color is #39755a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,117,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39755a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39755a;
  -webkit-box-shadow: 1px 1px 3px 2px #39755a;
  box-shadow:         1px 1px 3px 2px #39755a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39755a


Comments

No comments written yet.

Please login to write comment.