COLOR #0A030D

HEX: #0A030D
RGB: (10,3,13)

Color info

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

RGB color model

#0A030D color RGB value is (10,3,13).

  • red value is 10;
  • green value is 3;
  • blue value is 13.
RGB:
(10,3,13)
(4%,1%,5%)

RGB channels and saturation

R 10 of 255 = 4%
G 3 of 255 = 1%
B 13 of 255 = 5%

10
3
13

R + G + B ~ 3%. #0A030D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 3 + 13 = 26 (100%)
R 10 of 26 ~ 38.46%
G 3 of 26 ~ 11.54%
B 13 of 26 ~ 50%

%38.46
%11.54
%50

CMYK color model

#0A030D color CMYK value is (23,77,0,95).

  • cyan value is 23.08%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(23,77,0,95)
C23M77Y0K95 
(23%,77%,0%,95%)
(0.23/0.77/0.00/0.95)	

CMYK percentages

%23.08
%76.92
%0
%94.9

Codes

Color #0A030D in popluar color models

0A030D
RGB10313
HSL282°62.50%3.14%
HSB/HSV282°76.92%5.10%
CMYK23.08%76.92%0.00%
94.90%

Color #0A030D in popluar number systems.

HEX0A030D
Decimal10313
Binary1010111101
Octal12315

Shades and tints

Shades of #0A030D

#0A030D
(10,3,13)
#0A030C
(10,3,12)
#0A030B
(10,3,11)
#0A030A
(10,3,10)
#0A0309
(10,3,9)
#0A0308
(10,3,8)
#0A0307
(10,3,7)
#0A0306
(10,3,6)
#0A0305
(10,3,5)
#0A0304
(10,3,4)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #0A030D

#0A030D
(10,3,13)
#201923
(32,25,35)
#362F39
(54,47,57)
#4C454F
(76,69,79)
#625B65
(98,91,101)
#78717B
(120,113,123)
#8E8791
(142,135,145)
#A49DA7
(164,157,167)
#BAB3BD
(186,179,189)
#D0C9D3
(208,201,211)
#E6DFE9
(230,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A030D color. Also use rgb(10,3,13) instead hex code.

Text Font Color

.myTextColor { color: #0A030D; }

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

This text font color is #0A030D.


Background Color

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

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

This div background color is #0A030D.


Border color

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

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

This div border color is #0A030D.


Opacity

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

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

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

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

This text has shadow with #0A030D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A030D on black background.


Color preview on white background

This text has color #0A030D on white background.



Black color preview on #0A030D background

This text has black color on #0A030D background.


White color preview on #0A030D background

This text has white color on #0A030D background.