Color Hex Logo

#395112 Color Hex

#395112
(57,81,18)
0 Favorites   0 Comments

Color spaces of #395112

RGB 578118
HSL0.230.640.19
HSV83°78°32°
CMYK 0.300.000.78   0.68
XYZ4.73906.79841.6347
Yxy6.79840.35980.5161
Hunter Lab26.0737-13.186014.5344
CIE-Lab31.3435-20.037832.2878

#395112 color RGB value is (57,81,18).

#395112 hex color red value is 57, green value is 81 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #395112 hue: 0.23 , saturation: 0.64 and the lightness value of 395112 is 0.19.

The process color (four color CMYK) of #395112 color hex is 0.30, 0.00, 0.78, 0.68. Web safe color of #395112 is #336600. Color #395112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 00010010
Octal 71 121 22
Decimal 57 81 18
Hex 39 51 12

RGB Percentages of Color #395112

%36.54
%51.92
%11.54

CMYK Percentages of Color #395112

%30
%0
%78
%68

Triadic Colors of #395112

#395112 #123951 #511239

Analogous Colors of #395112

#395112 #1a5112 #514912

Monochromatic Colors of #395112

#395112

Complementary Color

#395112 #2a1251

#395112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395112 Color CSS Codes

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

#395112 Text Font Color

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

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


#395112 Background Color

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

This div background color is #395112


#395112 Border Color

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

This div border color is #395112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395112


Comments

No comments written yet.

Please login to write comment.