COLOR #0A1D1B

HEX: #0A1D1B
RGB: (10,29,27)

Color info

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

RGB color model

#0A1D1B color RGB value is (10,29,27).

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

RGB channels and saturation

R 10 of 255 = 4%
G 29 of 255 = 11%
B 27 of 255 = 11%

10
29
27

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

Portions of RGB colors in percentages

R + G + B =
10 + 29 + 27 = 66 (100%)
R 10 of 66 ~ 15.15%
G 29 of 66 ~ 43.94%
B 27 of 66 ~ 40.91%

%15.15
%43.94
%40.91

CMYK color model

#0A1D1B color CMYK value is (66,0,7,89).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 88.63%
CMYK:
(66,0,7,89)
C66M0Y7K89 
(66%,0%,7%,89%)
(0.66/0.00/0.07/0.89)	

CMYK percentages

%65.52
%0
%6.9
%88.63

Codes

Color #0A1D1B in popluar color models

0A1D1B
RGB102927
HSL174°48.72%7.65%
HSB/HSV174°65.52%11.37%
CMYK65.52%0.00%6.90%
88.63%

Color #0A1D1B in popluar number systems.

HEX0A1D1B
Decimal102927
Binary10101110111011
Octal123533

Shades and tints

Shades of #0A1D1B

#0A1D1B
(10,29,27)
#0A1B19
(10,27,25)
#0A1917
(10,25,23)
#0A1715
(10,23,21)
#0A1513
(10,21,19)
#0A1311
(10,19,17)
#0A110F
(10,17,15)
#0A0F0D
(10,15,13)
#0A0D0B
(10,13,11)
#0A0B09
(10,11,9)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #0A1D1B

#0A1D1B
(10,29,27)
#20312F
(32,49,47)
#364543
(54,69,67)
#4C5957
(76,89,87)
#626D6B
(98,109,107)
#78817F
(120,129,127)
#8E9593
(142,149,147)
#A4A9A7
(164,169,167)
#BABDBB
(186,189,187)
#D0D1CF
(208,209,207)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1D1B; }

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

This text font color is #0A1D1B.


Background Color

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

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

This div background color is #0A1D1B.


Border color

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

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

This div border color is #0A1D1B.


Opacity

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

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

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

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

This text has shadow with #0A1D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1D1B on black background.


Color preview on white background

This text has color #0A1D1B on white background.



Black color preview on #0A1D1B background

This text has black color on #0A1D1B background.


White color preview on #0A1D1B background

This text has white color on #0A1D1B background.