COLOR #717970

HEX: #717970
RGB: (113,121,112)

Color info

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

RGB color model

#717970 color RGB value is (113,121,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 112 of 255 = 44%

113
121
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 112 = 346 (100%)
R 113 of 346 ~ 32.66%
G 121 of 346 ~ 34.97%
B 112 of 346 ~ 32.37%

%32.66
%34.97
%32.37

CMYK color model

#717970 color CMYK value is (7,0,7,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(7,0,7,53)
C7M0Y7K53 
(7%,0%,7%,53%)
(0.07/0.00/0.07/0.53)	

CMYK percentages

%6.61
%0
%7.44
%52.55

Codes

Color #717970 in popluar color models

717970
RGB113121112
HSL113°3.86%45.69%
HSB/HSV113°7.44%47.45%
CMYK6.61%0.00%7.44%
52.55%

Color #717970 in popluar number systems.

HEX717970
Decimal113121112
Binary111000111110011110000
Octal161171160

Shades and tints

Shades of #717970

#717970
(113,121,112)
#676E66
(103,110,102)
#5D635C
(93,99,92)
#535852
(83,88,82)
#494D48
(73,77,72)
#3F423E
(63,66,62)
#353734
(53,55,52)
#2B2C2A
(43,44,42)
#212120
(33,33,32)
#171616
(23,22,22)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #717970

#717970
(113,121,112)
#7D857D
(125,133,125)
#89918A
(137,145,138)
#959D97
(149,157,151)
#A1A9A4
(161,169,164)
#ADB5B1
(173,181,177)
#B9C1BE
(185,193,190)
#C5CDCB
(197,205,203)
#D1D9D8
(209,217,216)
#DDE5E5
(221,229,229)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717970; }

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

This text font color is #717970.


Background Color

.myBgColor { background-color: #717970; }

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

This div background color is #717970.


Border color

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

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

This div border color is #717970.


Opacity

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

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

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

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

This text has shadow with #717970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717970 on black background.


Color preview on white background

This text has color #717970 on white background.



Black color preview on #717970 background

This text has black color on #717970 background.


White color preview on #717970 background

This text has white color on #717970 background.