Color Hex Logo

#396309 Color Hex

#396309
(57,99,9)
0 Favorites   0 Comments

Color spaces of #396309

RGB 57999
HSL0.240.830.21
HSV88°91°39°
CMYK 0.420.000.91   0.61
XYZ6.19859.81331.8259
Yxy9.81330.34750.5501
Hunter Lab31.3262-19.501118.4725
CIE-Lab37.5052-29.368241.0584

#396309 color RGB value is (57,99,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100011 00001001
Octal 71 143 11
Decimal 57 99 9
Hex 39 63 9

RGB Percentages of Color #396309

%34.55
%60.00
%5.45

CMYK Percentages of Color #396309

%42
%0
%91
%61

Triadic Colors of #396309

#396309 #093963 #630939

Analogous Colors of #396309

#396309 #0c6309 #636009

Monochromatic Colors of #396309

#396309

Complementary Color

#396309 #330963

#396309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396309 Color CSS Codes

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

#396309 Text Font Color

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

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


#396309 Background Color

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

This div background color is #396309


#396309 Border Color

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

This div border color is #396309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396309


Comments

No comments written yet.

Please login to write comment.