COLOR #040B08

HEX: #040B08
RGB: (4,11,8)

Color info

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

RGB color model

#040B08 color RGB value is (4,11,8).

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

RGB channels and saturation

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

4
11
8

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

Portions of RGB colors in percentages

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

%17.39
%47.83
%34.78

CMYK color model

#040B08 color CMYK value is (64,0,27,96).

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

CMYK percentages

%63.64
%0
%27.27
%95.69

Codes

Color #040B08 in popluar color models

040B08
RGB4118
HSL154°46.67%2.94%
HSB/HSV154°63.64%4.31%
CMYK63.64%0.00%27.27%
95.69%

Color #040B08 in popluar number systems.

HEX040B08
Decimal4118
Binary10010111000
Octal41310

Shades and tints

Shades of #040B08

#040B08
(4,11,8)
#040A08
(4,10,8)
#040908
(4,9,8)
#040808
(4,8,8)
#040708
(4,7,8)
#040608
(4,6,8)
#040508
(4,5,8)
#040408
(4,4,8)
#040308
(4,3,8)
#040208
(4,2,8)
#040108
(4,1,8)
#000000
(0,0,0)

Tints of #040B08

#040B08
(4,11,8)
#1A211E
(26,33,30)
#303734
(48,55,52)
#464D4A
(70,77,74)
#5C6360
(92,99,96)
#727976
(114,121,118)
#888F8C
(136,143,140)
#9EA5A2
(158,165,162)
#B4BBB8
(180,187,184)
#CAD1CE
(202,209,206)
#E0E7E4
(224,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040B08; }

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

This text font color is #040B08.


Background Color

.myBgColor { background-color: #040B08; }

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

This div background color is #040B08.


Border color

.myBorderColor { border: 1px solid #040B08; }

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

This div border color is #040B08.


Opacity

.myOpacity80 { color: #040B08; opacity: 0.8; }

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

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

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

This text has shadow with #040B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040B08 on black background.


Color preview on white background

This text has color #040B08 on white background.



Black color preview on #040B08 background

This text has black color on #040B08 background.


White color preview on #040B08 background

This text has white color on #040B08 background.