COLOR #717E85

HEX: #717E85
RGB: (113,126,133)

Color info

#717E85 contains red, green and blue colors in about the same proportion. Web safe color of #717E85 is #666699 (or #669).

RGB color model

#717E85 color RGB value is (113,126,133).

  • red value is 113;
  • green value is 126;
  • blue value is 133.
RGB:
(113,126,133)
(44%,49%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 133 of 255 = 52%

113
126
133

R + G + B ~ 48%. #717E85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 133 = 372 (100%)
R 113 of 372 ~ 30.38%
G 126 of 372 ~ 33.87%
B 133 of 372 ~ 35.75%

%30.38
%33.87
%35.75

CMYK color model

#717E85 color CMYK value is (15,5,0,48).

  • cyan value is 15.04%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(15,5,0,48)
C15M5Y0K48 
(15%,5%,0%,48%)
(0.15/0.05/0.00/0.48)	

CMYK percentages

%15.04
%5.26
%0
%47.84

Codes

Color #717E85 in popluar color models

717E85
RGB113126133
HSL201°8.13%48.24%
HSB/HSV201°15.04%52.16%
CMYK15.04%5.26%0.00%
47.84%

Color #717E85 in popluar number systems.

HEX717E85
Decimal113126133
Binary1110001111111010000101
Octal161176205

Shades and tints

Shades of #717E85

#717E85
(113,126,133)
#677379
(103,115,121)
#5D686D
(93,104,109)
#535D61
(83,93,97)
#495255
(73,82,85)
#3F4749
(63,71,73)
#353C3D
(53,60,61)
#2B3131
(43,49,49)
#212625
(33,38,37)
#171B19
(23,27,25)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #717E85

#717E85
(113,126,133)
#7D8990
(125,137,144)
#89949B
(137,148,155)
#959FA6
(149,159,166)
#A1AAB1
(161,170,177)
#ADB5BC
(173,181,188)
#B9C0C7
(185,192,199)
#C5CBD2
(197,203,210)
#D1D6DD
(209,214,221)
#DDE1E8
(221,225,232)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E85 color. Also use rgb(113,126,133) instead hex code.

Text Font Color

.myTextColor { color: #717E85; }

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

This text font color is #717E85.


Background Color

.myBgColor { background-color: #717E85; }

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

This div background color is #717E85.


Border color

.myBorderColor { border: 1px solid #717E85; }

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

This div border color is #717E85.


Opacity

.myOpacity80 { color: #717E85; opacity: 0.8; }

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

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

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

This text has shadow with #717E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E85 on black background.


Color preview on white background

This text has color #717E85 on white background.



Black color preview on #717E85 background

This text has black color on #717E85 background.


White color preview on #717E85 background

This text has white color on #717E85 background.