COLOR #118C53

HEX: #118C53
RGB: (17,140,83)

Color info

#118C53 contains mainly green and blue colors. Web safe color of #118C53 is #009966 (or #096).

RGB color model

#118C53 color RGB value is (17,140,83).

  • red value is 17;
  • green value is 140;
  • blue value is 83.
RGB:
(17,140,83)
(7%,55%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 140 of 255 = 55%
B 83 of 255 = 33%

17
140
83

R + G + B ~ 32%. #118C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 140 + 83 = 240 (100%)
R 17 of 240 ~ 7.08%
G 140 of 240 ~ 58.33%
B 83 of 240 ~ 34.58%

%58.33
%34.58

CMYK color model

#118C53 color CMYK value is (88,0,41,45).

  • cyan value is 87.86%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 45.10%
CMYK:
(88,0,41,45)
C88M0Y41K45 
(88%,0%,41%,45%)
(0.88/0.00/0.41/0.45)	

CMYK percentages

%87.86
%0
%40.71
%45.1

Codes

Color #118C53 in popluar color models

118C53
RGB1714083
HSL152°78.34%30.78%
HSB/HSV152°87.86%54.90%
CMYK87.86%0.00%40.71%
45.10%

Color #118C53 in popluar number systems.

HEX118C53
Decimal1714083
Binary10001100011001010011
Octal21214123

Shades and tints

Shades of #118C53

#118C53
(17,140,83)
#10804C
(16,128,76)
#0F7445
(15,116,69)
#0E683E
(14,104,62)
#0D5C37
(13,92,55)
#0C5030
(12,80,48)
#0B4429
(11,68,41)
#0A3822
(10,56,34)
#092C1B
(9,44,27)
#082014
(8,32,20)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #118C53

#118C53
(17,140,83)
#269662
(38,150,98)
#3BA071
(59,160,113)
#50AA80
(80,170,128)
#65B48F
(101,180,143)
#7ABE9E
(122,190,158)
#8FC8AD
(143,200,173)
#A4D2BC
(164,210,188)
#B9DCCB
(185,220,203)
#CEE6DA
(206,230,218)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118C53 color. Also use rgb(17,140,83) instead hex code.

Text Font Color

.myTextColor { color: #118C53; }

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

This text font color is #118C53.


Background Color

.myBgColor { background-color: #118C53; }

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

This div background color is #118C53.


Border color

.myBorderColor { border: 1px solid #118C53; }

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

This div border color is #118C53.


Opacity

.myOpacity80 { color: #118C53; opacity: 0.8; }

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

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

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

This text has shadow with #118C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118C53 on black background.


Color preview on white background

This text has color #118C53 on white background.



Black color preview on #118C53 background

This text has black color on #118C53 background.


White color preview on #118C53 background

This text has white color on #118C53 background.