COLOR #117271

HEX: #117271
RGB: (17,114,113)

Color info

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

RGB color model

#117271 color RGB value is (17,114,113).

  • red value is 17;
  • green value is 114;
  • blue value is 113.
RGB:
(17,114,113)
(7%,45%,44%)

RGB channels and saturation

R 17 of 255 = 7%
G 114 of 255 = 45%
B 113 of 255 = 44%

17
114
113

R + G + B ~ 32%. #117271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 114 + 113 = 244 (100%)
R 17 of 244 ~ 6.97%
G 114 of 244 ~ 46.72%
B 113 of 244 ~ 46.31%

%46.72
%46.31

CMYK color model

#117271 color CMYK value is (85,0,1,55).

  • cyan value is 85.09%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(85,0,1,55)
C85M0Y1K55 
(85%,0%,1%,55%)
(0.85/0.00/0.01/0.55)	

CMYK percentages

%85.09
%0
%0.88
%55.29

Codes

Color #117271 in popluar color models

117271
RGB17114113
HSL179°74.05%25.69%
HSB/HSV179°85.09%44.71%
CMYK85.09%0.00%0.88%
55.29%

Color #117271 in popluar number systems.

HEX117271
Decimal17114113
Binary1000111100101110001
Octal21162161

Shades and tints

Shades of #117271

#117271
(17,114,113)
#106867
(16,104,103)
#0F5E5D
(15,94,93)
#0E5453
(14,84,83)
#0D4A49
(13,74,73)
#0C403F
(12,64,63)
#0B3635
(11,54,53)
#0A2C2B
(10,44,43)
#092221
(9,34,33)
#081817
(8,24,23)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #117271

#117271
(17,114,113)
#267E7D
(38,126,125)
#3B8A89
(59,138,137)
#509695
(80,150,149)
#65A2A1
(101,162,161)
#7AAEAD
(122,174,173)
#8FBAB9
(143,186,185)
#A4C6C5
(164,198,197)
#B9D2D1
(185,210,209)
#CEDEDD
(206,222,221)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117271 color. Also use rgb(17,114,113) instead hex code.

Text Font Color

.myTextColor { color: #117271; }

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

This text font color is #117271.


Background Color

.myBgColor { background-color: #117271; }

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

This div background color is #117271.


Border color

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

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

This div border color is #117271.


Opacity

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

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

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

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

This text has shadow with #117271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117271 on black background.


Color preview on white background

This text has color #117271 on white background.



Black color preview on #117271 background

This text has black color on #117271 background.


White color preview on #117271 background

This text has white color on #117271 background.