COLOR #0A0514

HEX: #0A0514
RGB: (10,5,20)

Color info

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

RGB color model

#0A0514 color RGB value is (10,5,20).

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

RGB channels and saturation

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

10
5
20

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

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 20 = 35 (100%)
R 10 of 35 ~ 28.57%
G 5 of 35 ~ 14.29%
B 20 of 35 ~ 57.14%

%28.57
%14.29
%57.14

CMYK color model

#0A0514 color CMYK value is (50,75,0,92).

  • cyan value is 50.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(50,75,0,92)
C50M75Y0K92 
(50%,75%,0%,92%)
(0.50/0.75/0.00/0.92)	

CMYK percentages

%50
%75
%0
%92.16

Codes

Color #0A0514 in popluar color models

0A0514
RGB10520
HSL260°60.00%4.90%
HSB/HSV260°75.00%7.84%
CMYK50.00%75.00%0.00%
92.16%

Color #0A0514 in popluar number systems.

HEX0A0514
Decimal10520
Binary101010110100
Octal12524

Shades and tints

Shades of #0A0514

#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)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #0A0514

#0A0514
(10,5,20)
#201B29
(32,27,41)
#36313E
(54,49,62)
#4C4753
(76,71,83)
#625D68
(98,93,104)
#78737D
(120,115,125)
#8E8992
(142,137,146)
#A49FA7
(164,159,167)
#BAB5BC
(186,181,188)
#D0CBD1
(208,203,209)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0514; }

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

This text font color is #0A0514.


Background Color

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

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

This div background color is #0A0514.


Border color

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

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

This div border color is #0A0514.


Opacity

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

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

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

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

This text has shadow with #0A0514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0514 on black background.


Color preview on white background

This text has color #0A0514 on white background.



Black color preview on #0A0514 background

This text has black color on #0A0514 background.


White color preview on #0A0514 background

This text has white color on #0A0514 background.