COLOR #08041F

HEX: #08041F
RGB: (8,4,31)

Color info

#08041F contains red, green and blue colors in about the same proportion. Web safe color of #08041F is #000033 (or #003).

RGB color model

#08041F color RGB value is (8,4,31).

  • red value is 8;
  • green value is 4;
  • blue value is 31.
RGB:
(8,4,31)
(3%,2%,12%)

RGB channels and saturation

R 8 of 255 = 3%
G 4 of 255 = 2%
B 31 of 255 = 12%

8
4
31

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

Portions of RGB colors in percentages

R + G + B =
8 + 4 + 31 = 43 (100%)
R 8 of 43 ~ 18.6%
G 4 of 43 ~ 9.3%
B 31 of 43 ~ 72.09%

%18.6
%72.09

CMYK color model

#08041F color CMYK value is (74,87,0,88).

  • cyan value is 74.19%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(74,87,0,88)
C74M87Y0K88 
(74%,87%,0%,88%)
(0.74/0.87/0.00/0.88)	

CMYK percentages

%74.19
%87.1
%0
%87.84

Codes

Color #08041F in popluar color models

08041F
RGB8431
HSL249°77.14%6.86%
HSB/HSV249°87.10%12.16%
CMYK74.19%87.10%0.00%
87.84%

Color #08041F in popluar number systems.

HEX08041F
Decimal8431
Binary100010011111
Octal10437

Shades and tints

Shades of #08041F

#08041F
(8,4,31)
#08041D
(8,4,29)
#08041B
(8,4,27)
#080419
(8,4,25)
#080417
(8,4,23)
#080415
(8,4,21)
#080413
(8,4,19)
#080411
(8,4,17)
#08040F
(8,4,15)
#08040D
(8,4,13)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #08041F

#08041F
(8,4,31)
#1E1A33
(30,26,51)
#343047
(52,48,71)
#4A465B
(74,70,91)
#605C6F
(96,92,111)
#767283
(118,114,131)
#8C8897
(140,136,151)
#A29EAB
(162,158,171)
#B8B4BF
(184,180,191)
#CECAD3
(206,202,211)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08041F color. Also use rgb(8,4,31) instead hex code.

Text Font Color

.myTextColor { color: #08041F; }

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

This text font color is #08041F.


Background Color

.myBgColor { background-color: #08041F; }

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

This div background color is #08041F.


Border color

.myBorderColor { border: 1px solid #08041F; }

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

This div border color is #08041F.


Opacity

.myOpacity80 { color: #08041F; opacity: 0.8; }

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

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

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

This text has shadow with #08041F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08041F on black background.


Color preview on white background

This text has color #08041F on white background.



Black color preview on #08041F background

This text has black color on #08041F background.


White color preview on #08041F background

This text has white color on #08041F background.