COLOR #0A130F

HEX: #0A130F
RGB: (10,19,15)

Color info

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

RGB color model

#0A130F color RGB value is (10,19,15).

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

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 15 of 255 = 6%

10
19
15

R + G + B ~ 6%. #0A130F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 15 = 44 (100%)
R 10 of 44 ~ 22.73%
G 19 of 44 ~ 43.18%
B 15 of 44 ~ 34.09%

%22.73
%43.18
%34.09

CMYK color model

#0A130F color CMYK value is (47,0,21,93).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 92.55%
CMYK:
(47,0,21,93)
C47M0Y21K93 
(47%,0%,21%,93%)
(0.47/0.00/0.21/0.93)	

CMYK percentages

%47.37
%0
%21.05
%92.55

Codes

Color #0A130F in popluar color models

0A130F
RGB101915
HSL153°31.03%5.69%
HSB/HSV153°47.37%7.45%
CMYK47.37%0.00%21.05%
92.55%

Color #0A130F in popluar number systems.

HEX0A130F
Decimal101915
Binary1010100111111
Octal122317

Shades and tints

Shades of #0A130F

#0A130F
(10,19,15)
#0A120E
(10,18,14)
#0A110D
(10,17,13)
#0A100C
(10,16,12)
#0A0F0B
(10,15,11)
#0A0E0A
(10,14,10)
#0A0D09
(10,13,9)
#0A0C08
(10,12,8)
#0A0B07
(10,11,7)
#0A0A06
(10,10,6)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #0A130F

#0A130F
(10,19,15)
#202824
(32,40,36)
#363D39
(54,61,57)
#4C524E
(76,82,78)
#626763
(98,103,99)
#787C78
(120,124,120)
#8E918D
(142,145,141)
#A4A6A2
(164,166,162)
#BABBB7
(186,187,183)
#D0D0CC
(208,208,204)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A130F; }

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

This text font color is #0A130F.


Background Color

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

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

This div background color is #0A130F.


Border color

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

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

This div border color is #0A130F.


Opacity

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

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

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

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

This text has shadow with #0A130F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A130F on black background.


Color preview on white background

This text has color #0A130F on white background.



Black color preview on #0A130F background

This text has black color on #0A130F background.


White color preview on #0A130F background

This text has white color on #0A130F background.