COLOR #717472

HEX: #717472
RGB: (113,116,114)

Color info

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

RGB color model

#717472 color RGB value is (113,116,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 114 of 255 = 45%

113
116
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 114 = 343 (100%)
R 113 of 343 ~ 32.94%
G 116 of 343 ~ 33.82%
B 114 of 343 ~ 33.24%

%32.94
%33.82
%33.24

CMYK color model

#717472 color CMYK value is (3,0,2,55).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(3,0,2,55)
C3M0Y2K55 
(3%,0%,2%,55%)
(0.03/0.00/0.02/0.55)	

CMYK percentages

%2.59
%0
%1.72
%54.51

Codes

Color #717472 in popluar color models

717472
RGB113116114
HSL140°1.31%44.90%
HSB/HSV140°2.59%45.49%
CMYK2.59%0.00%1.72%
54.51%

Color #717472 in popluar number systems.

HEX717472
Decimal113116114
Binary111000111101001110010
Octal161164162

Shades and tints

Shades of #717472

#717472
(113,116,114)
#676A68
(103,106,104)
#5D605E
(93,96,94)
#535654
(83,86,84)
#494C4A
(73,76,74)
#3F4240
(63,66,64)
#353836
(53,56,54)
#2B2E2C
(43,46,44)
#212422
(33,36,34)
#171A18
(23,26,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #717472

#717472
(113,116,114)
#7D807E
(125,128,126)
#898C8A
(137,140,138)
#959896
(149,152,150)
#A1A4A2
(161,164,162)
#ADB0AE
(173,176,174)
#B9BCBA
(185,188,186)
#C5C8C6
(197,200,198)
#D1D4D2
(209,212,210)
#DDE0DE
(221,224,222)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717472; }

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

This text font color is #717472.


Background Color

.myBgColor { background-color: #717472; }

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

This div background color is #717472.


Border color

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

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

This div border color is #717472.


Opacity

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

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

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

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

This text has shadow with #717472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717472 on black background.


Color preview on white background

This text has color #717472 on white background.



Black color preview on #717472 background

This text has black color on #717472 background.


White color preview on #717472 background

This text has white color on #717472 background.