COLOR #0A110E

HEX: #0A110E
RGB: (10,17,14)

Color info

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

RGB color model

#0A110E color RGB value is (10,17,14).

  • red value is 10;
  • green value is 17;
  • blue value is 14.
RGB:
(10,17,14)
(4%,7%,5%)

RGB channels and saturation

R 10 of 255 = 4%
G 17 of 255 = 7%
B 14 of 255 = 5%

10
17
14

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

Portions of RGB colors in percentages

R + G + B =
10 + 17 + 14 = 41 (100%)
R 10 of 41 ~ 24.39%
G 17 of 41 ~ 41.46%
B 14 of 41 ~ 34.15%

%24.39
%41.46
%34.15

CMYK color model

#0A110E color CMYK value is (41,0,18,93).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(41,0,18,93)
C41M0Y18K93 
(41%,0%,18%,93%)
(0.41/0.00/0.18/0.93)	

CMYK percentages

%41.18
%0
%17.65
%93.33

Codes

Color #0A110E in popluar color models

0A110E
RGB101714
HSL154°25.93%5.29%
HSB/HSV154°41.18%6.67%
CMYK41.18%0.00%17.65%
93.33%

Color #0A110E in popluar number systems.

HEX0A110E
Decimal101714
Binary1010100011110
Octal122116

Shades and tints

Shades of #0A110E

#0A110E
(10,17,14)
#0A100D
(10,16,13)
#0A0F0C
(10,15,12)
#0A0E0B
(10,14,11)
#0A0D0A
(10,13,10)
#0A0C09
(10,12,9)
#0A0B08
(10,11,8)
#0A0A07
(10,10,7)
#0A0906
(10,9,6)
#0A0805
(10,8,5)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #0A110E

#0A110E
(10,17,14)
#202623
(32,38,35)
#363B38
(54,59,56)
#4C504D
(76,80,77)
#626562
(98,101,98)
#787A77
(120,122,119)
#8E8F8C
(142,143,140)
#A4A4A1
(164,164,161)
#BAB9B6
(186,185,182)
#D0CECB
(208,206,203)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A110E color. Also use rgb(10,17,14) instead hex code.

Text Font Color

.myTextColor { color: #0A110E; }

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

This text font color is #0A110E.


Background Color

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

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

This div background color is #0A110E.


Border color

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

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

This div border color is #0A110E.


Opacity

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

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

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

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

This text has shadow with #0A110E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A110E on black background.


Color preview on white background

This text has color #0A110E on white background.



Black color preview on #0A110E background

This text has black color on #0A110E background.


White color preview on #0A110E background

This text has white color on #0A110E background.