COLOR #0A2406

HEX: #0A2406
RGB: (10,36,6)

Color info

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

RGB color model

#0A2406 color RGB value is (10,36,6).

  • red value is 10;
  • green value is 36;
  • blue value is 6.
RGB:
(10,36,6)
(4%,14%,2%)

RGB channels and saturation

R 10 of 255 = 4%
G 36 of 255 = 14%
B 6 of 255 = 2%

10
36
6

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

Portions of RGB colors in percentages

R + G + B =
10 + 36 + 6 = 52 (100%)
R 10 of 52 ~ 19.23%
G 36 of 52 ~ 69.23%
B 6 of 52 ~ 11.54%

%19.23
%69.23
%11.54

CMYK color model

#0A2406 color CMYK value is (72,0,83,86).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 85.88%
CMYK:
(72,0,83,86)
C72M0Y83K86 
(72%,0%,83%,86%)
(0.72/0.00/0.83/0.86)	

CMYK percentages

%72.22
%0
%83.33
%85.88

Codes

Color #0A2406 in popluar color models

0A2406
RGB10366
HSL112°71.43%8.24%
HSB/HSV112°83.33%14.12%
CMYK72.22%0.00%83.33%
85.88%

Color #0A2406 in popluar number systems.

HEX0A2406
Decimal10366
Binary1010100100110
Octal12446

Shades and tints

Shades of #0A2406

#0A2406
(10,36,6)
#0A2106
(10,33,6)
#0A1E06
(10,30,6)
#0A1B06
(10,27,6)
#0A1806
(10,24,6)
#0A1506
(10,21,6)
#0A1206
(10,18,6)
#0A0F06
(10,15,6)
#0A0C06
(10,12,6)
#0A0906
(10,9,6)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #0A2406

#0A2406
(10,36,6)
#20371C
(32,55,28)
#364A32
(54,74,50)
#4C5D48
(76,93,72)
#62705E
(98,112,94)
#788374
(120,131,116)
#8E968A
(142,150,138)
#A4A9A0
(164,169,160)
#BABCB6
(186,188,182)
#D0CFCC
(208,207,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2406 color. Also use rgb(10,36,6) instead hex code.

Text Font Color

.myTextColor { color: #0A2406; }

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

This text font color is #0A2406.


Background Color

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

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

This div background color is #0A2406.


Border color

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

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

This div border color is #0A2406.


Opacity

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

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

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

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

This text has shadow with #0A2406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2406 on black background.


Color preview on white background

This text has color #0A2406 on white background.



Black color preview on #0A2406 background

This text has black color on #0A2406 background.


White color preview on #0A2406 background

This text has white color on #0A2406 background.