COLOR #117874

HEX: #117874
RGB: (17,120,116)

Color info

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

RGB color model

#117874 color RGB value is (17,120,116).

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

RGB channels and saturation

R 17 of 255 = 7%
G 120 of 255 = 47%
B 116 of 255 = 45%

17
120
116

R + G + B ~ 33%. #117874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 120 + 116 = 253 (100%)
R 17 of 253 ~ 6.72%
G 120 of 253 ~ 47.43%
B 116 of 253 ~ 45.85%

%47.43
%45.85

CMYK color model

#117874 color CMYK value is (86,0,3,53).

  • cyan value is 85.83%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(86,0,3,53)
C86M0Y3K53 
(86%,0%,3%,53%)
(0.86/0.00/0.03/0.53)	

CMYK percentages

%85.83
%0
%3.33
%52.94

Codes

Color #117874 in popluar color models

117874
RGB17120116
HSL178°75.18%26.86%
HSB/HSV178°85.83%47.06%
CMYK85.83%0.00%3.33%
52.94%

Color #117874 in popluar number systems.

HEX117874
Decimal17120116
Binary1000111110001110100
Octal21170164

Shades and tints

Shades of #117874

#117874
(17,120,116)
#106E6A
(16,110,106)
#0F6460
(15,100,96)
#0E5A56
(14,90,86)
#0D504C
(13,80,76)
#0C4642
(12,70,66)
#0B3C38
(11,60,56)
#0A322E
(10,50,46)
#092824
(9,40,36)
#081E1A
(8,30,26)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #117874

#117874
(17,120,116)
#268480
(38,132,128)
#3B908C
(59,144,140)
#509C98
(80,156,152)
#65A8A4
(101,168,164)
#7AB4B0
(122,180,176)
#8FC0BC
(143,192,188)
#A4CCC8
(164,204,200)
#B9D8D4
(185,216,212)
#CEE4E0
(206,228,224)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117874; }

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

This text font color is #117874.


Background Color

.myBgColor { background-color: #117874; }

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

This div background color is #117874.


Border color

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

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

This div border color is #117874.


Opacity

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

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

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

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

This text has shadow with #117874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117874 on black background.


Color preview on white background

This text has color #117874 on white background.



Black color preview on #117874 background

This text has black color on #117874 background.


White color preview on #117874 background

This text has white color on #117874 background.