COLOR #0A200D

HEX: #0A200D
RGB: (10,32,13)

Color info

#0A200D contains red, green and blue colors in about the same proportion. Web safe color of #0A200D is #003300 (or #030).

RGB color model

#0A200D color RGB value is (10,32,13).

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

RGB channels and saturation

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

10
32
13

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

Portions of RGB colors in percentages

R + G + B =
10 + 32 + 13 = 55 (100%)
R 10 of 55 ~ 18.18%
G 32 of 55 ~ 58.18%
B 13 of 55 ~ 23.64%

%18.18
%58.18
%23.64

CMYK color model

#0A200D color CMYK value is (69,0,59,87).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 87.45%
CMYK:
(69,0,59,87)
C69M0Y59K87 
(69%,0%,59%,87%)
(0.69/0.00/0.59/0.87)	

CMYK percentages

%68.75
%0
%59.38
%87.45

Codes

Color #0A200D in popluar color models

0A200D
RGB103213
HSL128°52.38%8.24%
HSB/HSV128°68.75%12.55%
CMYK68.75%0.00%59.38%
87.45%

Color #0A200D in popluar number systems.

HEX0A200D
Decimal103213
Binary10101000001101
Octal124015

Shades and tints

Shades of #0A200D

#0A200D
(10,32,13)
#0A1E0C
(10,30,12)
#0A1C0B
(10,28,11)
#0A1A0A
(10,26,10)
#0A1809
(10,24,9)
#0A1608
(10,22,8)
#0A1407
(10,20,7)
#0A1206
(10,18,6)
#0A1005
(10,16,5)
#0A0E04
(10,14,4)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #0A200D

#0A200D
(10,32,13)
#203423
(32,52,35)
#364839
(54,72,57)
#4C5C4F
(76,92,79)
#627065
(98,112,101)
#78847B
(120,132,123)
#8E9891
(142,152,145)
#A4ACA7
(164,172,167)
#BAC0BD
(186,192,189)
#D0D4D3
(208,212,211)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A200D; }

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

This text font color is #0A200D.


Background Color

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

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

This div background color is #0A200D.


Border color

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

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

This div border color is #0A200D.


Opacity

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

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

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

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

This text has shadow with #0A200D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A200D on black background.


Color preview on white background

This text has color #0A200D on white background.



Black color preview on #0A200D background

This text has black color on #0A200D background.


White color preview on #0A200D background

This text has white color on #0A200D background.