COLOR #00081D

HEX: #00081D
RGB: (0,8,29)

Color info

#00081D contains only green and blue colors. Web safe color of #00081D is #000033 (or #003).

RGB color model

#00081D color RGB value is (0,8,29).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 29 of 255 = 11%

0
8
29

R + G + B ~ 5%. #00081D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 29 = 37 (100%)
R 0 of 37 ~ 0%
G 8 of 37 ~ 21.62%
B 29 of 37 ~ 78.38%

%21.62
%78.38

CMYK color model

#00081D color CMYK value is (100,72,0,89).

  • cyan value is 100.00%
  • magenta value is 72.41%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(100,72,0,89)
C100M72Y0K89 
(100%,72%,0%,89%)
(1.00/0.72/0.00/0.89)	

CMYK percentages

%100
%72.41
%0
%88.63

Codes

Color #00081D in popluar color models

00081D
RGB0829
HSL223°100.00%5.69%
HSB/HSV223°100.00%11.37%
CMYK100.00%72.41%0.00%
88.63%

Color #00081D in popluar number systems.

HEX00081D
Decimal0829
Binary0100011101
Octal01035

Shades and tints

Shades of #00081D

#00081D
(0,8,29)
#00081B
(0,8,27)
#000819
(0,8,25)
#000817
(0,8,23)
#000815
(0,8,21)
#000813
(0,8,19)
#000811
(0,8,17)
#00080F
(0,8,15)
#00080D
(0,8,13)
#00080B
(0,8,11)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #00081D

#00081D
(0,8,29)
#171E31
(23,30,49)
#2E3445
(46,52,69)
#454A59
(69,74,89)
#5C606D
(92,96,109)
#737681
(115,118,129)
#8A8C95
(138,140,149)
#A1A2A9
(161,162,169)
#B8B8BD
(184,184,189)
#CFCED1
(207,206,209)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00081D color. Also use rgb(0,8,29) instead hex code.

Text Font Color

.myTextColor { color: #00081D; }

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

This text font color is #00081D.


Background Color

.myBgColor { background-color: #00081D; }

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

This div background color is #00081D.


Border color

.myBorderColor { border: 1px solid #00081D; }

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

This div border color is #00081D.


Opacity

.myOpacity80 { color: #00081D; opacity: 0.8; }

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

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

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

This text has shadow with #00081D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00081D on black background.


Color preview on white background

This text has color #00081D on white background.



Black color preview on #00081D background

This text has black color on #00081D background.


White color preview on #00081D background

This text has white color on #00081D background.