COLOR #120805

HEX: #120805
RGB: (18,8,5)

Color info

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

RGB color model

#120805 color RGB value is (18,8,5).

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

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 5 of 255 = 2%

18
8
5

R + G + B ~ 4%. #120805 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 8 + 5 = 31 (100%)
R 18 of 31 ~ 58.06%
G 8 of 31 ~ 25.81%
B 5 of 31 ~ 16.13%

%58.06
%25.81
%16.13

CMYK color model

#120805 color CMYK value is (0,56,72,93).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 72.22%
  • key color value is 92.94%
CMYK:
(0,56,72,93)
C0M56Y72K93 
(0%,56%,72%,93%)
(0.00/0.56/0.72/0.93)	

CMYK percentages

%0
%55.56
%72.22
%92.94

Codes

Color #120805 in popluar color models

120805
RGB1885
HSL14°56.52%4.51%
HSB/HSV14°72.22%7.06%
CMYK0.00%55.56%72.22%
92.94%

Color #120805 in popluar number systems.

HEX120805
Decimal1885
Binary100101000101
Octal22105

Shades and tints

Shades of #120805

#120805
(18,8,5)
#110805
(17,8,5)
#100805
(16,8,5)
#0F0805
(15,8,5)
#0E0805
(14,8,5)
#0D0805
(13,8,5)
#0C0805
(12,8,5)
#0B0805
(11,8,5)
#0A0805
(10,8,5)
#090805
(9,8,5)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #120805

#120805
(18,8,5)
#271E1B
(39,30,27)
#3C3431
(60,52,49)
#514A47
(81,74,71)
#66605D
(102,96,93)
#7B7673
(123,118,115)
#908C89
(144,140,137)
#A5A29F
(165,162,159)
#BAB8B5
(186,184,181)
#CFCECB
(207,206,203)
#E4E4E1
(228,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120805; }

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

This text font color is #120805.


Background Color

.myBgColor { background-color: #120805; }

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

This div background color is #120805.


Border color

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

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

This div border color is #120805.


Opacity

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

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

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

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

This text has shadow with #120805 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120805 on black background.


Color preview on white background

This text has color #120805 on white background.



Black color preview on #120805 background

This text has black color on #120805 background.


White color preview on #120805 background

This text has white color on #120805 background.