COLOR #000821

HEX: #000821
RGB: (0,8,33)

Color info

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

RGB color model

#000821 color RGB value is (0,8,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 33 of 255 = 13%

0
8
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 33 = 41 (100%)
R 0 of 41 ~ 0%
G 8 of 41 ~ 19.51%
B 33 of 41 ~ 80.49%

%19.51
%80.49

CMYK color model

#000821 color CMYK value is (100,76,0,87).

  • cyan value is 100.00%
  • magenta value is 75.76%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,76,0,87)
C100M76Y0K87 
(100%,76%,0%,87%)
(1.00/0.76/0.00/0.87)	

CMYK percentages

%100
%75.76
%0
%87.06

Codes

Color #000821 in popluar color models

000821
RGB0833
HSL225°100.00%6.47%
HSB/HSV225°100.00%12.94%
CMYK100.00%75.76%0.00%
87.06%

Color #000821 in popluar number systems.

HEX000821
Decimal0833
Binary01000100001
Octal01041

Shades and tints

Shades of #000821

#000821
(0,8,33)
#00081E
(0,8,30)
#00081B
(0,8,27)
#000818
(0,8,24)
#000815
(0,8,21)
#000812
(0,8,18)
#00080F
(0,8,15)
#00080C
(0,8,12)
#000809
(0,8,9)
#000806
(0,8,6)
#000803
(0,8,3)
#000000
(0,0,0)

Tints of #000821

#000821
(0,8,33)
#171E35
(23,30,53)
#2E3449
(46,52,73)
#454A5D
(69,74,93)
#5C6071
(92,96,113)
#737685
(115,118,133)
#8A8C99
(138,140,153)
#A1A2AD
(161,162,173)
#B8B8C1
(184,184,193)
#CFCED5
(207,206,213)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000821; }

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

This text font color is #000821.


Background Color

.myBgColor { background-color: #000821; }

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

This div background color is #000821.


Border color

.myBorderColor { border: 1px solid #000821; }

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

This div border color is #000821.


Opacity

.myOpacity80 { color: #000821; opacity: 0.8; }

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

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

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

This text has shadow with #000821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000821 on black background.


Color preview on white background

This text has color #000821 on white background.



Black color preview on #000821 background

This text has black color on #000821 background.


White color preview on #000821 background

This text has white color on #000821 background.