COLOR #0A2115

HEX: #0A2115
RGB: (10,33,21)

Color info

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

RGB color model

#0A2115 color RGB value is (10,33,21).

  • red value is 10;
  • green value is 33;
  • blue value is 21.
RGB:
(10,33,21)
(4%,13%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 33 of 255 = 13%
B 21 of 255 = 8%

10
33
21

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

Portions of RGB colors in percentages

R + G + B =
10 + 33 + 21 = 64 (100%)
R 10 of 64 ~ 15.63%
G 33 of 64 ~ 51.56%
B 21 of 64 ~ 32.81%

%15.63
%51.56
%32.81

CMYK color model

#0A2115 color CMYK value is (70,0,36,87).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 87.06%
CMYK:
(70,0,36,87)
C70M0Y36K87 
(70%,0%,36%,87%)
(0.70/0.00/0.36/0.87)	

CMYK percentages

%69.7
%0
%36.36
%87.06

Codes

Color #0A2115 in popluar color models

0A2115
RGB103321
HSL149°53.49%8.43%
HSB/HSV149°69.70%12.94%
CMYK69.70%0.00%36.36%
87.06%

Color #0A2115 in popluar number systems.

HEX0A2115
Decimal103321
Binary101010000110101
Octal124125

Shades and tints

Shades of #0A2115

#0A2115
(10,33,21)
#0A1E14
(10,30,20)
#0A1B13
(10,27,19)
#0A1812
(10,24,18)
#0A1511
(10,21,17)
#0A1210
(10,18,16)
#0A0F0F
(10,15,15)
#0A0C0E
(10,12,14)
#0A090D
(10,9,13)
#0A060C
(10,6,12)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #0A2115

#0A2115
(10,33,21)
#20352A
(32,53,42)
#36493F
(54,73,63)
#4C5D54
(76,93,84)
#627169
(98,113,105)
#78857E
(120,133,126)
#8E9993
(142,153,147)
#A4ADA8
(164,173,168)
#BAC1BD
(186,193,189)
#D0D5D2
(208,213,210)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2115 color. Also use rgb(10,33,21) instead hex code.

Text Font Color

.myTextColor { color: #0A2115; }

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

This text font color is #0A2115.


Background Color

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

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

This div background color is #0A2115.


Border color

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

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

This div border color is #0A2115.


Opacity

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

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

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

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

This text has shadow with #0A2115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2115 on black background.


Color preview on white background

This text has color #0A2115 on white background.



Black color preview on #0A2115 background

This text has black color on #0A2115 background.


White color preview on #0A2115 background

This text has white color on #0A2115 background.