COLOR #717170

HEX: #717170 RGB: (113,113,112)

Color info

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

RGB color model

#717170 color RGB value is (113,113,112).

RGB: (113,113,112) (44%, 44%, 44%)

RGB channels and saturation

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

113
113
112

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

Portions of RGB colors in percentages

R + G + B = 113 + 113 + 112 = 338 (100%)
R 113 of 338 ~ 33.43%
G 113 of 338 ~ 33.43%
B 112 of 338 ~ 33.14'%

%33.43
%33.43
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.69%

CMYK: (0,0,1,56)
C0M0Y1K56 (0%, 0%, 1%, 56%)
(0.00 / 0.00 / 0.01 / 0.56)

CMYK percentages

%0
%0
%0.88
%55.69

Codes

Color #717170 in popluar color models

71 71 70
RGB 113 113 112
HSL 60° 0.44% 44.12%
HSB/HSV 60° 0.88% 44.31%
CMYK 0.00% 0.00% 0.88%
55.69%

Color #717170 in popluar number systems.

HEX 71 71 70
Decimal 113 113 112
Binary 1110001 1110001 1110000
Octal 161 161 160

Shades and tints

Shades of #717170

#717170
(113,113,112)
#676766
(103,103,102)
#5D5D5C
(93,93,92)
#535352
(83,83,82)
#494948
(73,73,72)
#3F3F3E
(63,63,62)
#353534
(53,53,52)
#2B2B2A
(43,43,42)
#212120
(33,33,32)
#171716
(23,23,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #717170

#717170
(113,113,112)
#7D7D7D
(125,125,125)
#89898A
(137,137,138)
#959597
(149,149,151)
#A1A1A4
(161,161,164)
#ADADB1
(173,173,177)
#B9B9BE
(185,185,190)
#C5C5CB
(197,197,203)
#D1D1D8
(209,209,216)
#DDDDE5
(221,221,229)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717170; }

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

This text font color is #717170.

Background Color

.myBgColor { background-color: #717170; }

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

This div background color is #717170.

Border color

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

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

This div border color is #717170.

Opacity

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

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

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

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

This text has shadow with #717170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717170.

Preview

Color preview on black background

This text has color #717170 on black background.


Color preview on white background

This text has color #717170 on white background.


Black color preview on #717170 background

This text has black color on #717170 background.


White color preview on #717170 background

This text has white color on #717170 background.


Related colors

Complementary color

Complementary color for #hex is #8E8E8F.


I love getcolorcode.com