COLOR #111502

HEX: #111502
RGB: (17,21,2)

Color info

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

RGB color model

#111502 color RGB value is (17,21,2).

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

RGB channels and saturation

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

17
21
2

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

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 2 = 40 (100%)
R 17 of 40 ~ 42.5%
G 21 of 40 ~ 52.5%
B 2 of 40 ~ 5%

%42.5
%52.5

CMYK color model

#111502 color CMYK value is (19,0,90,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 90.48%
  • key color value is 91.76%
CMYK:
(19,0,90,92)
C19M0Y90K92 
(19%,0%,90%,92%)
(0.19/0.00/0.90/0.92)	

CMYK percentages

%19.05
%0
%90.48
%91.76

Codes

Color #111502 in popluar color models

111502
RGB17212
HSL73°82.61%4.51%
HSB/HSV73°90.48%8.24%
CMYK19.05%0.00%90.48%
91.76%

Color #111502 in popluar number systems.

HEX111502
Decimal17212
Binary100011010110
Octal21252

Shades and tints

Shades of #111502

#111502
(17,21,2)
#101402
(16,20,2)
#0F1302
(15,19,2)
#0E1202
(14,18,2)
#0D1102
(13,17,2)
#0C1002
(12,16,2)
#0B0F02
(11,15,2)
#0A0E02
(10,14,2)
#090D02
(9,13,2)
#080C02
(8,12,2)
#070B02
(7,11,2)
#000000
(0,0,0)

Tints of #111502

#111502
(17,21,2)
#262A19
(38,42,25)
#3B3F30
(59,63,48)
#505447
(80,84,71)
#65695E
(101,105,94)
#7A7E75
(122,126,117)
#8F938C
(143,147,140)
#A4A8A3
(164,168,163)
#B9BDBA
(185,189,186)
#CED2D1
(206,210,209)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111502; }

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

This text font color is #111502.


Background Color

.myBgColor { background-color: #111502; }

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

This div background color is #111502.


Border color

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

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

This div border color is #111502.


Opacity

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

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

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

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

This text has shadow with #111502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111502 on black background.


Color preview on white background

This text has color #111502 on white background.



Black color preview on #111502 background

This text has black color on #111502 background.


White color preview on #111502 background

This text has white color on #111502 background.