COLOR #0A1020

HEX: #0A1020
RGB: (10,16,32)

Color info

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

RGB color model

#0A1020 color RGB value is (10,16,32).

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

RGB channels and saturation

R 10 of 255 = 4%
G 16 of 255 = 6%
B 32 of 255 = 13%

10
16
32

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

Portions of RGB colors in percentages

R + G + B =
10 + 16 + 32 = 58 (100%)
R 10 of 58 ~ 17.24%
G 16 of 58 ~ 27.59%
B 32 of 58 ~ 55.17%

%17.24
%27.59
%55.17

CMYK color model

#0A1020 color CMYK value is (69,50,0,87).

  • cyan value is 68.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(69,50,0,87)
C69M50Y0K87 
(69%,50%,0%,87%)
(0.69/0.50/0.00/0.87)	

CMYK percentages

%68.75
%50
%0
%87.45

Codes

Color #0A1020 in popluar color models

0A1020
RGB101632
HSL224°52.38%8.24%
HSB/HSV224°68.75%12.55%
CMYK68.75%50.00%0.00%
87.45%

Color #0A1020 in popluar number systems.

HEX0A1020
Decimal101632
Binary101010000100000
Octal122040

Shades and tints

Shades of #0A1020

#0A1020
(10,16,32)
#0A0F1E
(10,15,30)
#0A0E1C
(10,14,28)
#0A0D1A
(10,13,26)
#0A0C18
(10,12,24)
#0A0B16
(10,11,22)
#0A0A14
(10,10,20)
#0A0912
(10,9,18)
#0A0810
(10,8,16)
#0A070E
(10,7,14)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #0A1020

#0A1020
(10,16,32)
#202534
(32,37,52)
#363A48
(54,58,72)
#4C4F5C
(76,79,92)
#626470
(98,100,112)
#787984
(120,121,132)
#8E8E98
(142,142,152)
#A4A3AC
(164,163,172)
#BAB8C0
(186,184,192)
#D0CDD4
(208,205,212)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1020 color. Also use rgb(10,16,32) instead hex code.

Text Font Color

.myTextColor { color: #0A1020; }

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

This text font color is #0A1020.


Background Color

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

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

This div background color is #0A1020.


Border color

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

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

This div border color is #0A1020.


Opacity

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

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

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

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

This text has shadow with #0A1020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1020 on black background.


Color preview on white background

This text has color #0A1020 on white background.



Black color preview on #0A1020 background

This text has black color on #0A1020 background.


White color preview on #0A1020 background

This text has white color on #0A1020 background.