COLOR #717F5A

HEX: #717F5A
RGB: (113,127,90)

Color info

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

RGB color model

#717F5A color RGB value is (113,127,90).

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

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 90 of 255 = 35%

113
127
90

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 90 = 330 (100%)
R 113 of 330 ~ 34.24%
G 127 of 330 ~ 38.48%
B 90 of 330 ~ 27.27%

%34.24
%38.48
%27.27

CMYK color model

#717F5A color CMYK value is (11,0,29,50).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(11,0,29,50)
C11M0Y29K50 
(11%,0%,29%,50%)
(0.11/0.00/0.29/0.50)	

CMYK percentages

%11.02
%0
%29.13
%50.2

Codes

Color #717F5A in popluar color models

717F5A
RGB11312790
HSL83°17.05%42.55%
HSB/HSV83°29.13%49.80%
CMYK11.02%0.00%29.13%
50.20%

Color #717F5A in popluar number systems.

HEX717F5A
Decimal11312790
Binary111000111111111011010
Octal161177132

Shades and tints

Shades of #717F5A

#717F5A
(113,127,90)
#677452
(103,116,82)
#5D694A
(93,105,74)
#535E42
(83,94,66)
#49533A
(73,83,58)
#3F4832
(63,72,50)
#353D2A
(53,61,42)
#2B3222
(43,50,34)
#21271A
(33,39,26)
#171C12
(23,28,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #717F5A

#717F5A
(113,127,90)
#7D8A69
(125,138,105)
#899578
(137,149,120)
#95A087
(149,160,135)
#A1AB96
(161,171,150)
#ADB6A5
(173,182,165)
#B9C1B4
(185,193,180)
#C5CCC3
(197,204,195)
#D1D7D2
(209,215,210)
#DDE2E1
(221,226,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717F5A; }

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

This text font color is #717F5A.


Background Color

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

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

This div background color is #717F5A.


Border color

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

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

This div border color is #717F5A.


Opacity

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

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

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

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

This text has shadow with #717F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717F5A on black background.


Color preview on white background

This text has color #717F5A on white background.



Black color preview on #717F5A background

This text has black color on #717F5A background.


White color preview on #717F5A background

This text has white color on #717F5A background.