COLOR #112014

HEX: #112014 RGB: (17,32,20)

Color info

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

RGB color model

#112014 color RGB value is (17,32,20).

RGB: (17,32,20) (7%, 13%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 20 of 255 = 8%

17
32
20

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

Portions of RGB colors in percentages

R + G + B = 17 + 32 + 20 = 69 (100%)
R 17 of 69 ~ 24.64%
G 32 of 69 ~ 46.38%
B 20 of 69 ~ 28.99'%

%24.64
%46.38
%28.99

CMYK color model

#112014 color CMYK value is (47,0,38,87).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 87.45%

CMYK: (47,0,38,87)
C47M0Y38K87 (47%, 0%, 38%, 87%)
(0.47 / 0.00 / 0.38 / 0.87)

CMYK percentages

%46.88
%0
%37.5
%87.45

Codes

Color #112014 in popluar color models

11 20 14
RGB 17 32 20
HSL 132° 30.61% 9.61%
HSB/HSV 132° 46.88% 12.55%
CMYK 46.88% 0.00% 37.50%
87.45%

Color #112014 in popluar number systems.

HEX 11 20 14
Decimal 17 32 20
Binary 10001 100000 10100
Octal 21 40 24

Shades and tints

Shades of #112014

#112014
(17,32,20)
#101E13
(16,30,19)
#0F1C12
(15,28,18)
#0E1A11
(14,26,17)
#0D1810
(13,24,16)
#0C160F
(12,22,15)
#0B140E
(11,20,14)
#0A120D
(10,18,13)
#09100C
(9,16,12)
#080E0B
(8,14,11)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #112014

#112014
(17,32,20)
#263429
(38,52,41)
#3B483E
(59,72,62)
#505C53
(80,92,83)
#657068
(101,112,104)
#7A847D
(122,132,125)
#8F9892
(143,152,146)
#A4ACA7
(164,172,167)
#B9C0BC
(185,192,188)
#CED4D1
(206,212,209)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112014 color. Also use rgb(17,32,20) instead hex code.

Text Font Color

.myTextColor { color: #112014; }

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

This text font color is #112014.

Background Color

.myBgColor { background-color: #112014; }

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

This div background color is #112014.

Border color

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

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

This div border color is #112014.

Opacity

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

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

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

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

This text has shadow with #112014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112014.

Preview

Color preview on black background

This text has color #112014 on black background.


Color preview on white background

This text has color #112014 on white background.


Black color preview on #112014 background

This text has black color on #112014 background.


White color preview on #112014 background

This text has white color on #112014 background.


Related colors

Complementary color

Complementary color for #hex is #EEDFEB.


I love getcolorcode.com

Triadic colors

1 #141120 and #201411 with #112014 are triadic colors.

2 #142011 and #201114 with #112014 are triadic colors.