COLOR #111204

HEX: #111204 RGB: (17,18,4)

Color info

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

RGB color model

#111204 color RGB value is (17,18,4).

RGB: (17,18,4) (7%, 7%, 2%)

RGB channels and saturation

R 17 of 255 = 7%
G 18 of 255 = 7%
B 4 of 255 = 2%

17
18
4

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

Portions of RGB colors in percentages

R + G + B = 17 + 18 + 4 = 39 (100%)
R 17 of 39 ~ 43.59%
G 18 of 39 ~ 46.15%
B 4 of 39 ~ 10.26'%

%43.59
%46.15
%10.26

CMYK color model

#111204 color CMYK value is (6,0,78,93).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 92.94%
CMYK: (6,0,78,93) C6M0Y78K93 (6%,0%,78%,93%) (0.06/0.00/0.78/0.93) 

CMYK percentages

%5.56
%0
%77.78
%92.94

Codes

Color #111204 in popluar color models

11 12 04
RGB 17 18 4
HSL 64° 63.64% 4.31%
HSB/HSV 64° 77.78% 7.06%
CMYK 5.56% 0.00% 77.78%
92.94%

Color #111204 in popluar number systems.

HEX 11 12 04
Decimal 17 18 4
Binary 10001 10010 100
Octal 21 22 4

Shades and tints

Shades of #111204

#111204
(17,18,4)
#101104
(16,17,4)
#0F1004
(15,16,4)
#0E0F04
(14,15,4)
#0D0E04
(13,14,4)
#0C0D04
(12,13,4)
#0B0C04
(11,12,4)
#0A0B04
(10,11,4)
#090A04
(9,10,4)
#080904
(8,9,4)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #111204

#111204
(17,18,4)
#26271A
(38,39,26)
#3B3C30
(59,60,48)
#505146
(80,81,70)
#65665C
(101,102,92)
#7A7B72
(122,123,114)
#8F9088
(143,144,136)
#A4A59E
(164,165,158)
#B9BAB4
(185,186,180)
#CECFCA
(206,207,202)
#E3E4E0
(227,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111204 color. Also use rgb(17,18,4) instead hex code.

Text Font Color

.myTextColor { color: #111204; }

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

This text font color is #111204.

Background Color

.myBgColor { background-color: #111204; }

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

This div background color is #111204.

Border color

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

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

This div border color is #111204.

Opacity

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

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

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

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

This text has shadow with #111204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111204.

Preview

Color preview on black background

This text has color #111204 on black background.


Color preview on white background

This text has color #111204 on white background.


Black color preview on #111204 background

This text has black color on #111204 background.


White color preview on #111204 background

This text has white color on #111204 background.


Related colors

Complementary color

Complementary color for #hex is #EEEDFB.


I love getcolorcode.com

Triadic colors

1 #041112 and #120411 with #111204 are triadic colors.

2 #041211 and #121104 with #111204 are triadic colors.