COLOR #0A120F

HEX: #0A120F
RGB: (10,18,15)

Color info

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

RGB color model

#0A120F color RGB value is (10,18,15).

  • red value is 10;
  • green value is 18;
  • blue value is 15.
RGB:
(10,18,15)
(4%,7%,6%)

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 15 of 255 = 6%

10
18
15

R + G + B ~ 6%. #0A120F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 15 = 43 (100%)
R 10 of 43 ~ 23.26%
G 18 of 43 ~ 41.86%
B 15 of 43 ~ 34.88%

%23.26
%41.86
%34.88

CMYK color model

#0A120F color CMYK value is (44,0,17,93).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(44,0,17,93)
C44M0Y17K93 
(44%,0%,17%,93%)
(0.44/0.00/0.17/0.93)	

CMYK percentages

%44.44
%0
%16.67
%92.94

Codes

Color #0A120F in popluar color models

0A120F
RGB101815
HSL158°28.57%5.49%
HSB/HSV158°44.44%7.06%
CMYK44.44%0.00%16.67%
92.94%

Color #0A120F in popluar number systems.

HEX0A120F
Decimal101815
Binary1010100101111
Octal122217

Shades and tints

Shades of #0A120F

#0A120F
(10,18,15)
#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)
#000000
(0,0,0)

Tints of #0A120F

#0A120F
(10,18,15)
#202724
(32,39,36)
#363C39
(54,60,57)
#4C514E
(76,81,78)
#626663
(98,102,99)
#787B78
(120,123,120)
#8E908D
(142,144,141)
#A4A5A2
(164,165,162)
#BABAB7
(186,186,183)
#D0CFCC
(208,207,204)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A120F color. Also use rgb(10,18,15) instead hex code.

Text Font Color

.myTextColor { color: #0A120F; }

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

This text font color is #0A120F.


Background Color

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

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

This div background color is #0A120F.


Border color

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

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

This div border color is #0A120F.


Opacity

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

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

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

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

This text has shadow with #0A120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A120F on black background.


Color preview on white background

This text has color #0A120F on white background.



Black color preview on #0A120F background

This text has black color on #0A120F background.


White color preview on #0A120F background

This text has white color on #0A120F background.