COLOR #118734

HEX: #118734
RGB: (17,135,52)

Color info

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

RGB color model

#118734 color RGB value is (17,135,52).

  • red value is 17;
  • green value is 135;
  • blue value is 52.
RGB:
(17,135,52)
(7%,53%,20%)

RGB channels and saturation

R 17 of 255 = 7%
G 135 of 255 = 53%
B 52 of 255 = 20%

17
135
52

R + G + B ~ 27%. #118734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 135 + 52 = 204 (100%)
R 17 of 204 ~ 8.33%
G 135 of 204 ~ 66.18%
B 52 of 204 ~ 25.49%

%66.18
%25.49

CMYK color model

#118734 color CMYK value is (87,0,61,47).

  • cyan value is 87.41%
  • magenta value is 0.00%
  • yellow value is 61.48%
  • key color value is 47.06%
CMYK:
(87,0,61,47)
C87M0Y61K47 
(87%,0%,61%,47%)
(0.87/0.00/0.61/0.47)	

CMYK percentages

%87.41
%0
%61.48
%47.06

Codes

Color #118734 in popluar color models

118734
RGB1713552
HSL138°77.63%29.80%
HSB/HSV138°87.41%52.94%
CMYK87.41%0.00%61.48%
47.06%

Color #118734 in popluar number systems.

HEX118734
Decimal1713552
Binary1000110000111110100
Octal2120764

Shades and tints

Shades of #118734

#118734
(17,135,52)
#107B30
(16,123,48)
#0F6F2C
(15,111,44)
#0E6328
(14,99,40)
#0D5724
(13,87,36)
#0C4B20
(12,75,32)
#0B3F1C
(11,63,28)
#0A3318
(10,51,24)
#092714
(9,39,20)
#081B10
(8,27,16)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #118734

#118734
(17,135,52)
#269146
(38,145,70)
#3B9B58
(59,155,88)
#50A56A
(80,165,106)
#65AF7C
(101,175,124)
#7AB98E
(122,185,142)
#8FC3A0
(143,195,160)
#A4CDB2
(164,205,178)
#B9D7C4
(185,215,196)
#CEE1D6
(206,225,214)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118734 color. Also use rgb(17,135,52) instead hex code.

Text Font Color

.myTextColor { color: #118734; }

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

This text font color is #118734.


Background Color

.myBgColor { background-color: #118734; }

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

This div background color is #118734.


Border color

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

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

This div border color is #118734.


Opacity

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

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

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

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

This text has shadow with #118734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118734 on black background.


Color preview on white background

This text has color #118734 on white background.



Black color preview on #118734 background

This text has black color on #118734 background.


White color preview on #118734 background

This text has white color on #118734 background.