COLOR #716870

HEX: #716870
RGB: (113,104,112)

Color info

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

RGB color model

#716870 color RGB value is (113,104,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 112 of 255 = 44%

113
104
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 112 = 329 (100%)
R 113 of 329 ~ 34.35%
G 104 of 329 ~ 31.61%
B 112 of 329 ~ 34.04%

%34.35
%31.61
%34.04

CMYK color model

#716870 color CMYK value is (0,8,1,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,8,1,56)
C0M8Y1K56 
(0%,8%,1%,56%)
(0.00/0.08/0.01/0.56)	

CMYK percentages

%0
%7.96
%0.88
%55.69

Codes

Color #716870 in popluar color models

716870
RGB113104112
HSL307°4.15%42.55%
HSB/HSV307°7.96%44.31%
CMYK0.00%7.96%0.88%
55.69%

Color #716870 in popluar number systems.

HEX716870
Decimal113104112
Binary111000111010001110000
Octal161150160

Shades and tints

Shades of #716870

#716870
(113,104,112)
#675F66
(103,95,102)
#5D565C
(93,86,92)
#534D52
(83,77,82)
#494448
(73,68,72)
#3F3B3E
(63,59,62)
#353234
(53,50,52)
#2B292A
(43,41,42)
#212020
(33,32,32)
#171716
(23,23,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #716870

#716870
(113,104,112)
#7D757D
(125,117,125)
#89828A
(137,130,138)
#958F97
(149,143,151)
#A19CA4
(161,156,164)
#ADA9B1
(173,169,177)
#B9B6BE
(185,182,190)
#C5C3CB
(197,195,203)
#D1D0D8
(209,208,216)
#DDDDE5
(221,221,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716870; }

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

This text font color is #716870.


Background Color

.myBgColor { background-color: #716870; }

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

This div background color is #716870.


Border color

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

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

This div border color is #716870.


Opacity

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

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

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

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

This text has shadow with #716870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716870 on black background.


Color preview on white background

This text has color #716870 on white background.



Black color preview on #716870 background

This text has black color on #716870 background.


White color preview on #716870 background

This text has white color on #716870 background.