COLOR #717171

HEX: #717171
RGB: (113,113,113)

Color info

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

RGB color model

#717171 color RGB value is (113,113,113).

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

RGB channels and saturation

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

113
113
113

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 113 = 339 (100%)
R 113 of 339 ~ 33.33%
G 113 of 339 ~ 33.33%
B 113 of 339 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#717171 color CMYK value is (0,0,0,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(0,0,0,56)
C0M0Y0K56 
(0%,0%,0%,56%)
(0.00/0.00/0.00/0.56)	

CMYK percentages

%0
%0
%0
%55.69

Codes

Color #717171 in popluar color models

717171
RGB113113113
HSL0.00%0.44%
HSB/HSV0.00%0.44%
CMYK0.00%0.00%0.00%
55.69%

Color #717171 in popluar number systems.

HEX717171
Decimal113113113
Binary111000111100011110001
Octal161161161

Shades and tints

Shades of #717171

#717171
(113,113,113)
#676767
(103,103,103)
#5D5D5D
(93,93,93)
#535353
(83,83,83)
#494949
(73,73,73)
#3F3F3F
(63,63,63)
#353535
(53,53,53)
#2B2B2B
(43,43,43)
#212121
(33,33,33)
#171717
(23,23,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #717171

#717171
(113,113,113)
#7D7D7D
(125,125,125)
#898989
(137,137,137)
#959595
(149,149,149)
#A1A1A1
(161,161,161)
#ADADAD
(173,173,173)
#B9B9B9
(185,185,185)
#C5C5C5
(197,197,197)
#D1D1D1
(209,209,209)
#DDDDDD
(221,221,221)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717171; }

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

This text font color is #717171.


Background Color

.myBgColor { background-color: #717171; }

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

This div background color is #717171.


Border color

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

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

This div border color is #717171.


Opacity

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

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

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

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

This text has shadow with #717171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717171 on black background.


Color preview on white background

This text has color #717171 on white background.



Black color preview on #717171 background

This text has black color on #717171 background.


White color preview on #717171 background

This text has white color on #717171 background.