COLOR #00081C

HEX: #00081C RGB: (0,8,28)

Color info

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

RGB color model

#00081C color RGB value is (0,8,28).

RGB: (0,8,28) (0%, 3%, 11%)

RGB channels and saturation

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

0
8
28

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

Portions of RGB colors in percentages

R + G + B = 0 + 8 + 28 = 36 (100%)
R 0 of 36 ~ 0%
G 8 of 36 ~ 22.22%
B 28 of 36 ~ 77.78'%

%22.22
%77.78

CMYK color model

#00081C color CMYK value is (100,71,0,89).

  • cyan value is 100.00%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (100,71,0,89)
C100M71Y0K89 (100%, 71%, 0%, 89%)
(1.00 / 0.71 / 0.00 / 0.89)

CMYK percentages

%100
%71.43
%0
%89.02

Codes

Color #00081C in popluar color models

00 08 1C
RGB 0 8 28
HSL 223° 100.00% 5.49%
HSB/HSV 223° 100.00% 10.98%
CMYK 100.00% 71.43% 0.00%
89.02%

Color #00081C in popluar number systems.

HEX 00 08 1C
Decimal 0 8 28
Binary 0 1000 11100
Octal 0 10 34

Shades and tints

Shades of #00081C

#00081C
(0,8,28)
#00081A
(0,8,26)
#000818
(0,8,24)
#000816
(0,8,22)
#000814
(0,8,20)
#000812
(0,8,18)
#000810
(0,8,16)
#00080E
(0,8,14)
#00080C
(0,8,12)
#00080A
(0,8,10)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #00081C

#00081C
(0,8,28)
#171E30
(23,30,48)
#2E3444
(46,52,68)
#454A58
(69,74,88)
#5C606C
(92,96,108)
#737680
(115,118,128)
#8A8C94
(138,140,148)
#A1A2A8
(161,162,168)
#B8B8BC
(184,184,188)
#CFCED0
(207,206,208)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00081C; }

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

This text font color is #00081C.

Background Color

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

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

This div background color is #00081C.

Border color

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

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

This div border color is #00081C.

Opacity

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

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

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

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

This text has shadow with #00081C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00081C.

Preview

Color preview on black background

This text has color #00081C on black background.


Color preview on white background

This text has color #00081C on white background.


Black color preview on #00081C background

This text has black color on #00081C background.


White color preview on #00081C background

This text has white color on #00081C background.


Related colors

Complementary color

Complementary color for #hex is #FFF7E3.


I love getcolorcode.com

Triadic colors

1 #1C0008 and #081C00 with #00081C are triadic colors.

2 #1C0800 and #08001C with #00081C are triadic colors.