COLOR #717080

HEX: #717080
RGB: (113,112,128)

Color info

#717080 contains red, green and blue colors in about the same proportion. Web safe color of #717080 is #666666 (or #666).

RGB color model

#717080 color RGB value is (113,112,128).

  • red value is 113;
  • green value is 112;
  • blue value is 128.
RGB:
(113,112,128)
(44%,44%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 128 of 255 = 50%

113
112
128

R + G + B ~ 46%. #717080 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 128 = 353 (100%)
R 113 of 353 ~ 32.01%
G 112 of 353 ~ 31.73%
B 128 of 353 ~ 36.26%

%32.01
%31.73
%36.26

CMYK color model

#717080 color CMYK value is (12,13,0,50).

  • cyan value is 11.72%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,13,0,50)
C12M13Y0K50 
(12%,13%,0%,50%)
(0.12/0.13/0.00/0.50)	

CMYK percentages

%11.72
%12.5
%0
%49.8

Codes

Color #717080 in popluar color models

717080
RGB113112128
HSL244°6.67%47.06%
HSB/HSV244°12.50%50.20%
CMYK11.72%12.50%0.00%
49.80%

Color #717080 in popluar number systems.

HEX717080
Decimal113112128
Binary1110001111000010000000
Octal161160200

Shades and tints

Shades of #717080

#717080
(113,112,128)
#676675
(103,102,117)
#5D5C6A
(93,92,106)
#53525F
(83,82,95)
#494854
(73,72,84)
#3F3E49
(63,62,73)
#35343E
(53,52,62)
#2B2A33
(43,42,51)
#212028
(33,32,40)
#17161D
(23,22,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #717080

#717080
(113,112,128)
#7D7D8B
(125,125,139)
#898A96
(137,138,150)
#9597A1
(149,151,161)
#A1A4AC
(161,164,172)
#ADB1B7
(173,177,183)
#B9BEC2
(185,190,194)
#C5CBCD
(197,203,205)
#D1D8D8
(209,216,216)
#DDE5E3
(221,229,227)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717080 color. Also use rgb(113,112,128) instead hex code.

Text Font Color

.myTextColor { color: #717080; }

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

This text font color is #717080.


Background Color

.myBgColor { background-color: #717080; }

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

This div background color is #717080.


Border color

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

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

This div border color is #717080.


Opacity

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

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

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

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

This text has shadow with #717080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717080 on black background.


Color preview on white background

This text has color #717080 on white background.



Black color preview on #717080 background

This text has black color on #717080 background.


White color preview on #717080 background

This text has white color on #717080 background.