COLOR #111C2A

HEX: #111C2A
RGB: (17,28,42)

Color info

#111C2A contains red, green and blue colors in about the same proportion. Web safe color of #111C2A is #003333 (or #033).

RGB color model

#111C2A color RGB value is (17,28,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 28 of 255 = 11%
B 42 of 255 = 16%

17
28
42

R + G + B ~ 11%. #111C2A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 28 + 42 = 87 (100%)
R 17 of 87 ~ 19.54%
G 28 of 87 ~ 32.18%
B 42 of 87 ~ 48.28%

%19.54
%32.18
%48.28

CMYK color model

#111C2A color CMYK value is (60,33,0,84).

  • cyan value is 59.52%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(60,33,0,84)
C60M33Y0K84 
(60%,33%,0%,84%)
(0.60/0.33/0.00/0.84)	

CMYK percentages

%59.52
%33.33
%0
%83.53

Codes

Color #111C2A in popluar color models

111C2A
RGB172842
HSL214°42.37%11.57%
HSB/HSV214°59.52%16.47%
CMYK59.52%33.33%0.00%
83.53%

Color #111C2A in popluar number systems.

HEX111C2A
Decimal172842
Binary1000111100101010
Octal213452

Shades and tints

Shades of #111C2A

#111C2A
(17,28,42)
#101A27
(16,26,39)
#0F1824
(15,24,36)
#0E1621
(14,22,33)
#0D141E
(13,20,30)
#0C121B
(12,18,27)
#0B1018
(11,16,24)
#0A0E15
(10,14,21)
#090C12
(9,12,18)
#080A0F
(8,10,15)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #111C2A

#111C2A
(17,28,42)
#26303D
(38,48,61)
#3B4450
(59,68,80)
#505863
(80,88,99)
#656C76
(101,108,118)
#7A8089
(122,128,137)
#8F949C
(143,148,156)
#A4A8AF
(164,168,175)
#B9BCC2
(185,188,194)
#CED0D5
(206,208,213)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111C2A; }

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

This text font color is #111C2A.


Background Color

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

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

This div background color is #111C2A.


Border color

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

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

This div border color is #111C2A.


Opacity

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

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

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

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

This text has shadow with #111C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111C2A on black background.


Color preview on white background

This text has color #111C2A on white background.



Black color preview on #111C2A background

This text has black color on #111C2A background.


White color preview on #111C2A background

This text has white color on #111C2A background.