COLOR #0A130D

HEX: #0A130D
RGB: (10,19,13)

Color info

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

RGB color model

#0A130D color RGB value is (10,19,13).

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

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 13 of 255 = 5%

10
19
13

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

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 13 = 42 (100%)
R 10 of 42 ~ 23.81%
G 19 of 42 ~ 45.24%
B 13 of 42 ~ 30.95%

%23.81
%45.24
%30.95

CMYK color model

#0A130D color CMYK value is (47,0,32,93).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(47,0,32,93)
C47M0Y32K93 
(47%,0%,32%,93%)
(0.47/0.00/0.32/0.93)	

CMYK percentages

%47.37
%0
%31.58
%92.55

Codes

Color #0A130D in popluar color models

0A130D
RGB101913
HSL140°31.03%5.69%
HSB/HSV140°47.37%7.45%
CMYK47.37%0.00%31.58%
92.55%

Color #0A130D in popluar number systems.

HEX0A130D
Decimal101913
Binary1010100111101
Octal122315

Shades and tints

Shades of #0A130D

#0A130D
(10,19,13)
#0A120C
(10,18,12)
#0A110B
(10,17,11)
#0A100A
(10,16,10)
#0A0F09
(10,15,9)
#0A0E08
(10,14,8)
#0A0D07
(10,13,7)
#0A0C06
(10,12,6)
#0A0B05
(10,11,5)
#0A0A04
(10,10,4)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #0A130D

#0A130D
(10,19,13)
#202823
(32,40,35)
#363D39
(54,61,57)
#4C524F
(76,82,79)
#626765
(98,103,101)
#787C7B
(120,124,123)
#8E9191
(142,145,145)
#A4A6A7
(164,166,167)
#BABBBD
(186,187,189)
#D0D0D3
(208,208,211)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A130D; }

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

This text font color is #0A130D.


Background Color

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

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

This div background color is #0A130D.


Border color

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

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

This div border color is #0A130D.


Opacity

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

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

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

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

This text has shadow with #0A130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A130D on black background.


Color preview on white background

This text has color #0A130D on white background.



Black color preview on #0A130D background

This text has black color on #0A130D background.


White color preview on #0A130D background

This text has white color on #0A130D background.