Color Hex Logo

#08392c Color Hex

#08392C
(8,57,44)
0 Favorites   0 Comments

Color spaces of #08392c

RGB 85744
HSL0.460.750.13
HSV164°86°22°
CMYK 0.860.000.23   0.78
XYZ2.01793.15972.8864
Yxy3.15970.25020.3918
Hunter Lab17.7755-10.84372.8153
CIE-Lab20.6725-19.62173.5942

#08392c color RGB value is (8,57,44).

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

The process color (four color CMYK) of #08392c color hex is 0.86, 0.00, 0.23, 0.78. Web safe color of #08392c is #003333. Color #08392c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111001 00101100
Octal 10 71 54
Decimal 8 57 44
Hex 8 39 2C

RGB Percentages of Color #08392c

%7.34
%52.29
%40.37

CMYK Percentages of Color #08392c

%86
%0
%23
%78

Triadic Colors of #08392c

#08392c #2c0839 #392c08

Analogous Colors of #08392c

#08392c #082e39 #083914

Monochromatic Colors of #08392c

#08392c

Complementary Color

#08392c #390815

#08392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08392c Color CSS Codes

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

#08392c Text Font Color

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

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


#08392c Background Color

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

This div background color is #08392c


#08392c Border Color

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

This div border color is #08392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08392c


Comments

No comments written yet.

Please login to write comment.