COLOR #120815

HEX: #120815
RGB: (18,8,21)

Color info

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

RGB color model

#120815 color RGB value is (18,8,21).

  • red value is 18;
  • green value is 8;
  • blue value is 21.
RGB:
(18,8,21)
(7%,3%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 21 of 255 = 8%

18
8
21

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

Portions of RGB colors in percentages

R + G + B =
18 + 8 + 21 = 47 (100%)
R 18 of 47 ~ 38.3%
G 8 of 47 ~ 17.02%
B 21 of 47 ~ 44.68%

%38.3
%17.02
%44.68

CMYK color model

#120815 color CMYK value is (14,62,0,92).

  • cyan value is 14.29%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(14,62,0,92)
C14M62Y0K92 
(14%,62%,0%,92%)
(0.14/0.62/0.00/0.92)	

CMYK percentages

%14.29
%61.9
%0
%91.76

Codes

Color #120815 in popluar color models

120815
RGB18821
HSL286°44.83%5.69%
HSB/HSV286°61.90%8.24%
CMYK14.29%61.90%0.00%
91.76%

Color #120815 in popluar number systems.

HEX120815
Decimal18821
Binary10010100010101
Octal221025

Shades and tints

Shades of #120815

#120815
(18,8,21)
#110814
(17,8,20)
#100813
(16,8,19)
#0F0812
(15,8,18)
#0E0811
(14,8,17)
#0D0810
(13,8,16)
#0C080F
(12,8,15)
#0B080E
(11,8,14)
#0A080D
(10,8,13)
#09080C
(9,8,12)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #120815

#120815
(18,8,21)
#271E2A
(39,30,42)
#3C343F
(60,52,63)
#514A54
(81,74,84)
#666069
(102,96,105)
#7B767E
(123,118,126)
#908C93
(144,140,147)
#A5A2A8
(165,162,168)
#BAB8BD
(186,184,189)
#CFCED2
(207,206,210)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120815 color. Also use rgb(18,8,21) instead hex code.

Text Font Color

.myTextColor { color: #120815; }

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

This text font color is #120815.


Background Color

.myBgColor { background-color: #120815; }

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

This div background color is #120815.


Border color

.myBorderColor { border: 1px solid #120815; }

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

This div border color is #120815.


Opacity

.myOpacity80 { color: #120815; opacity: 0.8; }

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

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

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

This text has shadow with #120815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120815 on black background.


Color preview on white background

This text has color #120815 on white background.



Black color preview on #120815 background

This text has black color on #120815 background.


White color preview on #120815 background

This text has white color on #120815 background.