COLOR #717480

HEX: #717480
RGB: (113,116,128)

Color info

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

RGB color model

#717480 color RGB value is (113,116,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 128 of 255 = 50%

113
116
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 128 = 357 (100%)
R 113 of 357 ~ 31.65%
G 116 of 357 ~ 32.49%
B 128 of 357 ~ 35.85%

%31.65
%32.49
%35.85

CMYK color model

#717480 color CMYK value is (12,9,0,50).

  • cyan value is 11.72%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,9,0,50)
C12M9Y0K50 
(12%,9%,0%,50%)
(0.12/0.09/0.00/0.50)	

CMYK percentages

%11.72
%9.38
%0
%49.8

Codes

Color #717480 in popluar color models

717480
RGB113116128
HSL228°6.22%47.25%
HSB/HSV228°11.72%50.20%
CMYK11.72%9.38%0.00%
49.80%

Color #717480 in popluar number systems.

HEX717480
Decimal113116128
Binary1110001111010010000000
Octal161164200

Shades and tints

Shades of #717480

#717480
(113,116,128)
#676A75
(103,106,117)
#5D606A
(93,96,106)
#53565F
(83,86,95)
#494C54
(73,76,84)
#3F4249
(63,66,73)
#35383E
(53,56,62)
#2B2E33
(43,46,51)
#212428
(33,36,40)
#171A1D
(23,26,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #717480

#717480
(113,116,128)
#7D808B
(125,128,139)
#898C96
(137,140,150)
#9598A1
(149,152,161)
#A1A4AC
(161,164,172)
#ADB0B7
(173,176,183)
#B9BCC2
(185,188,194)
#C5C8CD
(197,200,205)
#D1D4D8
(209,212,216)
#DDE0E3
(221,224,227)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717480; }

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

This text font color is #717480.


Background Color

.myBgColor { background-color: #717480; }

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

This div background color is #717480.


Border color

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

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

This div border color is #717480.


Opacity

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

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

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

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

This text has shadow with #717480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717480 on black background.


Color preview on white background

This text has color #717480 on white background.



Black color preview on #717480 background

This text has black color on #717480 background.


White color preview on #717480 background

This text has white color on #717480 background.