COLOR #0A0515

HEX: #0A0515
RGB: (10,5,21)

Color info

#0A0515 contains red, green and blue colors in about the same proportion. Web safe color of #0A0515 is #000000 (or #000).

RGB color model

#0A0515 color RGB value is (10,5,21).

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

RGB channels and saturation

R 10 of 255 = 4%
G 5 of 255 = 2%
B 21 of 255 = 8%

10
5
21

R + G + B ~ 5%. #0A0515 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 21 = 36 (100%)
R 10 of 36 ~ 27.78%
G 5 of 36 ~ 13.89%
B 21 of 36 ~ 58.33%

%27.78
%13.89
%58.33

CMYK color model

#0A0515 color CMYK value is (52,76,0,92).

  • cyan value is 52.38%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(52,76,0,92)
C52M76Y0K92 
(52%,76%,0%,92%)
(0.52/0.76/0.00/0.92)	

CMYK percentages

%52.38
%76.19
%0
%91.76

Codes

Color #0A0515 in popluar color models

0A0515
RGB10521
HSL259°61.54%5.10%
HSB/HSV259°76.19%8.24%
CMYK52.38%76.19%0.00%
91.76%

Color #0A0515 in popluar number systems.

HEX0A0515
Decimal10521
Binary101010110101
Octal12525

Shades and tints

Shades of #0A0515

#0A0515
(10,5,21)
#0A0514
(10,5,20)
#0A0513
(10,5,19)
#0A0512
(10,5,18)
#0A0511
(10,5,17)
#0A0510
(10,5,16)
#0A050F
(10,5,15)
#0A050E
(10,5,14)
#0A050D
(10,5,13)
#0A050C
(10,5,12)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A0515

#0A0515
(10,5,21)
#201B2A
(32,27,42)
#36313F
(54,49,63)
#4C4754
(76,71,84)
#625D69
(98,93,105)
#78737E
(120,115,126)
#8E8993
(142,137,147)
#A49FA8
(164,159,168)
#BAB5BD
(186,181,189)
#D0CBD2
(208,203,210)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0515; }

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

This text font color is #0A0515.


Background Color

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

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

This div background color is #0A0515.


Border color

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

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

This div border color is #0A0515.


Opacity

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

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

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

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

This text has shadow with #0A0515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0515 on black background.


Color preview on white background

This text has color #0A0515 on white background.



Black color preview on #0A0515 background

This text has black color on #0A0515 background.


White color preview on #0A0515 background

This text has white color on #0A0515 background.