Color Hex Logo

#08390f Color Hex

#08390F
(8,57,15)
0 Favorites   0 Comments

Color spaces of #08390f

RGB 85715
HSL0.360.750.13
HSV129°86°22°
CMYK 0.860.000.74   0.78
XYZ1.64953.01240.9464
Yxy3.01240.29410.5371
Hunter Lab17.3563-13.40928.9164
CIE-Lab20.0935-26.123621.1072

#08390f color RGB value is (8,57,15).

#08390f hex color red value is 8, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #08390f hue: 0.36 , saturation: 0.75 and the lightness value of 08390f is 0.13.

The process color (four color CMYK) of #08390f color hex is 0.86, 0.00, 0.74, 0.78. Web safe color of #08390f is #003300. Color #08390f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111001 00001111
Octal 10 71 17
Decimal 8 57 15
Hex 8 39 F

RGB Percentages of Color #08390f

%10.00
%71.25
%18.75

CMYK Percentages of Color #08390f

%86
%0
%74
%78

Triadic Colors of #08390f

#08390f #0f0839 #390f08

Analogous Colors of #08390f

#08390f #083928 #1a3908

Monochromatic Colors of #08390f

#08390f

Complementary Color

#08390f #390832

#08390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08390f Color CSS Codes

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

#08390f Text Font Color

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

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


#08390f Background Color

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

This div background color is #08390f


#08390f Border Color

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

This div border color is #08390f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,57,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08390f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08390f;
  -webkit-box-shadow: 1px 1px 3px 2px #08390f;
  box-shadow:         1px 1px 3px 2px #08390f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08390f


Comments

No comments written yet.

Please login to write comment.