Color Hex Logo

#395612 Color Hex

#395612
(57,86,18)
0 Favorites   0 Comments

Color spaces of #395612

RGB 578618
HSL0.240.650.20
HSV86°79°34°
CMYK 0.340.000.79   0.66
XYZ5.12437.56911.7632
Yxy7.56910.35450.5236
Hunter Lab27.5120-14.899115.4586
CIE-Lab33.0689-22.616834.0023

#395612 color RGB value is (57,86,18).

#395612 hex color red value is 57, green value is 86 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #395612 hue: 0.24 , saturation: 0.65 and the lightness value of 395612 is 0.20.

The process color (four color CMYK) of #395612 color hex is 0.34, 0.00, 0.79, 0.66. Web safe color of #395612 is #336600. Color #395612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 00010010
Octal 71 126 22
Decimal 57 86 18
Hex 39 56 12

RGB Percentages of Color #395612

%35.40
%53.42
%11.18

CMYK Percentages of Color #395612

%34
%0
%79
%66

Triadic Colors of #395612

#395612 #123956 #561239

Analogous Colors of #395612

#395612 #175612 #565112

Monochromatic Colors of #395612

#395612

Complementary Color

#395612 #2f1256

#395612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395612 Color CSS Codes

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

#395612 Text Font Color

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

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


#395612 Background Color

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

This div background color is #395612


#395612 Border Color

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

This div border color is #395612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,86,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 #395612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395612


Comments

No comments written yet.

Please login to write comment.