COLOR #111C06

HEX: #111C06
RGB: (17,28,6)

Color info

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

RGB color model

#111C06 color RGB value is (17,28,6).

  • red value is 17;
  • green value is 28;
  • blue value is 6.
RGB:
(17,28,6)
(7%,11%,2%)

RGB channels and saturation

R 17 of 255 = 7%
G 28 of 255 = 11%
B 6 of 255 = 2%

17
28
6

R + G + B ~ 7%. #111C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 28 + 6 = 51 (100%)
R 17 of 51 ~ 33.33%
G 28 of 51 ~ 54.9%
B 6 of 51 ~ 11.76%

%33.33
%54.9
%11.76

CMYK color model

#111C06 color CMYK value is (39,0,79,89).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(39,0,79,89)
C39M0Y79K89 
(39%,0%,79%,89%)
(0.39/0.00/0.79/0.89)	

CMYK percentages

%39.29
%0
%78.57
%89.02

Codes

Color #111C06 in popluar color models

111C06
RGB17286
HSL90°64.71%6.67%
HSB/HSV90°78.57%10.98%
CMYK39.29%0.00%78.57%
89.02%

Color #111C06 in popluar number systems.

HEX111C06
Decimal17286
Binary1000111100110
Octal21346

Shades and tints

Shades of #111C06

#111C06
(17,28,6)
#101A06
(16,26,6)
#0F1806
(15,24,6)
#0E1606
(14,22,6)
#0D1406
(13,20,6)
#0C1206
(12,18,6)
#0B1006
(11,16,6)
#0A0E06
(10,14,6)
#090C06
(9,12,6)
#080A06
(8,10,6)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #111C06

#111C06
(17,28,6)
#26301C
(38,48,28)
#3B4432
(59,68,50)
#505848
(80,88,72)
#656C5E
(101,108,94)
#7A8074
(122,128,116)
#8F948A
(143,148,138)
#A4A8A0
(164,168,160)
#B9BCB6
(185,188,182)
#CED0CC
(206,208,204)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111C06 color. Also use rgb(17,28,6) instead hex code.

Text Font Color

.myTextColor { color: #111C06; }

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

This text font color is #111C06.


Background Color

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

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

This div background color is #111C06.


Border color

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

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

This div border color is #111C06.


Opacity

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

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

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

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

This text has shadow with #111C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111C06 on black background.


Color preview on white background

This text has color #111C06 on white background.



Black color preview on #111C06 background

This text has black color on #111C06 background.


White color preview on #111C06 background

This text has white color on #111C06 background.