COLOR #716170

HEX: #716170
RGB: (113,97,112)

Color info

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

RGB color model

#716170 color RGB value is (113,97,112).

  • red value is 113;
  • green value is 97;
  • blue value is 112.
RGB:
(113,97,112)
(44%,38%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 112 of 255 = 44%

113
97
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 112 = 322 (100%)
R 113 of 322 ~ 35.09%
G 97 of 322 ~ 30.12%
B 112 of 322 ~ 34.78%

%35.09
%30.12
%34.78

CMYK color model

#716170 color CMYK value is (0,14,1,56).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,14,1,56)
C0M14Y1K56 
(0%,14%,1%,56%)
(0.00/0.14/0.01/0.56)	

CMYK percentages

%0
%14.16
%0.88
%55.69

Codes

Color #716170 in popluar color models

716170
RGB11397112
HSL304°7.62%41.18%
HSB/HSV304°14.16%44.31%
CMYK0.00%14.16%0.88%
55.69%

Color #716170 in popluar number systems.

HEX716170
Decimal11397112
Binary111000111000011110000
Octal161141160

Shades and tints

Shades of #716170

#716170
(113,97,112)
#675966
(103,89,102)
#5D515C
(93,81,92)
#534952
(83,73,82)
#494148
(73,65,72)
#3F393E
(63,57,62)
#353134
(53,49,52)
#2B292A
(43,41,42)
#212120
(33,33,32)
#171916
(23,25,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #716170

#716170
(113,97,112)
#7D6F7D
(125,111,125)
#897D8A
(137,125,138)
#958B97
(149,139,151)
#A199A4
(161,153,164)
#ADA7B1
(173,167,177)
#B9B5BE
(185,181,190)
#C5C3CB
(197,195,203)
#D1D1D8
(209,209,216)
#DDDFE5
(221,223,229)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716170 color. Also use rgb(113,97,112) instead hex code.

Text Font Color

.myTextColor { color: #716170; }

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

This text font color is #716170.


Background Color

.myBgColor { background-color: #716170; }

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

This div background color is #716170.


Border color

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

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

This div border color is #716170.


Opacity

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

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

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

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

This text has shadow with #716170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716170 on black background.


Color preview on white background

This text has color #716170 on white background.



Black color preview on #716170 background

This text has black color on #716170 background.


White color preview on #716170 background

This text has white color on #716170 background.