Color Hex Logo

#39513c Color Hex

#39513C
(57,81,60)
0 Favorites   0 Comments

Color spaces of #39513c

RGB 578160
HSL0.350.170.27
HSV128°30°32°
CMYK 0.300.000.26   0.68
XYZ5.44547.08105.3547
Yxy7.08100.30450.3960
Hunter Lab26.6101-10.04026.6963
CIE-Lab31.9906-14.10339.4676

#39513c color RGB value is (57,81,60).

#39513c hex color red value is 57, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #39513c hue: 0.35 , saturation: 0.17 and the lightness value of 39513c is 0.27.

The process color (four color CMYK) of #39513c color hex is 0.30, 0.00, 0.26, 0.68. Web safe color of #39513c is #336633. Color #39513c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 00111100
Octal 71 121 74
Decimal 57 81 60
Hex 39 51 3C

RGB Percentages of Color #39513c

%28.79
%40.91
%30.30

CMYK Percentages of Color #39513c

%30
%0
%26
%68

Triadic Colors of #39513c

#39513c #3c3951 #513c39

Analogous Colors of #39513c

#39513c #395148 #425139

Monochromatic Colors of #39513c

#39513c

Complementary Color

#39513c #51394e

#39513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39513c Color CSS Codes

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

#39513c Text Font Color

<p style="color:#39513c">Text here</p>

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


#39513c Background Color

<div style="background-color:#39513c">
Div content here</div>

This div background color is #39513c


#39513c Border Color

<div style="border:3px solid #39513c">
Div here</div>

This div border color is #39513c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,81,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39513c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39513c;
  -webkit-box-shadow: 1px 1px 3px 2px #39513c;
  box-shadow:         1px 1px 3px 2px #39513c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39513c

#39513c Color Palettes


Comments

No comments written yet.

Please login to write comment.