COLOR #08040B

HEX: #08040B
RGB: (8,4,11)

Color info

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

RGB color model

#08040B color RGB value is (8,4,11).

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

RGB channels and saturation

R 8 of 255 = 3%
G 4 of 255 = 2%
B 11 of 255 = 4%

8
4
11

R + G + B ~ 3%. #08040B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 4 + 11 = 23 (100%)
R 8 of 23 ~ 34.78%
G 4 of 23 ~ 17.39%
B 11 of 23 ~ 47.83%

%34.78
%17.39
%47.83

CMYK color model

#08040B color CMYK value is (27,64,0,96).

  • cyan value is 27.27%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(27,64,0,96)
C27M64Y0K96 
(27%,64%,0%,96%)
(0.27/0.64/0.00/0.96)	

CMYK percentages

%27.27
%63.64
%0
%95.69

Codes

Color #08040B in popluar color models

08040B
RGB8411
HSL274°46.67%2.94%
HSB/HSV274°63.64%4.31%
CMYK27.27%63.64%0.00%
95.69%

Color #08040B in popluar number systems.

HEX08040B
Decimal8411
Binary10001001011
Octal10413

Shades and tints

Shades of #08040B

#08040B
(8,4,11)
#08040A
(8,4,10)
#080409
(8,4,9)
#080408
(8,4,8)
#080407
(8,4,7)
#080406
(8,4,6)
#080405
(8,4,5)
#080404
(8,4,4)
#080403
(8,4,3)
#080402
(8,4,2)
#080401
(8,4,1)
#000000
(0,0,0)

Tints of #08040B

#08040B
(8,4,11)
#1E1A21
(30,26,33)
#343037
(52,48,55)
#4A464D
(74,70,77)
#605C63
(96,92,99)
#767279
(118,114,121)
#8C888F
(140,136,143)
#A29EA5
(162,158,165)
#B8B4BB
(184,180,187)
#CECAD1
(206,202,209)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08040B color. Also use rgb(8,4,11) instead hex code.

Text Font Color

.myTextColor { color: #08040B; }

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

This text font color is #08040B.


Background Color

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

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

This div background color is #08040B.


Border color

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

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

This div border color is #08040B.


Opacity

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

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

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

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

This text has shadow with #08040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08040B on black background.


Color preview on white background

This text has color #08040B on white background.



Black color preview on #08040B background

This text has black color on #08040B background.


White color preview on #08040B background

This text has white color on #08040B background.