Color Hex Logo

#396422 Color Hex

#396422
(57,100,34)
0 Favorites   0 Comments

Color spaces of #396422

RGB 5710034
HSL0.280.490.26
HSV99°66°39°
CMYK 0.430.000.66   0.61
XYZ6.533210.09973.1185
Yxy10.09970.33080.5113
Hunter Lab31.7800-18.919816.4280
CIE-Lab38.0208-28.031231.9477

#396422 color RGB value is (57,100,34).

#396422 hex color red value is 57, green value is 100 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #396422 hue: 0.28 , saturation: 0.49 and the lightness value of 396422 is 0.26.

The process color (four color CMYK) of #396422 color hex is 0.43, 0.00, 0.66, 0.61. Web safe color of #396422 is #336633. Color #396422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100100 00100010
Octal 71 144 42
Decimal 57 100 34
Hex 39 64 22

RGB Percentages of Color #396422

%29.84
%52.36
%17.80

CMYK Percentages of Color #396422

%43
%0
%66
%61

Triadic Colors of #396422

#396422 #223964 #642239

Analogous Colors of #396422

#396422 #22642c #5a6422

Monochromatic Colors of #396422

#396422

Complementary Color

#396422 #4d2264

#396422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396422 Color CSS Codes

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

#396422 Text Font Color

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

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


#396422 Background Color

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

This div background color is #396422


#396422 Border Color

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

This div border color is #396422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396422


Comments

No comments written yet.

Please login to write comment.