COLOR #111505

HEX: #111505
RGB: (17,21,5)

Color info

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

RGB color model

#111505 color RGB value is (17,21,5).

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

RGB channels and saturation

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

17
21
5

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

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 5 = 43 (100%)
R 17 of 43 ~ 39.53%
G 21 of 43 ~ 48.84%
B 5 of 43 ~ 11.63%

%39.53
%48.84
%11.63

CMYK color model

#111505 color CMYK value is (19,0,76,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 91.76%
CMYK:
(19,0,76,92)
C19M0Y76K92 
(19%,0%,76%,92%)
(0.19/0.00/0.76/0.92)	

CMYK percentages

%19.05
%0
%76.19
%91.76

Codes

Color #111505 in popluar color models

111505
RGB17215
HSL75°61.54%5.10%
HSB/HSV75°76.19%8.24%
CMYK19.05%0.00%76.19%
91.76%

Color #111505 in popluar number systems.

HEX111505
Decimal17215
Binary1000110101101
Octal21255

Shades and tints

Shades of #111505

#111505
(17,21,5)
#101405
(16,20,5)
#0F1305
(15,19,5)
#0E1205
(14,18,5)
#0D1105
(13,17,5)
#0C1005
(12,16,5)
#0B0F05
(11,15,5)
#0A0E05
(10,14,5)
#090D05
(9,13,5)
#080C05
(8,12,5)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #111505

#111505
(17,21,5)
#262A1B
(38,42,27)
#3B3F31
(59,63,49)
#505447
(80,84,71)
#65695D
(101,105,93)
#7A7E73
(122,126,115)
#8F9389
(143,147,137)
#A4A89F
(164,168,159)
#B9BDB5
(185,189,181)
#CED2CB
(206,210,203)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111505; }

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

This text font color is #111505.


Background Color

.myBgColor { background-color: #111505; }

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

This div background color is #111505.


Border color

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

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

This div border color is #111505.


Opacity

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

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

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

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

This text has shadow with #111505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111505 on black background.


Color preview on white background

This text has color #111505 on white background.



Black color preview on #111505 background

This text has black color on #111505 background.


White color preview on #111505 background

This text has white color on #111505 background.