COLOR #120502

HEX: #120502
RGB: (18,5,2)

Color info

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

RGB color model

#120502 color RGB value is (18,5,2).

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

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 2 of 255 = 1%

18
5
2

R + G + B ~ 3%. #120502 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 5 + 2 = 25 (100%)
R 18 of 25 ~ 72%
G 5 of 25 ~ 20%
B 2 of 25 ~ 8%

%72
%20

CMYK color model

#120502 color CMYK value is (0,72,89,93).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 88.89%
  • key color value is 92.94%
CMYK:
(0,72,89,93)
C0M72Y89K93 
(0%,72%,89%,93%)
(0.00/0.72/0.89/0.93)	

CMYK percentages

%0
%72.22
%88.89
%92.94

Codes

Color #120502 in popluar color models

120502
RGB1852
HSL11°80.00%3.92%
HSB/HSV11°88.89%7.06%
CMYK0.00%72.22%88.89%
92.94%

Color #120502 in popluar number systems.

HEX120502
Decimal1852
Binary1001010110
Octal2252

Shades and tints

Shades of #120502

#120502
(18,5,2)
#110502
(17,5,2)
#100502
(16,5,2)
#0F0502
(15,5,2)
#0E0502
(14,5,2)
#0D0502
(13,5,2)
#0C0502
(12,5,2)
#0B0502
(11,5,2)
#0A0502
(10,5,2)
#090502
(9,5,2)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #120502

#120502
(18,5,2)
#271B19
(39,27,25)
#3C3130
(60,49,48)
#514747
(81,71,71)
#665D5E
(102,93,94)
#7B7375
(123,115,117)
#90898C
(144,137,140)
#A59FA3
(165,159,163)
#BAB5BA
(186,181,186)
#CFCBD1
(207,203,209)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120502; }

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

This text font color is #120502.


Background Color

.myBgColor { background-color: #120502; }

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

This div background color is #120502.


Border color

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

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

This div border color is #120502.


Opacity

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

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

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

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

This text has shadow with #120502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120502 on black background.


Color preview on white background

This text has color #120502 on white background.



Black color preview on #120502 background

This text has black color on #120502 background.


White color preview on #120502 background

This text has white color on #120502 background.