COLOR #0A1621

HEX: #0A1621
RGB: (10,22,33)

Color info

#0A1621 contains red, green and blue colors in about the same proportion. Web safe color of #0A1621 is #000033 (or #003).

RGB color model

#0A1621 color RGB value is (10,22,33).

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

RGB channels and saturation

R 10 of 255 = 4%
G 22 of 255 = 9%
B 33 of 255 = 13%

10
22
33

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

Portions of RGB colors in percentages

R + G + B =
10 + 22 + 33 = 65 (100%)
R 10 of 65 ~ 15.38%
G 22 of 65 ~ 33.85%
B 33 of 65 ~ 50.77%

%15.38
%33.85
%50.77

CMYK color model

#0A1621 color CMYK value is (70,33,0,87).

  • cyan value is 69.70%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(70,33,0,87)
C70M33Y0K87 
(70%,33%,0%,87%)
(0.70/0.33/0.00/0.87)	

CMYK percentages

%69.7
%33.33
%0
%87.06

Codes

Color #0A1621 in popluar color models

0A1621
RGB102233
HSL209°53.49%8.43%
HSB/HSV209°69.70%12.94%
CMYK69.70%33.33%0.00%
87.06%

Color #0A1621 in popluar number systems.

HEX0A1621
Decimal102233
Binary101010110100001
Octal122641

Shades and tints

Shades of #0A1621

#0A1621
(10,22,33)
#0A141E
(10,20,30)
#0A121B
(10,18,27)
#0A1018
(10,16,24)
#0A0E15
(10,14,21)
#0A0C12
(10,12,18)
#0A0A0F
(10,10,15)
#0A080C
(10,8,12)
#0A0609
(10,6,9)
#0A0406
(10,4,6)
#0A0203
(10,2,3)
#000000
(0,0,0)

Tints of #0A1621

#0A1621
(10,22,33)
#202B35
(32,43,53)
#364049
(54,64,73)
#4C555D
(76,85,93)
#626A71
(98,106,113)
#787F85
(120,127,133)
#8E9499
(142,148,153)
#A4A9AD
(164,169,173)
#BABEC1
(186,190,193)
#D0D3D5
(208,211,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1621; }

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

This text font color is #0A1621.


Background Color

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

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

This div background color is #0A1621.


Border color

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

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

This div border color is #0A1621.


Opacity

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

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

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

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

This text has shadow with #0A1621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1621 on black background.


Color preview on white background

This text has color #0A1621 on white background.



Black color preview on #0A1621 background

This text has black color on #0A1621 background.


White color preview on #0A1621 background

This text has white color on #0A1621 background.