COLOR #717574

HEX: #717574
RGB: (113,117,116)

Color info

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

RGB color model

#717574 color RGB value is (113,117,116).

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

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 116 of 255 = 45%

113
117
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 116 = 346 (100%)
R 113 of 346 ~ 32.66%
G 117 of 346 ~ 33.82%
B 116 of 346 ~ 33.53%

%32.66
%33.82
%33.53

CMYK color model

#717574 color CMYK value is (3,0,1,54).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 54.12%
CMYK:
(3,0,1,54)
C3M0Y1K54 
(3%,0%,1%,54%)
(0.03/0.00/0.01/0.54)	

CMYK percentages

%3.42
%0
%0.85
%54.12

Codes

Color #717574 in popluar color models

717574
RGB113117116
HSL165°1.74%45.10%
HSB/HSV165°3.42%45.88%
CMYK3.42%0.00%0.85%
54.12%

Color #717574 in popluar number systems.

HEX717574
Decimal113117116
Binary111000111101011110100
Octal161165164

Shades and tints

Shades of #717574

#717574
(113,117,116)
#676B6A
(103,107,106)
#5D6160
(93,97,96)
#535756
(83,87,86)
#494D4C
(73,77,76)
#3F4342
(63,67,66)
#353938
(53,57,56)
#2B2F2E
(43,47,46)
#212524
(33,37,36)
#171B1A
(23,27,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #717574

#717574
(113,117,116)
#7D8180
(125,129,128)
#898D8C
(137,141,140)
#959998
(149,153,152)
#A1A5A4
(161,165,164)
#ADB1B0
(173,177,176)
#B9BDBC
(185,189,188)
#C5C9C8
(197,201,200)
#D1D5D4
(209,213,212)
#DDE1E0
(221,225,224)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717574; }

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

This text font color is #717574.


Background Color

.myBgColor { background-color: #717574; }

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

This div background color is #717574.


Border color

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

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

This div border color is #717574.


Opacity

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

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

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

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

This text has shadow with #717574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717574 on black background.


Color preview on white background

This text has color #717574 on white background.



Black color preview on #717574 background

This text has black color on #717574 background.


White color preview on #717574 background

This text has white color on #717574 background.