COLOR #0A210C

HEX: #0A210C RGB: (10,33,12)

Color info

#0A210C contains red, green and blue colors in about the same proportion. Web safe color of #0A210C is #003300 (or #030).

RGB color model

#0A210C color RGB value is (10,33,12).

RGB: (10,33,12) (4%, 13%, 5%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 12 of 255 = 5%

10
33
12

R + G + B ~ 7%. #0A210C is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 33 + 12 = 55 (100%)
R 10 of 55 ~ 18.18%
G 33 of 55 ~ 60%
B 12 of 55 ~ 21.82'%

%18.18
%60
%21.82

CMYK color model

#0A210C color CMYK value is (70,0,64,87).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 87.06%

CMYK: (70,0,64,87)
C70M0Y64K87 (70%, 0%, 64%, 87%)
(0.70 / 0.00 / 0.64 / 0.87)

CMYK percentages

%69.7
%0
%63.64
%87.06

Codes

Color #0A210C in popluar color models

0A 21 0C
RGB 10 33 12
HSL 125° 53.49% 8.43%
HSB/HSV 125° 69.70% 12.94%
CMYK 69.70% 0.00% 63.64%
87.06%

Color #0A210C in popluar number systems.

HEX 0A 21 0C
Decimal 10 33 12
Binary 1010 100001 1100
Octal 12 41 14

Shades and tints

Shades of #0A210C

#0A210C
(10,33,12)
#0A1E0B
(10,30,11)
#0A1B0A
(10,27,10)
#0A1809
(10,24,9)
#0A1508
(10,21,8)
#0A1207
(10,18,7)
#0A0F06
(10,15,6)
#0A0C05
(10,12,5)
#0A0904
(10,9,4)
#0A0603
(10,6,3)
#0A0302
(10,3,2)
#000000
(0,0,0)

Tints of #0A210C

#0A210C
(10,33,12)
#203522
(32,53,34)
#364938
(54,73,56)
#4C5D4E
(76,93,78)
#627164
(98,113,100)
#78857A
(120,133,122)
#8E9990
(142,153,144)
#A4ADA6
(164,173,166)
#BAC1BC
(186,193,188)
#D0D5D2
(208,213,210)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A210C; }

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

This text font color is #0A210C.

Background Color

.myBgColor { background-color: #0A210C; }

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

This div background color is #0A210C.

Border color

.myBorderColor { border: 1px solid #0A210C; }

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

This div border color is #0A210C.

Opacity

.myOpacity80 { color: #0A210C; opacity: 0.8; }

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

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

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

This text has shadow with #0A210C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A210C.

Preview

Color preview on black background

This text has color #0A210C on black background.


Color preview on white background

This text has color #0A210C on white background.


Black color preview on #0A210C background

This text has black color on #0A210C background.


White color preview on #0A210C background

This text has white color on #0A210C background.


Related colors

Complementary color

Complementary color for #hex is #F5DEF3.


I love getcolorcode.com

Triadic colors

1 #0C0A21 and #210C0A with #0A210C are triadic colors.

2 #0C210A and #210A0C with #0A210C are triadic colors.