COLOR #111F15

HEX: #111F15 RGB: (17,31,21)

Color info

#111F15 contains red, green and blue colors in about the same proportion. Web safe color of #111F15 is #003300 (or #030).

RGB color model

#111F15 color RGB value is (17,31,21).

RGB: (17,31,21) (7%, 12%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 31 of 255 = 12%
B 21 of 255 = 8%

17
31
21

R + G + B ~ 9%. #111F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 31 + 21 = 69 (100%)
R 17 of 69 ~ 24.64%
G 31 of 69 ~ 44.93%
B 21 of 69 ~ 30.43'%

%24.64
%44.93
%30.43

CMYK color model

#111F15 color CMYK value is (45,0,32,88).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 87.84%

CMYK: (45,0,32,88)
C45M0Y32K88 (45%, 0%, 32%, 88%)
(0.45 / 0.00 / 0.32 / 0.88)

CMYK percentages

%45.16
%0
%32.26
%87.84

Codes

Color #111F15 in popluar color models

11 1F 15
RGB 17 31 21
HSL 137° 29.17% 9.41%
HSB/HSV 137° 45.16% 12.16%
CMYK 45.16% 0.00% 32.26%
87.84%

Color #111F15 in popluar number systems.

HEX 11 1F 15
Decimal 17 31 21
Binary 10001 11111 10101
Octal 21 37 25

Shades and tints

Shades of #111F15

#111F15
(17,31,21)
#101D14
(16,29,20)
#0F1B13
(15,27,19)
#0E1912
(14,25,18)
#0D1711
(13,23,17)
#0C1510
(12,21,16)
#0B130F
(11,19,15)
#0A110E
(10,17,14)
#090F0D
(9,15,13)
#080D0C
(8,13,12)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #111F15

#111F15
(17,31,21)
#26332A
(38,51,42)
#3B473F
(59,71,63)
#505B54
(80,91,84)
#656F69
(101,111,105)
#7A837E
(122,131,126)
#8F9793
(143,151,147)
#A4ABA8
(164,171,168)
#B9BFBD
(185,191,189)
#CED3D2
(206,211,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111F15; }

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

This text font color is #111F15.

Background Color

.myBgColor { background-color: #111F15; }

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

This div background color is #111F15.

Border color

.myBorderColor { border: 1px solid #111F15; }

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

This div border color is #111F15.

Opacity

.myOpacity80 { color: #111F15; opacity: 0.8; }

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

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

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

This text has shadow with #111F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111F15.

Preview

Color preview on black background

This text has color #111F15 on black background.


Color preview on white background

This text has color #111F15 on white background.


Black color preview on #111F15 background

This text has black color on #111F15 background.


White color preview on #111F15 background

This text has white color on #111F15 background.


Related colors

Complementary color

Complementary color for #hex is #EEE0EA.


I love getcolorcode.com

Triadic colors

1 #15111F and #1F1511 with #111F15 are triadic colors.

2 #151F11 and #1F1115 with #111F15 are triadic colors.