COLOR #0A130C

HEX: #0A130C RGB: (10,19,12)

Color info

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

RGB color model

#0A130C color RGB value is (10,19,12).

RGB: (10,19,12) (4%, 7%, 5%)

RGB channels and saturation

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

10
19
12

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

Portions of RGB colors in percentages

R + G + B = 10 + 19 + 12 = 41 (100%)
R 10 of 41 ~ 24.39%
G 19 of 41 ~ 46.34%
B 12 of 41 ~ 29.27'%

%24.39
%46.34
%29.27

CMYK color model

#0A130C color CMYK value is (47,0,37,93).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 92.55%

CMYK: (47,0,37,93)
C47M0Y37K93 (47%, 0%, 37%, 93%)
(0.47 / 0.00 / 0.37 / 0.93)

CMYK percentages

%47.37
%0
%36.84
%92.55

Codes

Color #0A130C in popluar color models

0A 13 0C
RGB 10 19 12
HSL 133° 31.03% 5.69%
HSB/HSV 133° 47.37% 7.45%
CMYK 47.37% 0.00% 36.84%
92.55%

Color #0A130C in popluar number systems.

HEX 0A 13 0C
Decimal 10 19 12
Binary 1010 10011 1100
Octal 12 23 14

Shades and tints

Shades of #0A130C

#0A130C
(10,19,12)
#0A120B
(10,18,11)
#0A110A
(10,17,10)
#0A1009
(10,16,9)
#0A0F08
(10,15,8)
#0A0E07
(10,14,7)
#0A0D06
(10,13,6)
#0A0C05
(10,12,5)
#0A0B04
(10,11,4)
#0A0A03
(10,10,3)
#0A0902
(10,9,2)
#000000
(0,0,0)

Tints of #0A130C

#0A130C
(10,19,12)
#202822
(32,40,34)
#363D38
(54,61,56)
#4C524E
(76,82,78)
#626764
(98,103,100)
#787C7A
(120,124,122)
#8E9190
(142,145,144)
#A4A6A6
(164,166,166)
#BABBBC
(186,187,188)
#D0D0D2
(208,208,210)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A130C; }

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

This text font color is #0A130C.

Background Color

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

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

This div background color is #0A130C.

Border color

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

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

This div border color is #0A130C.

Opacity

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

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

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

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

This text has shadow with #0A130C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A130C.

Preview

Color preview on black background

This text has color #0A130C on black background.


Color preview on white background

This text has color #0A130C on white background.


Black color preview on #0A130C background

This text has black color on #0A130C background.


White color preview on #0A130C background

This text has white color on #0A130C background.


Related colors

Complementary color

Complementary color for #hex is #F5ECF3.


I love getcolorcode.com

Triadic colors

1 #0C0A13 and #130C0A with #0A130C are triadic colors.

2 #0C130A and #130A0C with #0A130C are triadic colors.