COLOR #717E4F

HEX: #717E4F
RGB: (113,126,79)

Color info

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

RGB color model

#717E4F color RGB value is (113,126,79).

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

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 79 of 255 = 31%

113
126
79

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 79 = 318 (100%)
R 113 of 318 ~ 35.53%
G 126 of 318 ~ 39.62%
B 79 of 318 ~ 24.84%

%35.53
%39.62
%24.84

CMYK color model

#717E4F color CMYK value is (10,0,37,51).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 37.30%
  • key color value is 50.59%
CMYK:
(10,0,37,51)
C10M0Y37K51 
(10%,0%,37%,51%)
(0.10/0.00/0.37/0.51)	

CMYK percentages

%10.32
%0
%37.3
%50.59

Codes

Color #717E4F in popluar color models

717E4F
RGB11312679
HSL77°22.93%40.20%
HSB/HSV77°37.30%49.41%
CMYK10.32%0.00%37.30%
50.59%

Color #717E4F in popluar number systems.

HEX717E4F
Decimal11312679
Binary111000111111101001111
Octal161176117

Shades and tints

Shades of #717E4F

#717E4F
(113,126,79)
#677348
(103,115,72)
#5D6841
(93,104,65)
#535D3A
(83,93,58)
#495233
(73,82,51)
#3F472C
(63,71,44)
#353C25
(53,60,37)
#2B311E
(43,49,30)
#212617
(33,38,23)
#171B10
(23,27,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #717E4F

#717E4F
(113,126,79)
#7D895F
(125,137,95)
#89946F
(137,148,111)
#959F7F
(149,159,127)
#A1AA8F
(161,170,143)
#ADB59F
(173,181,159)
#B9C0AF
(185,192,175)
#C5CBBF
(197,203,191)
#D1D6CF
(209,214,207)
#DDE1DF
(221,225,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717E4F; }

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

This text font color is #717E4F.


Background Color

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

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

This div background color is #717E4F.


Border color

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

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

This div border color is #717E4F.


Opacity

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

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

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

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

This text has shadow with #717E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E4F on black background.


Color preview on white background

This text has color #717E4F on white background.



Black color preview on #717E4F background

This text has black color on #717E4F background.


White color preview on #717E4F background

This text has white color on #717E4F background.