Color Hex Logo

#396228 Color Hex

#396228
(57,98,40)
0 Favorites   0 Comments

Color spaces of #396228

RGB 579840
HSL0.280.420.27
HSV102°59°38°
CMYK 0.420.000.59   0.62
XYZ6.43809.75843.5517
Yxy9.75840.32600.4941
Hunter Lab31.2384-17.879815.1258
CIE-Lab37.4053-26.378028.1749

#396228 color RGB value is (57,98,40).

#396228 hex color red value is 57, green value is 98 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #396228 hue: 0.28 , saturation: 0.42 and the lightness value of 396228 is 0.27.

The process color (four color CMYK) of #396228 color hex is 0.42, 0.00, 0.59, 0.62. Web safe color of #396228 is #336633. Color #396228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100010 00101000
Octal 71 142 50
Decimal 57 98 40
Hex 39 62 28

RGB Percentages of Color #396228

%29.23
%50.26
%20.51

CMYK Percentages of Color #396228

%42
%0
%59
%62

Triadic Colors of #396228

#396228 #283962 #622839

Analogous Colors of #396228

#396228 #286234 #566228

Monochromatic Colors of #396228

#396228

Complementary Color

#396228 #512862

#396228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396228 Color CSS Codes

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

#396228 Text Font Color

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

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


#396228 Background Color

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

This div background color is #396228


#396228 Border Color

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

This div border color is #396228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396228


Comments

No comments written yet.

Please login to write comment.