COLOR #081B0E

HEX: #081B0E
RGB: (8,27,14)

Color info

#081B0E contains red, green and blue colors in about the same proportion. Web safe color of #081B0E is #003300 (or #030).

RGB color model

#081B0E color RGB value is (8,27,14).

  • red value is 8;
  • green value is 27;
  • blue value is 14.
RGB:
(8,27,14)
(3%,11%,5%)

RGB channels and saturation

R 8 of 255 = 3%
G 27 of 255 = 11%
B 14 of 255 = 5%

8
27
14

R + G + B ~ 6%. #081B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 27 + 14 = 49 (100%)
R 8 of 49 ~ 16.33%
G 27 of 49 ~ 55.1%
B 14 of 49 ~ 28.57%

%16.33
%55.1
%28.57

CMYK color model

#081B0E color CMYK value is (70,0,48,89).

  • cyan value is 70.37%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 89.41%
CMYK:
(70,0,48,89)
C70M0Y48K89 
(70%,0%,48%,89%)
(0.70/0.00/0.48/0.89)	

CMYK percentages

%70.37
%0
%48.15
%89.41

Codes

Color #081B0E in popluar color models

081B0E
RGB82714
HSL139°54.29%6.86%
HSB/HSV139°70.37%10.59%
CMYK70.37%0.00%48.15%
89.41%

Color #081B0E in popluar number systems.

HEX081B0E
Decimal82714
Binary1000110111110
Octal103316

Shades and tints

Shades of #081B0E

#081B0E
(8,27,14)
#08190D
(8,25,13)
#08170C
(8,23,12)
#08150B
(8,21,11)
#08130A
(8,19,10)
#081109
(8,17,9)
#080F08
(8,15,8)
#080D07
(8,13,7)
#080B06
(8,11,6)
#080905
(8,9,5)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #081B0E

#081B0E
(8,27,14)
#1E2F23
(30,47,35)
#344338
(52,67,56)
#4A574D
(74,87,77)
#606B62
(96,107,98)
#767F77
(118,127,119)
#8C938C
(140,147,140)
#A2A7A1
(162,167,161)
#B8BBB6
(184,187,182)
#CECFCB
(206,207,203)
#E4E3E0
(228,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081B0E color. Also use rgb(8,27,14) instead hex code.

Text Font Color

.myTextColor { color: #081B0E; }

<p style="color:#081B0E">This sample text font color is #081B0E.</p>

This text font color is #081B0E.


Background Color

.myBgColor { background-color: #081B0E; }

<div style="background-color:#081B0E">Inner text</div>

This div background color is #081B0E.


Border color

.myBorderColor { border: 1px solid #081B0E; }

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

This div border color is #081B0E.


Opacity

.myOpacity80 { color: #081B0E; opacity: 0.8; }

<p style="color:#081B0E;opacity:0.8;">80%</p>

Text with #081B0E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #081B0E;}

<p style="text-shadow: 3px 3px 1px #081B0E">Text here.</p>

This text has shadow with #081B0E color.

.textShadow {text-shadow: 3px 3px 1px #081B0E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #081B0E, 5px 5px 20px red">Text here.</p>

This text has shadow with #081B0E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#081B0E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#081B0E, Direction=45, Strength=4)">Text</p>

This text has shadow with #081B0E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #081B0E;
  -webkit-box-shadow:	1px 1px 3px 2px #081B0E;
  box-shadow:		1px 1px 3px 2px #081B0E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #081B0E;
-webkit-box-shadow: 1px 1px 3px 2px #081B0E;
box-shadow:1px 1px 3px 2px #081B0E;">
Div content here</div>
This div box has shadow with color #081B0E.

Preview

Color preview on black background

This text has color #081B0E on black background.


Color preview on white background

This text has color #081B0E on white background.



Black color preview on #081B0E background

This text has black color on #081B0E background.


White color preview on #081B0E background

This text has white color on #081B0E background.