COLOR #717C71

HEX: #717C71
RGB: (113,124,113)

Color info

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

RGB color model

#717C71 color RGB value is (113,124,113).

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

RGB channels and saturation

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

113
124
113

R + G + B ~ 46%. #717C71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 124 + 113 = 350 (100%)
R 113 of 350 ~ 32.29%
G 124 of 350 ~ 35.43%
B 113 of 350 ~ 32.29%

%32.29
%35.43
%32.29

CMYK color model

#717C71 color CMYK value is (9,0,9,51).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 51.37%
CMYK:
(9,0,9,51)
C9M0Y9K51 
(9%,0%,9%,51%)
(0.09/0.00/0.09/0.51)	

CMYK percentages

%8.87
%0
%8.87
%51.37

Codes

Color #717C71 in popluar color models

717C71
RGB113124113
HSL120°4.64%46.47%
HSB/HSV120°8.87%48.63%
CMYK8.87%0.00%8.87%
51.37%

Color #717C71 in popluar number systems.

HEX717C71
Decimal113124113
Binary111000111111001110001
Octal161174161

Shades and tints

Shades of #717C71

#717C71
(113,124,113)
#677167
(103,113,103)
#5D665D
(93,102,93)
#535B53
(83,91,83)
#495049
(73,80,73)
#3F453F
(63,69,63)
#353A35
(53,58,53)
#2B2F2B
(43,47,43)
#212421
(33,36,33)
#171917
(23,25,23)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #717C71

#717C71
(113,124,113)
#7D877D
(125,135,125)
#899289
(137,146,137)
#959D95
(149,157,149)
#A1A8A1
(161,168,161)
#ADB3AD
(173,179,173)
#B9BEB9
(185,190,185)
#C5C9C5
(197,201,197)
#D1D4D1
(209,212,209)
#DDDFDD
(221,223,221)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717C71; }

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

This text font color is #717C71.


Background Color

.myBgColor { background-color: #717C71; }

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

This div background color is #717C71.


Border color

.myBorderColor { border: 1px solid #717C71; }

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

This div border color is #717C71.


Opacity

.myOpacity80 { color: #717C71; opacity: 0.8; }

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

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

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

This text has shadow with #717C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717C71 on black background.


Color preview on white background

This text has color #717C71 on white background.



Black color preview on #717C71 background

This text has black color on #717C71 background.


White color preview on #717C71 background

This text has white color on #717C71 background.