COLOR #082813

HEX: #082813
RGB: (8,40,19)

Color info

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

RGB color model

#082813 color RGB value is (8,40,19).

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

RGB channels and saturation

R 8 of 255 = 3%
G 40 of 255 = 16%
B 19 of 255 = 7%

8
40
19

R + G + B ~ 9%. #082813 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 40 + 19 = 67 (100%)
R 8 of 67 ~ 11.94%
G 40 of 67 ~ 59.7%
B 19 of 67 ~ 28.36%

%11.94
%59.7
%28.36

CMYK color model

#082813 color CMYK value is (80,0,53,84).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK:
(80,0,53,84)
C80M0Y53K84 
(80%,0%,53%,84%)
(0.80/0.00/0.53/0.84)	

CMYK percentages

%80
%0
%52.5
%84.31

Codes

Color #082813 in popluar color models

082813
RGB84019
HSL141°66.67%9.41%
HSB/HSV141°80.00%15.69%
CMYK80.00%0.00%52.50%
84.31%

Color #082813 in popluar number systems.

HEX082813
Decimal84019
Binary100010100010011
Octal105023

Shades and tints

Shades of #082813

#082813
(8,40,19)
#082512
(8,37,18)
#082211
(8,34,17)
#081F10
(8,31,16)
#081C0F
(8,28,15)
#08190E
(8,25,14)
#08160D
(8,22,13)
#08130C
(8,19,12)
#08100B
(8,16,11)
#080D0A
(8,13,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #082813

#082813
(8,40,19)
#1E3B28
(30,59,40)
#344E3D
(52,78,61)
#4A6152
(74,97,82)
#607467
(96,116,103)
#76877C
(118,135,124)
#8C9A91
(140,154,145)
#A2ADA6
(162,173,166)
#B8C0BB
(184,192,187)
#CED3D0
(206,211,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082813; }

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

This text font color is #082813.


Background Color

.myBgColor { background-color: #082813; }

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

This div background color is #082813.


Border color

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

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

This div border color is #082813.


Opacity

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

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

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

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

This text has shadow with #082813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082813 on black background.


Color preview on white background

This text has color #082813 on white background.



Black color preview on #082813 background

This text has black color on #082813 background.


White color preview on #082813 background

This text has white color on #082813 background.