COLOR #117B58

HEX: #117B58
RGB: (17,123,88)

Color info

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

RGB color model

#117B58 color RGB value is (17,123,88).

  • red value is 17;
  • green value is 123;
  • blue value is 88.
RGB:
(17,123,88)
(7%,48%,35%)

RGB channels and saturation

R 17 of 255 = 7%
G 123 of 255 = 48%
B 88 of 255 = 35%

17
123
88

R + G + B ~ 30%. #117B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 123 + 88 = 228 (100%)
R 17 of 228 ~ 7.46%
G 123 of 228 ~ 53.95%
B 88 of 228 ~ 38.6%

%53.95
%38.6

CMYK color model

#117B58 color CMYK value is (86,0,28,52).

  • cyan value is 86.18%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 51.76%
CMYK:
(86,0,28,52)
C86M0Y28K52 
(86%,0%,28%,52%)
(0.86/0.00/0.28/0.52)	

CMYK percentages

%86.18
%0
%28.46
%51.76

Codes

Color #117B58 in popluar color models

117B58
RGB1712388
HSL160°75.71%27.45%
HSB/HSV160°86.18%48.24%
CMYK86.18%0.00%28.46%
51.76%

Color #117B58 in popluar number systems.

HEX117B58
Decimal1712388
Binary1000111110111011000
Octal21173130

Shades and tints

Shades of #117B58

#117B58
(17,123,88)
#107050
(16,112,80)
#0F6548
(15,101,72)
#0E5A40
(14,90,64)
#0D4F38
(13,79,56)
#0C4430
(12,68,48)
#0B3928
(11,57,40)
#0A2E20
(10,46,32)
#092318
(9,35,24)
#081810
(8,24,16)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #117B58

#117B58
(17,123,88)
#268767
(38,135,103)
#3B9376
(59,147,118)
#509F85
(80,159,133)
#65AB94
(101,171,148)
#7AB7A3
(122,183,163)
#8FC3B2
(143,195,178)
#A4CFC1
(164,207,193)
#B9DBD0
(185,219,208)
#CEE7DF
(206,231,223)
#E3F3EE
(227,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117B58 color. Also use rgb(17,123,88) instead hex code.

Text Font Color

.myTextColor { color: #117B58; }

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

This text font color is #117B58.


Background Color

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

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

This div background color is #117B58.


Border color

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

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

This div border color is #117B58.


Opacity

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

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

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

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

This text has shadow with #117B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117B58 on black background.


Color preview on white background

This text has color #117B58 on white background.



Black color preview on #117B58 background

This text has black color on #117B58 background.


White color preview on #117B58 background

This text has white color on #117B58 background.