COLOR #121502

HEX: #121502
RGB: (18,21,2)

Color info

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

RGB color model

#121502 color RGB value is (18,21,2).

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

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 2 of 255 = 1%

18
21
2

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

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 2 = 41 (100%)
R 18 of 41 ~ 43.9%
G 21 of 41 ~ 51.22%
B 2 of 41 ~ 4.88%

%43.9
%51.22

CMYK color model

#121502 color CMYK value is (14,0,90,92).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 90.48%
  • key color value is 91.76%
CMYK:
(14,0,90,92)
C14M0Y90K92 
(14%,0%,90%,92%)
(0.14/0.00/0.90/0.92)	

CMYK percentages

%14.29
%0
%90.48
%91.76

Codes

Color #121502 in popluar color models

121502
RGB18212
HSL69°82.61%4.51%
HSB/HSV69°90.48%8.24%
CMYK14.29%0.00%90.48%
91.76%

Color #121502 in popluar number systems.

HEX121502
Decimal18212
Binary100101010110
Octal22252

Shades and tints

Shades of #121502

#121502
(18,21,2)
#111402
(17,20,2)
#101302
(16,19,2)
#0F1202
(15,18,2)
#0E1102
(14,17,2)
#0D1002
(13,16,2)
#0C0F02
(12,15,2)
#0B0E02
(11,14,2)
#0A0D02
(10,13,2)
#090C02
(9,12,2)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #121502

#121502
(18,21,2)
#272A19
(39,42,25)
#3C3F30
(60,63,48)
#515447
(81,84,71)
#66695E
(102,105,94)
#7B7E75
(123,126,117)
#90938C
(144,147,140)
#A5A8A3
(165,168,163)
#BABDBA
(186,189,186)
#CFD2D1
(207,210,209)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121502; }

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

This text font color is #121502.


Background Color

.myBgColor { background-color: #121502; }

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

This div background color is #121502.


Border color

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

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

This div border color is #121502.


Opacity

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

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

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

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

This text has shadow with #121502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121502 on black background.


Color preview on white background

This text has color #121502 on white background.



Black color preview on #121502 background

This text has black color on #121502 background.


White color preview on #121502 background

This text has white color on #121502 background.