COLOR #0A0F21

HEX: #0A0F21
RGB: (10,15,33)

Color info

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

RGB color model

#0A0F21 color RGB value is (10,15,33).

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

RGB channels and saturation

R 10 of 255 = 4%
G 15 of 255 = 6%
B 33 of 255 = 13%

10
15
33

R + G + B ~ 8%. #0A0F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 15 + 33 = 58 (100%)
R 10 of 58 ~ 17.24%
G 15 of 58 ~ 25.86%
B 33 of 58 ~ 56.9%

%17.24
%25.86
%56.9

CMYK color model

#0A0F21 color CMYK value is (70,55,0,87).

  • cyan value is 69.70%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(70,55,0,87)
C70M55Y0K87 
(70%,55%,0%,87%)
(0.70/0.55/0.00/0.87)	

CMYK percentages

%69.7
%54.55
%0
%87.06

Codes

Color #0A0F21 in popluar color models

0A0F21
RGB101533
HSL227°53.49%8.43%
HSB/HSV227°69.70%12.94%
CMYK69.70%54.55%0.00%
87.06%

Color #0A0F21 in popluar number systems.

HEX0A0F21
Decimal101533
Binary10101111100001
Octal121741

Shades and tints

Shades of #0A0F21

#0A0F21
(10,15,33)
#0A0E1E
(10,14,30)
#0A0D1B
(10,13,27)
#0A0C18
(10,12,24)
#0A0B15
(10,11,21)
#0A0A12
(10,10,18)
#0A090F
(10,9,15)
#0A080C
(10,8,12)
#0A0709
(10,7,9)
#0A0606
(10,6,6)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #0A0F21

#0A0F21
(10,15,33)
#202435
(32,36,53)
#363949
(54,57,73)
#4C4E5D
(76,78,93)
#626371
(98,99,113)
#787885
(120,120,133)
#8E8D99
(142,141,153)
#A4A2AD
(164,162,173)
#BAB7C1
(186,183,193)
#D0CCD5
(208,204,213)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0F21; }

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

This text font color is #0A0F21.


Background Color

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

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

This div background color is #0A0F21.


Border color

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

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

This div border color is #0A0F21.


Opacity

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

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

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

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

This text has shadow with #0A0F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0F21 on black background.


Color preview on white background

This text has color #0A0F21 on white background.



Black color preview on #0A0F21 background

This text has black color on #0A0F21 background.


White color preview on #0A0F21 background

This text has white color on #0A0F21 background.