Color Hex Logo

#081b0f Color Hex

#081B0F
(8,27,15)
0 Favorites   0 Comments

Color spaces of #081b0f

RGB 82715
HSL0.390.540.07
HSV142°70°11°
CMYK 0.700.000.44   0.89
XYZ0.57830.87000.5894
Yxy0.87000.28380.4270
Hunter Lab9.3274-5.25592.7826
CIE-Lab7.8586-10.18405.1189

#081b0f color RGB value is (8,27,15).

#081b0f hex color red value is 8, green value is 27 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #081b0f hue: 0.39 , saturation: 0.54 and the lightness value of 081b0f is 0.07.

The process color (four color CMYK) of #081b0f color hex is 0.70, 0.00, 0.44, 0.89. Web safe color of #081b0f is #003300. Color #081b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011011 00001111
Octal 10 33 17
Decimal 8 27 15
Hex 8 1B F

RGB Percentages of Color #081b0f

%16.00
%54.00
%30.00

CMYK Percentages of Color #081b0f

%70
%0
%44
%89

Triadic Colors of #081b0f

#081b0f #0f081b #1b0f08

Analogous Colors of #081b0f

#081b0f #081b19 #0b1b08

Monochromatic Colors of #081b0f

#081b0f

Complementary Color

#081b0f #1b0814

#081b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#081b0f Color CSS Codes

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

#081b0f Text Font Color

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

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


#081b0f Background Color

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

This div background color is #081b0f


#081b0f Border Color

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

This div border color is #081b0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,27,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 #081b0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081b0f


Comments

No comments written yet.

Please login to write comment.