COLOR #082820

HEX: #082820
RGB: (8,40,32)

Color info

#082820 contains red, green and blue colors in about the same proportion. Web safe color of #082820 is #003333 (or #033).

RGB color model

#082820 color RGB value is (8,40,32).

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

RGB channels and saturation

R 8 of 255 = 3%
G 40 of 255 = 16%
B 32 of 255 = 13%

8
40
32

R + G + B ~ 11%. #082820 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 40 + 32 = 80 (100%)
R 8 of 80 ~ 10%
G 40 of 80 ~ 50%
B 32 of 80 ~ 40%

%10
%50
%40

CMYK color model

#082820 color CMYK value is (80,0,20,84).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 84.31%
CMYK:
(80,0,20,84)
C80M0Y20K84 
(80%,0%,20%,84%)
(0.80/0.00/0.20/0.84)	

CMYK percentages

%80
%0
%20
%84.31

Codes

Color #082820 in popluar color models

082820
RGB84032
HSL165°66.67%9.41%
HSB/HSV165°80.00%15.69%
CMYK80.00%0.00%20.00%
84.31%

Color #082820 in popluar number systems.

HEX082820
Decimal84032
Binary1000101000100000
Octal105040

Shades and tints

Shades of #082820

#082820
(8,40,32)
#08251E
(8,37,30)
#08221C
(8,34,28)
#081F1A
(8,31,26)
#081C18
(8,28,24)
#081916
(8,25,22)
#081614
(8,22,20)
#081312
(8,19,18)
#081010
(8,16,16)
#080D0E
(8,13,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #082820

#082820
(8,40,32)
#1E3B34
(30,59,52)
#344E48
(52,78,72)
#4A615C
(74,97,92)
#607470
(96,116,112)
#768784
(118,135,132)
#8C9A98
(140,154,152)
#A2ADAC
(162,173,172)
#B8C0C0
(184,192,192)
#CED3D4
(206,211,212)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #082820; }

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

This text font color is #082820.


Background Color

.myBgColor { background-color: #082820; }

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

This div background color is #082820.


Border color

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

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

This div border color is #082820.


Opacity

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

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

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

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

This text has shadow with #082820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082820 on black background.


Color preview on white background

This text has color #082820 on white background.



Black color preview on #082820 background

This text has black color on #082820 background.


White color preview on #082820 background

This text has white color on #082820 background.