COLOR #117F2D

HEX: #117F2D
RGB: (17,127,45)

Color info

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

RGB color model

#117F2D color RGB value is (17,127,45).

  • red value is 17;
  • green value is 127;
  • blue value is 45.
RGB:
(17,127,45)
(7%,50%,18%)

RGB channels and saturation

R 17 of 255 = 7%
G 127 of 255 = 50%
B 45 of 255 = 18%

17
127
45

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

Portions of RGB colors in percentages

R + G + B =
17 + 127 + 45 = 189 (100%)
R 17 of 189 ~ 8.99%
G 127 of 189 ~ 67.2%
B 45 of 189 ~ 23.81%

%67.2
%23.81

CMYK color model

#117F2D color CMYK value is (87,0,65,50).

  • cyan value is 86.61%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 50.20%
CMYK:
(87,0,65,50)
C87M0Y65K50 
(87%,0%,65%,50%)
(0.87/0.00/0.65/0.50)	

CMYK percentages

%86.61
%0
%64.57
%50.2

Codes

Color #117F2D in popluar color models

117F2D
RGB1712745
HSL135°76.39%28.24%
HSB/HSV135°86.61%49.80%
CMYK86.61%0.00%64.57%
50.20%

Color #117F2D in popluar number systems.

HEX117F2D
Decimal1712745
Binary100011111111101101
Octal2117755

Shades and tints

Shades of #117F2D

#117F2D
(17,127,45)
#107429
(16,116,41)
#0F6925
(15,105,37)
#0E5E21
(14,94,33)
#0D531D
(13,83,29)
#0C4819
(12,72,25)
#0B3D15
(11,61,21)
#0A3211
(10,50,17)
#09270D
(9,39,13)
#081C09
(8,28,9)
#071105
(7,17,5)
#000000
(0,0,0)

Tints of #117F2D

#117F2D
(17,127,45)
#268A40
(38,138,64)
#3B9553
(59,149,83)
#50A066
(80,160,102)
#65AB79
(101,171,121)
#7AB68C
(122,182,140)
#8FC19F
(143,193,159)
#A4CCB2
(164,204,178)
#B9D7C5
(185,215,197)
#CEE2D8
(206,226,216)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117F2D color. Also use rgb(17,127,45) instead hex code.

Text Font Color

.myTextColor { color: #117F2D; }

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

This text font color is #117F2D.


Background Color

.myBgColor { background-color: #117F2D; }

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

This div background color is #117F2D.


Border color

.myBorderColor { border: 1px solid #117F2D; }

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

This div border color is #117F2D.


Opacity

.myOpacity80 { color: #117F2D; opacity: 0.8; }

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

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

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

This text has shadow with #117F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117F2D on black background.


Color preview on white background

This text has color #117F2D on white background.



Black color preview on #117F2D background

This text has black color on #117F2D background.


White color preview on #117F2D background

This text has white color on #117F2D background.