COLOR #0A2221

HEX: #0A2221
RGB: (10,34,33)

Color info

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

RGB color model

#0A2221 color RGB value is (10,34,33).

  • red value is 10;
  • green value is 34;
  • blue value is 33.
RGB:
(10,34,33)
(4%,13%,13%)

RGB channels and saturation

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

10
34
33

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

Portions of RGB colors in percentages

R + G + B =
10 + 34 + 33 = 77 (100%)
R 10 of 77 ~ 12.99%
G 34 of 77 ~ 44.16%
B 33 of 77 ~ 42.86%

%12.99
%44.16
%42.86

CMYK color model

#0A2221 color CMYK value is (71,0,3,87).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 86.67%
CMYK:
(71,0,3,87)
C71M0Y3K87 
(71%,0%,3%,87%)
(0.71/0.00/0.03/0.87)	

CMYK percentages

%70.59
%0
%2.94
%86.67

Codes

Color #0A2221 in popluar color models

0A2221
RGB103433
HSL178°54.55%8.63%
HSB/HSV178°70.59%13.33%
CMYK70.59%0.00%2.94%
86.67%

Color #0A2221 in popluar number systems.

HEX0A2221
Decimal103433
Binary1010100010100001
Octal124241

Shades and tints

Shades of #0A2221

#0A2221
(10,34,33)
#0A1F1E
(10,31,30)
#0A1C1B
(10,28,27)
#0A1918
(10,25,24)
#0A1615
(10,22,21)
#0A1312
(10,19,18)
#0A100F
(10,16,15)
#0A0D0C
(10,13,12)
#0A0A09
(10,10,9)
#0A0706
(10,7,6)
#0A0403
(10,4,3)
#000000
(0,0,0)

Tints of #0A2221

#0A2221
(10,34,33)
#203635
(32,54,53)
#364A49
(54,74,73)
#4C5E5D
(76,94,93)
#627271
(98,114,113)
#788685
(120,134,133)
#8E9A99
(142,154,153)
#A4AEAD
(164,174,173)
#BAC2C1
(186,194,193)
#D0D6D5
(208,214,213)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2221; }

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

This text font color is #0A2221.


Background Color

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

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

This div background color is #0A2221.


Border color

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

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

This div border color is #0A2221.


Opacity

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

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

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

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

This text has shadow with #0A2221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2221 on black background.


Color preview on white background

This text has color #0A2221 on white background.



Black color preview on #0A2221 background

This text has black color on #0A2221 background.


White color preview on #0A2221 background

This text has white color on #0A2221 background.