Color Hex Logo

#39755b Color Hex

#39755B
(57,117,91)
0 Favorites   0 Comments

Color spaces of #39755b

RGB 5711791
HSL0.430.340.34
HSV154°51°46°
CMYK 0.510.000.22   0.54
XYZ9.937014.347812.1432
Yxy14.34780.27280.3939
Hunter Lab37.8785-19.45997.5076
CIE-Lab44.7276-26.21118.4336

#39755b color RGB value is (57,117,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110101 01011011
Octal 71 165 133
Decimal 57 117 91
Hex 39 75 5B

RGB Percentages of Color #39755b

%21.51
%44.15
%34.34

CMYK Percentages of Color #39755b

%51
%0
%22
%54

Triadic Colors of #39755b

#39755b #5b3975 #755b39

Analogous Colors of #39755b

#39755b #397175 #39753d

Monochromatic Colors of #39755b

#39755b

Complementary Color

#39755b #753953

#39755b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39755b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39755b Color CSS Codes

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

#39755b Text Font Color

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

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


#39755b Background Color

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

This div background color is #39755b


#39755b Border Color

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

This div border color is #39755b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39755b


Comments

No comments written yet.

Please login to write comment.