COLOR #717D62

HEX: #717D62
RGB: (113,125,98)

Color info

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

RGB color model

#717D62 color RGB value is (113,125,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 98 of 255 = 38%

113
125
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 98 = 336 (100%)
R 113 of 336 ~ 33.63%
G 125 of 336 ~ 37.2%
B 98 of 336 ~ 29.17%

%33.63
%37.2
%29.17

CMYK color model

#717D62 color CMYK value is (10,0,22,51).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 50.98%
CMYK:
(10,0,22,51)
C10M0Y22K51 
(10%,0%,22%,51%)
(0.10/0.00/0.22/0.51)	

CMYK percentages

%9.6
%0
%21.6
%50.98

Codes

Color #717D62 in popluar color models

717D62
RGB11312598
HSL87°12.11%43.73%
HSB/HSV87°21.60%49.02%
CMYK9.60%0.00%21.60%
50.98%

Color #717D62 in popluar number systems.

HEX717D62
Decimal11312598
Binary111000111111011100010
Octal161175142

Shades and tints

Shades of #717D62

#717D62
(113,125,98)
#67725A
(103,114,90)
#5D6752
(93,103,82)
#535C4A
(83,92,74)
#495142
(73,81,66)
#3F463A
(63,70,58)
#353B32
(53,59,50)
#2B302A
(43,48,42)
#212522
(33,37,34)
#171A1A
(23,26,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #717D62

#717D62
(113,125,98)
#7D8870
(125,136,112)
#89937E
(137,147,126)
#959E8C
(149,158,140)
#A1A99A
(161,169,154)
#ADB4A8
(173,180,168)
#B9BFB6
(185,191,182)
#C5CAC4
(197,202,196)
#D1D5D2
(209,213,210)
#DDE0E0
(221,224,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717D62; }

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

This text font color is #717D62.


Background Color

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

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

This div background color is #717D62.


Border color

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

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

This div border color is #717D62.


Opacity

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

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

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

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

This text has shadow with #717D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D62 on black background.


Color preview on white background

This text has color #717D62 on white background.



Black color preview on #717D62 background

This text has black color on #717D62 background.


White color preview on #717D62 background

This text has white color on #717D62 background.