COLOR #717478

HEX: #717478
RGB: (113,116,120)

Color info

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

RGB color model

#717478 color RGB value is (113,116,120).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 120 of 255 = 47%

113
116
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 120 = 349 (100%)
R 113 of 349 ~ 32.38%
G 116 of 349 ~ 33.24%
B 120 of 349 ~ 34.38%

%32.38
%33.24
%34.38

CMYK color model

#717478 color CMYK value is (6,3,0,53).

  • cyan value is 5.83%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(6,3,0,53)
C6M3Y0K53 
(6%,3%,0%,53%)
(0.06/0.03/0.00/0.53)	

CMYK percentages

%5.83
%3.33
%0
%52.94

Codes

Color #717478 in popluar color models

717478
RGB113116120
HSL214°3.00%45.69%
HSB/HSV214°5.83%47.06%
CMYK5.83%3.33%0.00%
52.94%

Color #717478 in popluar number systems.

HEX717478
Decimal113116120
Binary111000111101001111000
Octal161164170

Shades and tints

Shades of #717478

#717478
(113,116,120)
#676A6E
(103,106,110)
#5D6064
(93,96,100)
#53565A
(83,86,90)
#494C50
(73,76,80)
#3F4246
(63,66,70)
#35383C
(53,56,60)
#2B2E32
(43,46,50)
#212428
(33,36,40)
#171A1E
(23,26,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #717478

#717478
(113,116,120)
#7D8084
(125,128,132)
#898C90
(137,140,144)
#95989C
(149,152,156)
#A1A4A8
(161,164,168)
#ADB0B4
(173,176,180)
#B9BCC0
(185,188,192)
#C5C8CC
(197,200,204)
#D1D4D8
(209,212,216)
#DDE0E4
(221,224,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717478; }

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

This text font color is #717478.


Background Color

.myBgColor { background-color: #717478; }

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

This div background color is #717478.


Border color

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

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

This div border color is #717478.


Opacity

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

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

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

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

This text has shadow with #717478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717478 on black background.


Color preview on white background

This text has color #717478 on white background.



Black color preview on #717478 background

This text has black color on #717478 background.


White color preview on #717478 background

This text has white color on #717478 background.