Color Hex Logo

#396500 Color Hex

#396500
(57,101,0)
1 Favorites   0 Comments

Color spaces of #396500

RGB 571010
HSL0.241.000.20
HSV86°100°40°
CMYK 0.440.001.00   0.60
XYZ6.341010.17721.6302
Yxy10.17720.34940.5608
Hunter Lab31.9017-20.348219.3014
CIE-Lab38.1586-30.653844.0833

#396500 color RGB value is (57,101,0).

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

The process color (four color CMYK) of #396500 color hex is 0.44, 0.00, 1.00, 0.60. Web safe color of #396500 is #336600. Color #396500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 00000000
Octal 71 145 0
Decimal 57 101 0
Hex 39 65 0

RGB Percentages of Color #396500

%36.08
%63.92
%0.00

CMYK Percentages of Color #396500

%44
%0
%100
%60

Triadic Colors of #396500

#396500 #003965 #650039

Analogous Colors of #396500

#396500 #076500 #655e00

Monochromatic Colors of #396500

#396500

Complementary Color

#396500 #2c0065

#396500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396500 Color CSS Codes

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

#396500 Text Font Color

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

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


#396500 Background Color

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

This div background color is #396500


#396500 Border Color

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

This div border color is #396500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396500


Comments

No comments written yet.

Please login to write comment.