COLOR #0A2021

HEX: #0A2021 RGB: (10,32,33)

Color info

#0A2021 contains red, green and blue colors in about the same proportion. Web safe color of #0A2021 is #003333 (or #033).

RGB color model

#0A2021 color RGB value is (10,32,33).

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

RGB channels and saturation

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

10
32
33

R + G + B ~ 10%. #0A2021 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 32 + 33 = 75 (100%)
R 10 of 75 ~ 13.33%
G 32 of 75 ~ 42.67%
B 33 of 75 ~ 44'%

%13.33
%42.67
%44

CMYK color model

#0A2021 color CMYK value is (70,3,0,87).

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

CMYK: (70,3,0,87)
C70M3Y0K87 (70%, 3%, 0%, 87%)
(0.70 / 0.03 / 0.00 / 0.87)

CMYK percentages

%69.7
%3.03
%0
%87.06

Codes

Color #0A2021 in popluar color models

0A 20 21
RGB 10 32 33
HSL 183° 53.49% 8.43%
HSB/HSV 183° 69.70% 12.94%
CMYK 69.70% 3.03% 0.00%
87.06%

Color #0A2021 in popluar number systems.

HEX 0A 20 21
Decimal 10 32 33
Binary 1010 100000 100001
Octal 12 40 41

Shades and tints

Shades of #0A2021

#0A2021
(10,32,33)
#0A1E1E
(10,30,30)
#0A1C1B
(10,28,27)
#0A1A18
(10,26,24)
#0A1815
(10,24,21)
#0A1612
(10,22,18)
#0A140F
(10,20,15)
#0A120C
(10,18,12)
#0A1009
(10,16,9)
#0A0E06
(10,14,6)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #0A2021

#0A2021
(10,32,33)
#203435
(32,52,53)
#364849
(54,72,73)
#4C5C5D
(76,92,93)
#627071
(98,112,113)
#788485
(120,132,133)
#8E9899
(142,152,153)
#A4ACAD
(164,172,173)
#BAC0C1
(186,192,193)
#D0D4D5
(208,212,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2021; }

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

This text font color is #0A2021.

Background Color

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

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

This div background color is #0A2021.

Border color

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

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

This div border color is #0A2021.

Opacity

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

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

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

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

This text has shadow with #0A2021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2021.

Preview

Color preview on black background

This text has color #0A2021 on black background.


Color preview on white background

This text has color #0A2021 on white background.


Black color preview on #0A2021 background

This text has black color on #0A2021 background.


White color preview on #0A2021 background

This text has white color on #0A2021 background.


Related colors

Complementary color

Complementary color for #hex is #F5DFDE.


I love getcolorcode.com

Triadic colors

1 #210A20 and #20210A with #0A2021 are triadic colors.

2 #21200A and #200A21 with #0A2021 are triadic colors.