COLOR #0A1D13

HEX: #0A1D13 RGB: (10,29,19)

Color info

#0A1D13 contains red, green and blue colors in about the same proportion. Web safe color of #0A1D13 is #003300 (or #030).

RGB color model

#0A1D13 color RGB value is (10,29,19).

RGB: (10,29,19) (4%, 11%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 29 of 255 = 11%
B 19 of 255 = 7%

10
29
19

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

Portions of RGB colors in percentages

R + G + B = 10 + 29 + 19 = 58 (100%)
R 10 of 58 ~ 17.24%
G 29 of 58 ~ 50%
B 19 of 58 ~ 32.76'%

%17.24
%50
%32.76

CMYK color model

#0A1D13 color CMYK value is (66,0,34,89).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%

CMYK: (66,0,34,89)
C66M0Y34K89 (66%, 0%, 34%, 89%)
(0.66 / 0.00 / 0.34 / 0.89)

CMYK percentages

%65.52
%0
%34.48
%88.63

Codes

Color #0A1D13 in popluar color models

0A 1D 13
RGB 10 29 19
HSL 148° 48.72% 7.65%
HSB/HSV 148° 65.52% 11.37%
CMYK 65.52% 0.00% 34.48%
88.63%

Color #0A1D13 in popluar number systems.

HEX 0A 1D 13
Decimal 10 29 19
Binary 1010 11101 10011
Octal 12 35 23

Shades and tints

Shades of #0A1D13

#0A1D13
(10,29,19)
#0A1B12
(10,27,18)
#0A1911
(10,25,17)
#0A1710
(10,23,16)
#0A150F
(10,21,15)
#0A130E
(10,19,14)
#0A110D
(10,17,13)
#0A0F0C
(10,15,12)
#0A0D0B
(10,13,11)
#0A0B0A
(10,11,10)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #0A1D13

#0A1D13
(10,29,19)
#203128
(32,49,40)
#36453D
(54,69,61)
#4C5952
(76,89,82)
#626D67
(98,109,103)
#78817C
(120,129,124)
#8E9591
(142,149,145)
#A4A9A6
(164,169,166)
#BABDBB
(186,189,187)
#D0D1D0
(208,209,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1D13; }

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

This text font color is #0A1D13.

Background Color

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

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

This div background color is #0A1D13.

Border color

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

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

This div border color is #0A1D13.

Opacity

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

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

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

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

This text has shadow with #0A1D13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1D13.

Preview

Color preview on black background

This text has color #0A1D13 on black background.


Color preview on white background

This text has color #0A1D13 on white background.


Black color preview on #0A1D13 background

This text has black color on #0A1D13 background.


White color preview on #0A1D13 background

This text has white color on #0A1D13 background.


Related colors

Complementary color

Complementary color for #hex is #F5E2EC.


I love getcolorcode.com

Triadic colors

1 #130A1D and #1D130A with #0A1D13 are triadic colors.

2 #131D0A and #1D0A13 with #0A1D13 are triadic colors.