COLOR #112C14

HEX: #112C14 RGB: (17,44,20)

Color info

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

RGB color model

#112C14 color RGB value is (17,44,20).

RGB: (17,44,20) (7%, 17%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 20 of 255 = 8%

17
44
20

R + G + B ~ 11%. #112C14 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 44 + 20 = 81 (100%)
R 17 of 81 ~ 20.99%
G 44 of 81 ~ 54.32%
B 20 of 81 ~ 24.69'%

%20.99
%54.32
%24.69

CMYK color model

#112C14 color CMYK value is (61,0,55,83).

  • cyan value is 61.36%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 82.75%

CMYK: (61,0,55,83)
C61M0Y55K83 (61%, 0%, 55%, 83%)
(0.61 / 0.00 / 0.55 / 0.83)

CMYK percentages

%61.36
%0
%54.55
%82.75

Codes

Color #112C14 in popluar color models

11 2C 14
RGB 17 44 20
HSL 127° 44.26% 11.96%
HSB/HSV 127° 61.36% 17.25%
CMYK 61.36% 0.00% 54.55%
82.75%

Color #112C14 in popluar number systems.

HEX 11 2C 14
Decimal 17 44 20
Binary 10001 101100 10100
Octal 21 54 24

Shades and tints

Shades of #112C14

#112C14
(17,44,20)
#102813
(16,40,19)
#0F2412
(15,36,18)
#0E2011
(14,32,17)
#0D1C10
(13,28,16)
#0C180F
(12,24,15)
#0B140E
(11,20,14)
#0A100D
(10,16,13)
#090C0C
(9,12,12)
#08080B
(8,8,11)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #112C14

#112C14
(17,44,20)
#263F29
(38,63,41)
#3B523E
(59,82,62)
#506553
(80,101,83)
#657868
(101,120,104)
#7A8B7D
(122,139,125)
#8F9E92
(143,158,146)
#A4B1A7
(164,177,167)
#B9C4BC
(185,196,188)
#CED7D1
(206,215,209)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112C14; }

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

This text font color is #112C14.

Background Color

.myBgColor { background-color: #112C14; }

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

This div background color is #112C14.

Border color

.myBorderColor { border: 1px solid #112C14; }

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

This div border color is #112C14.

Opacity

.myOpacity80 { color: #112C14; opacity: 0.8; }

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

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

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

This text has shadow with #112C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112C14.

Preview

Color preview on black background

This text has color #112C14 on black background.


Color preview on white background

This text has color #112C14 on white background.


Black color preview on #112C14 background

This text has black color on #112C14 background.


White color preview on #112C14 background

This text has white color on #112C14 background.


Related colors

Complementary color

Complementary color for #hex is #EED3EB.


I love getcolorcode.com

Triadic colors

1 #14112C and #2C1411 with #112C14 are triadic colors.

2 #142C11 and #2C1114 with #112C14 are triadic colors.