Color Hex Logo

#08381f Color Hex

#08381F
(8,56,31)
0 Favorites   0 Comments

Color spaces of #08381f

RGB 85631
HSL0.410.750.13
HSV149°86°22°
CMYK 0.860.000.45   0.78
XYZ1.76162.97891.7785
Yxy2.97890.27020.4570
Hunter Lab17.2595-11.98545.9721
CIE-Lab19.9592-22.676311.2535

#08381f color RGB value is (8,56,31).

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

The process color (four color CMYK) of #08381f color hex is 0.86, 0.00, 0.45, 0.78. Web safe color of #08381f is #003333. Color #08381f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111000 00011111
Octal 10 70 37
Decimal 8 56 31
Hex 8 38 1F

RGB Percentages of Color #08381f

%8.42
%58.95
%32.63

CMYK Percentages of Color #08381f

%86
%0
%45
%78

Triadic Colors of #08381f

#08381f #1f0838 #381f08

Analogous Colors of #08381f

#08381f #083837 #093808

Monochromatic Colors of #08381f

#08381f

Complementary Color

#08381f #380821

#08381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08381f Color CSS Codes

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

#08381f Text Font Color

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

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


#08381f Background Color

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

This div background color is #08381f


#08381f Border Color

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

This div border color is #08381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08381f


Comments

No comments written yet.

Please login to write comment.