COLOR #0A212D

HEX: #0A212D
RGB: (10,33,45)

Color info

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

RGB color model

#0A212D color RGB value is (10,33,45).

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

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 45 of 255 = 18%

10
33
45

R + G + B ~ 12%. #0A212D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 33 + 45 = 88 (100%)
R 10 of 88 ~ 11.36%
G 33 of 88 ~ 37.5%
B 45 of 88 ~ 51.14%

%11.36
%37.5
%51.14

CMYK color model

#0A212D color CMYK value is (78,27,0,82).

  • cyan value is 77.78%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(78,27,0,82)
C78M27Y0K82 
(78%,27%,0%,82%)
(0.78/0.27/0.00/0.82)	

CMYK percentages

%77.78
%26.67
%0
%82.35

Codes

Color #0A212D in popluar color models

0A212D
RGB103345
HSL201°63.64%10.78%
HSB/HSV201°77.78%17.65%
CMYK77.78%26.67%0.00%
82.35%

Color #0A212D in popluar number systems.

HEX0A212D
Decimal103345
Binary1010100001101101
Octal124155

Shades and tints

Shades of #0A212D

#0A212D
(10,33,45)
#0A1E29
(10,30,41)
#0A1B25
(10,27,37)
#0A1821
(10,24,33)
#0A151D
(10,21,29)
#0A1219
(10,18,25)
#0A0F15
(10,15,21)
#0A0C11
(10,12,17)
#0A090D
(10,9,13)
#0A0609
(10,6,9)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #0A212D

#0A212D
(10,33,45)
#203540
(32,53,64)
#364953
(54,73,83)
#4C5D66
(76,93,102)
#627179
(98,113,121)
#78858C
(120,133,140)
#8E999F
(142,153,159)
#A4ADB2
(164,173,178)
#BAC1C5
(186,193,197)
#D0D5D8
(208,213,216)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A212D; }

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

This text font color is #0A212D.


Background Color

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

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

This div background color is #0A212D.


Border color

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

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

This div border color is #0A212D.


Opacity

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

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

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

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

This text has shadow with #0A212D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A212D on black background.


Color preview on white background

This text has color #0A212D on white background.



Black color preview on #0A212D background

This text has black color on #0A212D background.


White color preview on #0A212D background

This text has white color on #0A212D background.