COLOR #08421B

HEX: #08421B
RGB: (8,66,27)

Color info

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

RGB color model

#08421B color RGB value is (8,66,27).

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

RGB channels and saturation

R 8 of 255 = 3%
G 66 of 255 = 26%
B 27 of 255 = 11%

8
66
27

R + G + B ~ 13%. #08421B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 66 + 27 = 101 (100%)
R 8 of 101 ~ 7.92%
G 66 of 101 ~ 65.35%
B 27 of 101 ~ 26.73%

%65.35
%26.73

CMYK color model

#08421B color CMYK value is (88,0,59,74).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(88,0,59,74)
C88M0Y59K74 
(88%,0%,59%,74%)
(0.88/0.00/0.59/0.74)	

CMYK percentages

%87.88
%0
%59.09
%74.12

Codes

Color #08421B in popluar color models

08421B
RGB86627
HSL140°78.38%14.51%
HSB/HSV140°87.88%25.88%
CMYK87.88%0.00%59.09%
74.12%

Color #08421B in popluar number systems.

HEX08421B
Decimal86627
Binary1000100001011011
Octal1010233

Shades and tints

Shades of #08421B

#08421B
(8,66,27)
#083C19
(8,60,25)
#083617
(8,54,23)
#083015
(8,48,21)
#082A13
(8,42,19)
#082411
(8,36,17)
#081E0F
(8,30,15)
#08180D
(8,24,13)
#08120B
(8,18,11)
#080C09
(8,12,9)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #08421B

#08421B
(8,66,27)
#1E532F
(30,83,47)
#346443
(52,100,67)
#4A7557
(74,117,87)
#60866B
(96,134,107)
#76977F
(118,151,127)
#8CA893
(140,168,147)
#A2B9A7
(162,185,167)
#B8CABB
(184,202,187)
#CEDBCF
(206,219,207)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08421B color. Also use rgb(8,66,27) instead hex code.

Text Font Color

.myTextColor { color: #08421B; }

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

This text font color is #08421B.


Background Color

.myBgColor { background-color: #08421B; }

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

This div background color is #08421B.


Border color

.myBorderColor { border: 1px solid #08421B; }

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

This div border color is #08421B.


Opacity

.myOpacity80 { color: #08421B; opacity: 0.8; }

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

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

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

This text has shadow with #08421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08421B on black background.


Color preview on white background

This text has color #08421B on white background.



Black color preview on #08421B background

This text has black color on #08421B background.


White color preview on #08421B background

This text has white color on #08421B background.