Color Hex Logo

#375612 Color Hex

#375612
(55,86,18)
0 Favorites   0 Comments

Color spaces of #375612

RGB 558618
HSL0.240.650.20
HSV87°79°34°
CMYK 0.360.000.79   0.66
XYZ5.01257.51151.7579
Yxy7.51150.35100.5259
Hunter Lab27.4071-15.316515.3821
CIE-Lab32.9441-23.462733.8379

#375612 color RGB value is (55,86,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010110 00010010
Octal 67 126 22
Decimal 55 86 18
Hex 37 56 12

RGB Percentages of Color #375612

%34.59
%54.09
%11.32

CMYK Percentages of Color #375612

%36
%0
%79
%66

Triadic Colors of #375612

#375612 #123756 #561237

Analogous Colors of #375612

#375612 #155612 #565312

Monochromatic Colors of #375612

#375612

Complementary Color

#375612 #311256

#375612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375612 Color CSS Codes

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

#375612 Text Font Color

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

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


#375612 Background Color

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

This div background color is #375612


#375612 Border Color

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

This div border color is #375612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375612


Comments

No comments written yet.

Please login to write comment.