Color Hex Logo

#396028 Color Hex

#396028
(57,96,40)
0 Favorites   0 Comments

Color spaces of #396028

RGB 579640
HSL0.280.410.27
HSV102°58°38°
CMYK 0.410.000.58   0.62
XYZ6.25329.38883.4901
Yxy9.38880.32680.4907
Hunter Lab30.6411-17.194014.6955
CIE-Lab36.7223-25.403427.3691

#396028 color RGB value is (57,96,40).

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

The process color (four color CMYK) of #396028 color hex is 0.41, 0.00, 0.58, 0.62. Web safe color of #396028 is #336633. Color #396028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100000 00101000
Octal 71 140 50
Decimal 57 96 40
Hex 39 60 28

RGB Percentages of Color #396028

%29.53
%49.74
%20.73

CMYK Percentages of Color #396028

%41
%0
%58
%62

Triadic Colors of #396028

#396028 #283960 #602839

Analogous Colors of #396028

#396028 #286033 #556028

Monochromatic Colors of #396028

#396028

Complementary Color

#396028 #4f2860

#396028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396028 Color CSS Codes

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

#396028 Text Font Color

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

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


#396028 Background Color

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

This div background color is #396028


#396028 Border Color

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

This div border color is #396028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396028


Comments

No comments written yet.

Please login to write comment.