COLOR #0A0C20

HEX: #0A0C20
RGB: (10,12,32)

Color info

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

RGB color model

#0A0C20 color RGB value is (10,12,32).

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

RGB channels and saturation

R 10 of 255 = 4%
G 12 of 255 = 5%
B 32 of 255 = 13%

10
12
32

R + G + B ~ 7%. #0A0C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 12 + 32 = 54 (100%)
R 10 of 54 ~ 18.52%
G 12 of 54 ~ 22.22%
B 32 of 54 ~ 59.26%

%18.52
%22.22
%59.26

CMYK color model

#0A0C20 color CMYK value is (69,63,0,87).

  • cyan value is 68.75%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(69,63,0,87)
C69M63Y0K87 
(69%,63%,0%,87%)
(0.69/0.63/0.00/0.87)	

CMYK percentages

%68.75
%62.5
%0
%87.45

Codes

Color #0A0C20 in popluar color models

0A0C20
RGB101232
HSL235°52.38%8.24%
HSB/HSV235°68.75%12.55%
CMYK68.75%62.50%0.00%
87.45%

Color #0A0C20 in popluar number systems.

HEX0A0C20
Decimal101232
Binary10101100100000
Octal121440

Shades and tints

Shades of #0A0C20

#0A0C20
(10,12,32)
#0A0B1E
(10,11,30)
#0A0A1C
(10,10,28)
#0A091A
(10,9,26)
#0A0818
(10,8,24)
#0A0716
(10,7,22)
#0A0614
(10,6,20)
#0A0512
(10,5,18)
#0A0410
(10,4,16)
#0A030E
(10,3,14)
#0A020C
(10,2,12)
#000000
(0,0,0)

Tints of #0A0C20

#0A0C20
(10,12,32)
#202234
(32,34,52)
#363848
(54,56,72)
#4C4E5C
(76,78,92)
#626470
(98,100,112)
#787A84
(120,122,132)
#8E9098
(142,144,152)
#A4A6AC
(164,166,172)
#BABCC0
(186,188,192)
#D0D2D4
(208,210,212)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0C20; }

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

This text font color is #0A0C20.


Background Color

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

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

This div background color is #0A0C20.


Border color

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

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

This div border color is #0A0C20.


Opacity

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

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

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

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

This text has shadow with #0A0C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0C20 on black background.


Color preview on white background

This text has color #0A0C20 on white background.



Black color preview on #0A0C20 background

This text has black color on #0A0C20 background.


White color preview on #0A0C20 background

This text has white color on #0A0C20 background.