COLOR #0A221B

HEX: #0A221B
RGB: (10,34,27)

Color info

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

RGB color model

#0A221B color RGB value is (10,34,27).

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

RGB channels and saturation

R 10 of 255 = 4%
G 34 of 255 = 13%
B 27 of 255 = 11%

10
34
27

R + G + B ~ 9%. #0A221B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 34 + 27 = 71 (100%)
R 10 of 71 ~ 14.08%
G 34 of 71 ~ 47.89%
B 27 of 71 ~ 38.03%

%14.08
%47.89
%38.03

CMYK color model

#0A221B color CMYK value is (71,0,21,87).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%
CMYK:
(71,0,21,87)
C71M0Y21K87 
(71%,0%,21%,87%)
(0.71/0.00/0.21/0.87)	

CMYK percentages

%70.59
%0
%20.59
%86.67

Codes

Color #0A221B in popluar color models

0A221B
RGB103427
HSL163°54.55%8.63%
HSB/HSV163°70.59%13.33%
CMYK70.59%0.00%20.59%
86.67%

Color #0A221B in popluar number systems.

HEX0A221B
Decimal103427
Binary101010001011011
Octal124233

Shades and tints

Shades of #0A221B

#0A221B
(10,34,27)
#0A1F19
(10,31,25)
#0A1C17
(10,28,23)
#0A1915
(10,25,21)
#0A1613
(10,22,19)
#0A1311
(10,19,17)
#0A100F
(10,16,15)
#0A0D0D
(10,13,13)
#0A0A0B
(10,10,11)
#0A0709
(10,7,9)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #0A221B

#0A221B
(10,34,27)
#20362F
(32,54,47)
#364A43
(54,74,67)
#4C5E57
(76,94,87)
#62726B
(98,114,107)
#78867F
(120,134,127)
#8E9A93
(142,154,147)
#A4AEA7
(164,174,167)
#BAC2BB
(186,194,187)
#D0D6CF
(208,214,207)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A221B; }

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

This text font color is #0A221B.


Background Color

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

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

This div background color is #0A221B.


Border color

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

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

This div border color is #0A221B.


Opacity

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

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

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

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

This text has shadow with #0A221B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A221B on black background.


Color preview on white background

This text has color #0A221B on white background.



Black color preview on #0A221B background

This text has black color on #0A221B background.


White color preview on #0A221B background

This text has white color on #0A221B background.