COLOR #118821

HEX: #118821
RGB: (17,136,33)

Color info

#118821 contains mainly green color. Web safe color of #118821 is #009933 (or #093).

RGB color model

#118821 color RGB value is (17,136,33).

  • red value is 17;
  • green value is 136;
  • blue value is 33.
RGB:
(17,136,33)
(7%,53%,13%)

RGB channels and saturation

R 17 of 255 = 7%
G 136 of 255 = 53%
B 33 of 255 = 13%

17
136
33

R + G + B ~ 24%. #118821 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 136 + 33 = 186 (100%)
R 17 of 186 ~ 9.14%
G 136 of 186 ~ 73.12%
B 33 of 186 ~ 17.74%

%73.12
%17.74

CMYK color model

#118821 color CMYK value is (88,0,76,47).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 75.74%
  • key color value is 46.67%
CMYK:
(88,0,76,47)
C88M0Y76K47 
(88%,0%,76%,47%)
(0.88/0.00/0.76/0.47)	

CMYK percentages

%87.5
%0
%75.74
%46.67

Codes

Color #118821 in popluar color models

118821
RGB1713633
HSL128°77.78%30.00%
HSB/HSV128°87.50%53.33%
CMYK87.50%0.00%75.74%
46.67%

Color #118821 in popluar number systems.

HEX118821
Decimal1713633
Binary1000110001000100001
Octal2121041

Shades and tints

Shades of #118821

#118821
(17,136,33)
#107C1E
(16,124,30)
#0F701B
(15,112,27)
#0E6418
(14,100,24)
#0D5815
(13,88,21)
#0C4C12
(12,76,18)
#0B400F
(11,64,15)
#0A340C
(10,52,12)
#092809
(9,40,9)
#081C06
(8,28,6)
#071003
(7,16,3)
#000000
(0,0,0)

Tints of #118821

#118821
(17,136,33)
#269235
(38,146,53)
#3B9C49
(59,156,73)
#50A65D
(80,166,93)
#65B071
(101,176,113)
#7ABA85
(122,186,133)
#8FC499
(143,196,153)
#A4CEAD
(164,206,173)
#B9D8C1
(185,216,193)
#CEE2D5
(206,226,213)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118821 color. Also use rgb(17,136,33) instead hex code.

Text Font Color

.myTextColor { color: #118821; }

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

This text font color is #118821.


Background Color

.myBgColor { background-color: #118821; }

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

This div background color is #118821.


Border color

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

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

This div border color is #118821.


Opacity

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

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

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

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

This text has shadow with #118821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118821 on black background.


Color preview on white background

This text has color #118821 on white background.



Black color preview on #118821 background

This text has black color on #118821 background.


White color preview on #118821 background

This text has white color on #118821 background.