COLOR #0A1913

HEX: #0A1913 RGB: (10,25,19)

Color info

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

RGB color model

#0A1913 color RGB value is (10,25,19).

RGB: (10,25,19) (4%, 10%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 19 of 255 = 7%

10
25
19

R + G + B ~ 7%. #0A1913 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 25 + 19 = 54 (100%)
R 10 of 54 ~ 18.52%
G 25 of 54 ~ 46.3%
B 19 of 54 ~ 35.19'%

%18.52
%46.3
%35.19

CMYK color model

#0A1913 color CMYK value is (60,0,24,90).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%

CMYK: (60,0,24,90)
C60M0Y24K90 (60%, 0%, 24%, 90%)
(0.60 / 0.00 / 0.24 / 0.90)

CMYK percentages

%60
%0
%24
%90.2

Codes

Color #0A1913 in popluar color models

0A 19 13
RGB 10 25 19
HSL 156° 42.86% 6.86%
HSB/HSV 156° 60.00% 9.80%
CMYK 60.00% 0.00% 24.00%
90.20%

Color #0A1913 in popluar number systems.

HEX 0A 19 13
Decimal 10 25 19
Binary 1010 11001 10011
Octal 12 31 23

Shades and tints

Shades of #0A1913

#0A1913
(10,25,19)
#0A1712
(10,23,18)
#0A1511
(10,21,17)
#0A1310
(10,19,16)
#0A110F
(10,17,15)
#0A0F0E
(10,15,14)
#0A0D0D
(10,13,13)
#0A0B0C
(10,11,12)
#0A090B
(10,9,11)
#0A070A
(10,7,10)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #0A1913

#0A1913
(10,25,19)
#202D28
(32,45,40)
#36413D
(54,65,61)
#4C5552
(76,85,82)
#626967
(98,105,103)
#787D7C
(120,125,124)
#8E9191
(142,145,145)
#A4A5A6
(164,165,166)
#BAB9BB
(186,185,187)
#D0CDD0
(208,205,208)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1913; }

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

This text font color is #0A1913.

Background Color

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

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

This div background color is #0A1913.

Border color

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

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

This div border color is #0A1913.

Opacity

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

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

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

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

This text has shadow with #0A1913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1913.

Preview

Color preview on black background

This text has color #0A1913 on black background.


Color preview on white background

This text has color #0A1913 on white background.


Black color preview on #0A1913 background

This text has black color on #0A1913 background.


White color preview on #0A1913 background

This text has white color on #0A1913 background.


Related colors

Complementary color

Complementary color for #hex is #F5E6EC.


I love getcolorcode.com

Triadic colors

1 #130A19 and #19130A with #0A1913 are triadic colors.

2 #13190A and #190A13 with #0A1913 are triadic colors.