COLOR #0A2A17

HEX: #0A2A17
RGB: (10,42,23)

Color info

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

RGB color model

#0A2A17 color RGB value is (10,42,23).

  • red value is 10;
  • green value is 42;
  • blue value is 23.
RGB:
(10,42,23)
(4%,16%,9%)

RGB channels and saturation

R 10 of 255 = 4%
G 42 of 255 = 16%
B 23 of 255 = 9%

10
42
23

R + G + B ~ 10%. #0A2A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 42 + 23 = 75 (100%)
R 10 of 75 ~ 13.33%
G 42 of 75 ~ 56%
B 23 of 75 ~ 30.67%

%13.33
%56
%30.67

CMYK color model

#0A2A17 color CMYK value is (76,0,45,84).

  • cyan value is 76.19%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 83.53%
CMYK:
(76,0,45,84)
C76M0Y45K84 
(76%,0%,45%,84%)
(0.76/0.00/0.45/0.84)	

CMYK percentages

%76.19
%0
%45.24
%83.53

Codes

Color #0A2A17 in popluar color models

0A2A17
RGB104223
HSL144°61.54%10.20%
HSB/HSV144°76.19%16.47%
CMYK76.19%0.00%45.24%
83.53%

Color #0A2A17 in popluar number systems.

HEX0A2A17
Decimal104223
Binary101010101010111
Octal125227

Shades and tints

Shades of #0A2A17

#0A2A17
(10,42,23)
#0A2715
(10,39,21)
#0A2413
(10,36,19)
#0A2111
(10,33,17)
#0A1E0F
(10,30,15)
#0A1B0D
(10,27,13)
#0A180B
(10,24,11)
#0A1509
(10,21,9)
#0A1207
(10,18,7)
#0A0F05
(10,15,5)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #0A2A17

#0A2A17
(10,42,23)
#203D2C
(32,61,44)
#365041
(54,80,65)
#4C6356
(76,99,86)
#62766B
(98,118,107)
#788980
(120,137,128)
#8E9C95
(142,156,149)
#A4AFAA
(164,175,170)
#BAC2BF
(186,194,191)
#D0D5D4
(208,213,212)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2A17 color. Also use rgb(10,42,23) instead hex code.

Text Font Color

.myTextColor { color: #0A2A17; }

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

This text font color is #0A2A17.


Background Color

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

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

This div background color is #0A2A17.


Border color

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

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

This div border color is #0A2A17.


Opacity

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

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

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

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

This text has shadow with #0A2A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2A17 on black background.


Color preview on white background

This text has color #0A2A17 on white background.



Black color preview on #0A2A17 background

This text has black color on #0A2A17 background.


White color preview on #0A2A17 background

This text has white color on #0A2A17 background.