COLOR #717980

HEX: #717980
RGB: (113,121,128)

Color info

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

RGB color model

#717980 color RGB value is (113,121,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 128 of 255 = 50%

113
121
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 128 = 362 (100%)
R 113 of 362 ~ 31.22%
G 121 of 362 ~ 33.43%
B 128 of 362 ~ 35.36%

%31.22
%33.43
%35.36

CMYK color model

#717980 color CMYK value is (12,5,0,50).

  • cyan value is 11.72%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,5,0,50)
C12M5Y0K50 
(12%,5%,0%,50%)
(0.12/0.05/0.00/0.50)	

CMYK percentages

%11.72
%5.47
%0
%49.8

Codes

Color #717980 in popluar color models

717980
RGB113121128
HSL208°6.22%47.25%
HSB/HSV208°11.72%50.20%
CMYK11.72%5.47%0.00%
49.80%

Color #717980 in popluar number systems.

HEX717980
Decimal113121128
Binary1110001111100110000000
Octal161171200

Shades and tints

Shades of #717980

#717980
(113,121,128)
#676E75
(103,110,117)
#5D636A
(93,99,106)
#53585F
(83,88,95)
#494D54
(73,77,84)
#3F4249
(63,66,73)
#35373E
(53,55,62)
#2B2C33
(43,44,51)
#212128
(33,33,40)
#17161D
(23,22,29)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #717980

#717980
(113,121,128)
#7D858B
(125,133,139)
#899196
(137,145,150)
#959DA1
(149,157,161)
#A1A9AC
(161,169,172)
#ADB5B7
(173,181,183)
#B9C1C2
(185,193,194)
#C5CDCD
(197,205,205)
#D1D9D8
(209,217,216)
#DDE5E3
(221,229,227)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717980; }

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

This text font color is #717980.


Background Color

.myBgColor { background-color: #717980; }

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

This div background color is #717980.


Border color

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

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

This div border color is #717980.


Opacity

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

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

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

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

This text has shadow with #717980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717980 on black background.


Color preview on white background

This text has color #717980 on white background.



Black color preview on #717980 background

This text has black color on #717980 background.


White color preview on #717980 background

This text has white color on #717980 background.