COLOR #00210A

HEX: #00210A RGB: (0,33,10)

Color info

#00210A contains only green and blue colors. Web safe color of #00210A is #003300 (or #030).

RGB color model

#00210A color RGB value is (0,33,10).

RGB: (0,33,10) (0%, 13%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 10 of 255 = 4%

0
33
10

R + G + B ~ 6%. #00210A is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 33 + 10 = 43 (100%)
R 0 of 43 ~ 0%
G 33 of 43 ~ 76.74%
B 10 of 43 ~ 23.26'%

%76.74
%23.26

CMYK color model

#00210A color CMYK value is (100,0,70,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 87.06%
CMYK: (100,0,70,87) C100M0Y70K87 (100%,0%,70%,87%) (1.00/0.00/0.70/0.87) 

CMYK percentages

%100
%0
%69.7
%87.06

Codes

Color #00210A in popluar color models

00 21 0A
RGB 0 33 10
HSL 138° 100.00% 6.47%
HSB/HSV 138° 100.00% 12.94%
CMYK 100.00% 0.00% 69.70%
87.06%

Color #00210A in popluar number systems.

HEX 00 21 0A
Decimal 0 33 10
Binary 0 100001 1010
Octal 0 41 12

Shades and tints

Shades of #00210A

#00210A
(0,33,10)
#001E0A
(0,30,10)
#001B0A
(0,27,10)
#00180A
(0,24,10)
#00150A
(0,21,10)
#00120A
(0,18,10)
#000F0A
(0,15,10)
#000C0A
(0,12,10)
#00090A
(0,9,10)
#00060A
(0,6,10)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #00210A

#00210A
(0,33,10)
#173520
(23,53,32)
#2E4936
(46,73,54)
#455D4C
(69,93,76)
#5C7162
(92,113,98)
#738578
(115,133,120)
#8A998E
(138,153,142)
#A1ADA4
(161,173,164)
#B8C1BA
(184,193,186)
#CFD5D0
(207,213,208)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00210A; }

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

This text font color is #00210A.

Background Color

.myBgColor { background-color: #00210A; }

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

This div background color is #00210A.

Border color

.myBorderColor { border: 1px solid #00210A; }

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

This div border color is #00210A.

Opacity

.myOpacity80 { color: #00210A; opacity: 0.8; }

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

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

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

This text has shadow with #00210A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00210A.

Preview

Color preview on black background

This text has color #00210A on black background.


Color preview on white background

This text has color #00210A on white background.


Black color preview on #00210A background

This text has black color on #00210A background.


White color preview on #00210A background

This text has white color on #00210A background.


Related colors

Complementary color

Complementary color for #hex is #FFDEF5.


I love getcolorcode.com

Triadic colors

1 #0A0021 and #210A00 with #00210A are triadic colors.

2 #0A2100 and #21000A with #00210A are triadic colors.