COLOR #717482

HEX: #717482
RGB: (113,116,130)

Color info

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

RGB color model

#717482 color RGB value is (113,116,130).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 130 of 255 = 51%

113
116
130

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 130 = 359 (100%)
R 113 of 359 ~ 31.48%
G 116 of 359 ~ 32.31%
B 130 of 359 ~ 36.21%

%31.48
%32.31
%36.21

CMYK color model

#717482 color CMYK value is (13,11,0,49).

  • cyan value is 13.08%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(13,11,0,49)
C13M11Y0K49 
(13%,11%,0%,49%)
(0.13/0.11/0.00/0.49)	

CMYK percentages

%13.08
%10.77
%0
%49.02

Codes

Color #717482 in popluar color models

717482
RGB113116130
HSL229°7.00%47.65%
HSB/HSV229°13.08%50.98%
CMYK13.08%10.77%0.00%
49.02%

Color #717482 in popluar number systems.

HEX717482
Decimal113116130
Binary1110001111010010000010
Octal161164202

Shades and tints

Shades of #717482

#717482
(113,116,130)
#676A77
(103,106,119)
#5D606C
(93,96,108)
#535661
(83,86,97)
#494C56
(73,76,86)
#3F424B
(63,66,75)
#353840
(53,56,64)
#2B2E35
(43,46,53)
#21242A
(33,36,42)
#171A1F
(23,26,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #717482

#717482
(113,116,130)
#7D808D
(125,128,141)
#898C98
(137,140,152)
#9598A3
(149,152,163)
#A1A4AE
(161,164,174)
#ADB0B9
(173,176,185)
#B9BCC4
(185,188,196)
#C5C8CF
(197,200,207)
#D1D4DA
(209,212,218)
#DDE0E5
(221,224,229)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717482; }

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

This text font color is #717482.


Background Color

.myBgColor { background-color: #717482; }

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

This div background color is #717482.


Border color

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

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

This div border color is #717482.


Opacity

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

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

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

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

This text has shadow with #717482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717482 on black background.


Color preview on white background

This text has color #717482 on white background.



Black color preview on #717482 background

This text has black color on #717482 background.


White color preview on #717482 background

This text has white color on #717482 background.