COLOR #117832

HEX: #117832
RGB: (17,120,50)

Color info

#117832 contains mainly green color. Web safe color of #117832 is #006633 (or #063).

RGB color model

#117832 color RGB value is (17,120,50).

  • red value is 17;
  • green value is 120;
  • blue value is 50.
RGB:
(17,120,50)
(7%,47%,20%)

RGB channels and saturation

R 17 of 255 = 7%
G 120 of 255 = 47%
B 50 of 255 = 20%

17
120
50

R + G + B ~ 25%. #117832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 120 + 50 = 187 (100%)
R 17 of 187 ~ 9.09%
G 120 of 187 ~ 64.17%
B 50 of 187 ~ 26.74%

%64.17
%26.74

CMYK color model

#117832 color CMYK value is (86,0,58,53).

  • cyan value is 85.83%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(86,0,58,53)
C86M0Y58K53 
(86%,0%,58%,53%)
(0.86/0.00/0.58/0.53)	

CMYK percentages

%85.83
%0
%58.33
%52.94

Codes

Color #117832 in popluar color models

117832
RGB1712050
HSL139°75.18%26.86%
HSB/HSV139°85.83%47.06%
CMYK85.83%0.00%58.33%
52.94%

Color #117832 in popluar number systems.

HEX117832
Decimal1712050
Binary100011111000110010
Octal2117062

Shades and tints

Shades of #117832

#117832
(17,120,50)
#106E2E
(16,110,46)
#0F642A
(15,100,42)
#0E5A26
(14,90,38)
#0D5022
(13,80,34)
#0C461E
(12,70,30)
#0B3C1A
(11,60,26)
#0A3216
(10,50,22)
#092812
(9,40,18)
#081E0E
(8,30,14)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #117832

#117832
(17,120,50)
#268444
(38,132,68)
#3B9056
(59,144,86)
#509C68
(80,156,104)
#65A87A
(101,168,122)
#7AB48C
(122,180,140)
#8FC09E
(143,192,158)
#A4CCB0
(164,204,176)
#B9D8C2
(185,216,194)
#CEE4D4
(206,228,212)
#E3F0E6
(227,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117832 color. Also use rgb(17,120,50) instead hex code.

Text Font Color

.myTextColor { color: #117832; }

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

This text font color is #117832.


Background Color

.myBgColor { background-color: #117832; }

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

This div background color is #117832.


Border color

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

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

This div border color is #117832.


Opacity

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

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

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

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

This text has shadow with #117832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117832 on black background.


Color preview on white background

This text has color #117832 on white background.



Black color preview on #117832 background

This text has black color on #117832 background.


White color preview on #117832 background

This text has white color on #117832 background.