COLOR #117A5F

HEX: #117A5F
RGB: (17,122,95)

Color info

#117A5F contains mainly green and blue colors. Web safe color of #117A5F is #006666 (or #066).

RGB color model

#117A5F color RGB value is (17,122,95).

  • red value is 17;
  • green value is 122;
  • blue value is 95.
RGB:
(17,122,95)
(7%,48%,37%)

RGB channels and saturation

R 17 of 255 = 7%
G 122 of 255 = 48%
B 95 of 255 = 37%

17
122
95

R + G + B ~ 31%. #117A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 122 + 95 = 234 (100%)
R 17 of 234 ~ 7.26%
G 122 of 234 ~ 52.14%
B 95 of 234 ~ 40.6%

%52.14
%40.6

CMYK color model

#117A5F color CMYK value is (86,0,22,52).

  • cyan value is 86.07%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(86,0,22,52)
C86M0Y22K52 
(86%,0%,22%,52%)
(0.86/0.00/0.22/0.52)	

CMYK percentages

%86.07
%0
%22.13
%52.16

Codes

Color #117A5F in popluar color models

117A5F
RGB1712295
HSL165°75.54%27.25%
HSB/HSV165°86.07%47.84%
CMYK86.07%0.00%22.13%
52.16%

Color #117A5F in popluar number systems.

HEX117A5F
Decimal1712295
Binary1000111110101011111
Octal21172137

Shades and tints

Shades of #117A5F

#117A5F
(17,122,95)
#106F57
(16,111,87)
#0F644F
(15,100,79)
#0E5947
(14,89,71)
#0D4E3F
(13,78,63)
#0C4337
(12,67,55)
#0B382F
(11,56,47)
#0A2D27
(10,45,39)
#09221F
(9,34,31)
#081717
(8,23,23)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #117A5F

#117A5F
(17,122,95)
#26866D
(38,134,109)
#3B927B
(59,146,123)
#509E89
(80,158,137)
#65AA97
(101,170,151)
#7AB6A5
(122,182,165)
#8FC2B3
(143,194,179)
#A4CEC1
(164,206,193)
#B9DACF
(185,218,207)
#CEE6DD
(206,230,221)
#E3F2EB
(227,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117A5F color. Also use rgb(17,122,95) instead hex code.

Text Font Color

.myTextColor { color: #117A5F; }

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

This text font color is #117A5F.


Background Color

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

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

This div background color is #117A5F.


Border color

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

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

This div border color is #117A5F.


Opacity

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

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

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

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

This text has shadow with #117A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117A5F on black background.


Color preview on white background

This text has color #117A5F on white background.



Black color preview on #117A5F background

This text has black color on #117A5F background.


White color preview on #117A5F background

This text has white color on #117A5F background.