COLOR #081813

HEX: #081813
RGB: (8,24,19)

Color info

#081813 contains red, green and blue colors in about the same proportion. Web safe color of #081813 is #000000 (or #000).

RGB color model

#081813 color RGB value is (8,24,19).

  • red value is 8;
  • green value is 24;
  • blue value is 19.
RGB:
(8,24,19)
(3%,9%,7%)

RGB channels and saturation

R 8 of 255 = 3%
G 24 of 255 = 9%
B 19 of 255 = 7%

8
24
19

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

Portions of RGB colors in percentages

R + G + B =
8 + 24 + 19 = 51 (100%)
R 8 of 51 ~ 15.69%
G 24 of 51 ~ 47.06%
B 19 of 51 ~ 37.25%

%15.69
%47.06
%37.25

CMYK color model

#081813 color CMYK value is (67,0,21,91).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 90.59%
CMYK:
(67,0,21,91)
C67M0Y21K91 
(67%,0%,21%,91%)
(0.67/0.00/0.21/0.91)	

CMYK percentages

%66.67
%0
%20.83
%90.59

Codes

Color #081813 in popluar color models

081813
RGB82419
HSL161°50.00%6.27%
HSB/HSV161°66.67%9.41%
CMYK66.67%0.00%20.83%
90.59%

Color #081813 in popluar number systems.

HEX081813
Decimal82419
Binary10001100010011
Octal103023

Shades and tints

Shades of #081813

#081813
(8,24,19)
#081612
(8,22,18)
#081411
(8,20,17)
#081210
(8,18,16)
#08100F
(8,16,15)
#080E0E
(8,14,14)
#080C0D
(8,12,13)
#080A0C
(8,10,12)
#08080B
(8,8,11)
#08060A
(8,6,10)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #081813

#081813
(8,24,19)
#1E2D28
(30,45,40)
#34423D
(52,66,61)
#4A5752
(74,87,82)
#606C67
(96,108,103)
#76817C
(118,129,124)
#8C9691
(140,150,145)
#A2ABA6
(162,171,166)
#B8C0BB
(184,192,187)
#CED5D0
(206,213,208)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081813 color. Also use rgb(8,24,19) instead hex code.

Text Font Color

.myTextColor { color: #081813; }

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

This text font color is #081813.


Background Color

.myBgColor { background-color: #081813; }

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

This div background color is #081813.


Border color

.myBorderColor { border: 1px solid #081813; }

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

This div border color is #081813.


Opacity

.myOpacity80 { color: #081813; opacity: 0.8; }

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

Text with #081813 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 #081813;}

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

This text has shadow with #081813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081813 on black background.


Color preview on white background

This text has color #081813 on white background.



Black color preview on #081813 background

This text has black color on #081813 background.


White color preview on #081813 background

This text has white color on #081813 background.