Color Hex Logo

#396305 Color Hex

#396305
(57,99,5)
0 Favorites   0 Comments

Color spaces of #396305

RGB 57995
HSL0.240.900.20
HSV87°95°39°
CMYK 0.420.000.95   0.61
XYZ6.17669.80451.7105
Yxy9.80450.34910.5542
Hunter Lab31.3121-19.585518.6796
CIE-Lab37.4892-29.536642.1328

#396305 color RGB value is (57,99,5).

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

The process color (four color CMYK) of #396305 color hex is 0.42, 0.00, 0.95, 0.61. Web safe color of #396305 is #336600. Color #396305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100011 00000101
Octal 71 143 5
Decimal 57 99 5
Hex 39 63 5

RGB Percentages of Color #396305

%35.40
%61.49
%3.11

CMYK Percentages of Color #396305

%42
%0
%95
%61

Triadic Colors of #396305

#396305 #053963 #630539

Analogous Colors of #396305

#396305 #0a6305 #635e05

Monochromatic Colors of #396305

#396305

Complementary Color

#396305 #2f0563

#396305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396305 Color CSS Codes

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

#396305 Text Font Color

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

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


#396305 Background Color

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

This div background color is #396305


#396305 Border Color

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

This div border color is #396305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396305


Comments

No comments written yet.

Please login to write comment.