COLOR #111F09

HEX: #111F09 RGB: (17,31,9)

Color info

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

RGB color model

#111F09 color RGB value is (17,31,9).

RGB: (17,31,9) (7%, 12%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 31 of 255 = 12%
B 9 of 255 = 4%

17
31
9

R + G + B ~ 8%. #111F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 31 + 9 = 57 (100%)
R 17 of 57 ~ 29.82%
G 31 of 57 ~ 54.39%
B 9 of 57 ~ 15.79'%

%29.82
%54.39
%15.79

CMYK color model

#111F09 color CMYK value is (45,0,71,88).

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

CMYK: (45,0,71,88)
C45M0Y71K88 (45%, 0%, 71%, 88%)
(0.45 / 0.00 / 0.71 / 0.88)

CMYK percentages

%45.16
%0
%70.97
%87.84

Codes

Color #111F09 in popluar color models

11 1F 09
RGB 17 31 9
HSL 98° 55.00% 7.84%
HSB/HSV 98° 70.97% 12.16%
CMYK 45.16% 0.00% 70.97%
87.84%

Color #111F09 in popluar number systems.

HEX 11 1F 09
Decimal 17 31 9
Binary 10001 11111 1001
Octal 21 37 11

Shades and tints

Shades of #111F09

#111F09
(17,31,9)
#101D09
(16,29,9)
#0F1B09
(15,27,9)
#0E1909
(14,25,9)
#0D1709
(13,23,9)
#0C1509
(12,21,9)
#0B1309
(11,19,9)
#0A1109
(10,17,9)
#090F09
(9,15,9)
#080D09
(8,13,9)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #111F09

#111F09
(17,31,9)
#26331F
(38,51,31)
#3B4735
(59,71,53)
#505B4B
(80,91,75)
#656F61
(101,111,97)
#7A8377
(122,131,119)
#8F978D
(143,151,141)
#A4ABA3
(164,171,163)
#B9BFB9
(185,191,185)
#CED3CF
(206,211,207)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111F09; }

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

This text font color is #111F09.

Background Color

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

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

This div background color is #111F09.

Border color

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

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

This div border color is #111F09.

Opacity

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

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

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

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

This text has shadow with #111F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111F09.

Preview

Color preview on black background

This text has color #111F09 on black background.


Color preview on white background

This text has color #111F09 on white background.


Black color preview on #111F09 background

This text has black color on #111F09 background.


White color preview on #111F09 background

This text has white color on #111F09 background.


Related colors

Complementary color

Complementary color for #hex is #EEE0F6.


I love getcolorcode.com

Triadic colors

1 #09111F and #1F0911 with #111F09 are triadic colors.

2 #091F11 and #1F1109 with #111F09 are triadic colors.