COLOR #0A1D1F

HEX: #0A1D1F
RGB: (10,29,31)

Color info

#0A1D1F contains red, green and blue colors in about the same proportion. Web safe color of #0A1D1F is #003333 (or #033).

RGB color model

#0A1D1F color RGB value is (10,29,31).

  • red value is 10;
  • green value is 29;
  • blue value is 31.
RGB:
(10,29,31)
(4%,11%,12%)

RGB channels and saturation

R 10 of 255 = 4%
G 29 of 255 = 11%
B 31 of 255 = 12%

10
29
31

R + G + B ~ 9%. #0A1D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 29 + 31 = 70 (100%)
R 10 of 70 ~ 14.29%
G 29 of 70 ~ 41.43%
B 31 of 70 ~ 44.29%

%14.29
%41.43
%44.29

CMYK color model

#0A1D1F color CMYK value is (68,6,0,88).

  • cyan value is 67.74%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(68,6,0,88)
C68M6Y0K88 
(68%,6%,0%,88%)
(0.68/0.06/0.00/0.88)	

CMYK percentages

%67.74
%6.45
%0
%87.84

Codes

Color #0A1D1F in popluar color models

0A1D1F
RGB102931
HSL186°51.22%8.04%
HSB/HSV186°67.74%12.16%
CMYK67.74%6.45%0.00%
87.84%

Color #0A1D1F in popluar number systems.

HEX0A1D1F
Decimal102931
Binary10101110111111
Octal123537

Shades and tints

Shades of #0A1D1F

#0A1D1F
(10,29,31)
#0A1B1D
(10,27,29)
#0A191B
(10,25,27)
#0A1719
(10,23,25)
#0A1517
(10,21,23)
#0A1315
(10,19,21)
#0A1113
(10,17,19)
#0A0F11
(10,15,17)
#0A0D0F
(10,13,15)
#0A0B0D
(10,11,13)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #0A1D1F

#0A1D1F
(10,29,31)
#203133
(32,49,51)
#364547
(54,69,71)
#4C595B
(76,89,91)
#626D6F
(98,109,111)
#788183
(120,129,131)
#8E9597
(142,149,151)
#A4A9AB
(164,169,171)
#BABDBF
(186,189,191)
#D0D1D3
(208,209,211)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1D1F; }

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

This text font color is #0A1D1F.


Background Color

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

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

This div background color is #0A1D1F.


Border color

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

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

This div border color is #0A1D1F.


Opacity

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

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

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

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

This text has shadow with #0A1D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1D1F on black background.


Color preview on white background

This text has color #0A1D1F on white background.



Black color preview on #0A1D1F background

This text has black color on #0A1D1F background.


White color preview on #0A1D1F background

This text has white color on #0A1D1F background.