COLOR #114720

HEX: #114720
RGB: (17,71,32)

Color info

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

RGB color model

#114720 color RGB value is (17,71,32).

  • red value is 17;
  • green value is 71;
  • blue value is 32.
RGB:
(17,71,32)
(7%,28%,13%)

RGB channels and saturation

R 17 of 255 = 7%
G 71 of 255 = 28%
B 32 of 255 = 13%

17
71
32

R + G + B ~ 16%. #114720 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 71 + 32 = 120 (100%)
R 17 of 120 ~ 14.17%
G 71 of 120 ~ 59.17%
B 32 of 120 ~ 26.67%

%14.17
%59.17
%26.67

CMYK color model

#114720 color CMYK value is (76,0,55,72).

  • cyan value is 76.06%
  • magenta value is 0.00%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(76,0,55,72)
C76M0Y55K72 
(76%,0%,55%,72%)
(0.76/0.00/0.55/0.72)	

CMYK percentages

%76.06
%0
%54.93
%72.16

Codes

Color #114720 in popluar color models

114720
RGB177132
HSL137°61.36%17.25%
HSB/HSV137°76.06%27.84%
CMYK76.06%0.00%54.93%
72.16%

Color #114720 in popluar number systems.

HEX114720
Decimal177132
Binary100011000111100000
Octal2110740

Shades and tints

Shades of #114720

#114720
(17,71,32)
#10411E
(16,65,30)
#0F3B1C
(15,59,28)
#0E351A
(14,53,26)
#0D2F18
(13,47,24)
#0C2916
(12,41,22)
#0B2314
(11,35,20)
#0A1D12
(10,29,18)
#091710
(9,23,16)
#08110E
(8,17,14)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #114720

#114720
(17,71,32)
#265734
(38,87,52)
#3B6748
(59,103,72)
#50775C
(80,119,92)
#658770
(101,135,112)
#7A9784
(122,151,132)
#8FA798
(143,167,152)
#A4B7AC
(164,183,172)
#B9C7C0
(185,199,192)
#CED7D4
(206,215,212)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114720; }

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

This text font color is #114720.


Background Color

.myBgColor { background-color: #114720; }

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

This div background color is #114720.


Border color

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

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

This div border color is #114720.


Opacity

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

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

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

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

This text has shadow with #114720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114720 on black background.


Color preview on white background

This text has color #114720 on white background.



Black color preview on #114720 background

This text has black color on #114720 background.


White color preview on #114720 background

This text has white color on #114720 background.