COLOR #111509

HEX: #111509 RGB: (17,21,9)

Color info

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

RGB color model

#111509 color RGB value is (17,21,9).

RGB: (17,21,9) (7%, 8%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 9 of 255 = 4%

17
21
9

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

Portions of RGB colors in percentages

R + G + B = 17 + 21 + 9 = 47 (100%)
R 17 of 47 ~ 36.17%
G 21 of 47 ~ 44.68%
B 9 of 47 ~ 19.15'%

%36.17
%44.68
%19.15

CMYK color model

#111509 color CMYK value is (19,0,57,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 91.76%

CMYK: (19,0,57,92)
C19M0Y57K92 (19%, 0%, 57%, 92%)
(0.19 / 0.00 / 0.57 / 0.92)

CMYK percentages

%19.05
%0
%57.14
%91.76

Codes

Color #111509 in popluar color models

11 15 09
RGB 17 21 9
HSL 80° 40.00% 5.88%
HSB/HSV 80° 57.14% 8.24%
CMYK 19.05% 0.00% 57.14%
91.76%

Color #111509 in popluar number systems.

HEX 11 15 09
Decimal 17 21 9
Binary 10001 10101 1001
Octal 21 25 11

Shades and tints

Shades of #111509

#111509
(17,21,9)
#101409
(16,20,9)
#0F1309
(15,19,9)
#0E1209
(14,18,9)
#0D1109
(13,17,9)
#0C1009
(12,16,9)
#0B0F09
(11,15,9)
#0A0E09
(10,14,9)
#090D09
(9,13,9)
#080C09
(8,12,9)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #111509

#111509
(17,21,9)
#262A1F
(38,42,31)
#3B3F35
(59,63,53)
#50544B
(80,84,75)
#656961
(101,105,97)
#7A7E77
(122,126,119)
#8F938D
(143,147,141)
#A4A8A3
(164,168,163)
#B9BDB9
(185,189,185)
#CED2CF
(206,210,207)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111509; }

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

This text font color is #111509.

Background Color

.myBgColor { background-color: #111509; }

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

This div background color is #111509.

Border color

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

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

This div border color is #111509.

Opacity

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

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

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

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

This text has shadow with #111509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111509.

Preview

Color preview on black background

This text has color #111509 on black background.


Color preview on white background

This text has color #111509 on white background.


Black color preview on #111509 background

This text has black color on #111509 background.


White color preview on #111509 background

This text has white color on #111509 background.


Related colors

Complementary color

Complementary color for #hex is #EEEAF6.


I love getcolorcode.com

Triadic colors

1 #091115 and #150911 with #111509 are triadic colors.

2 #091511 and #151109 with #111509 are triadic colors.