COLOR #717E5C

HEX: #717E5C
RGB: (113,126,92)

Color info

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

RGB color model

#717E5C color RGB value is (113,126,92).

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

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 92 of 255 = 36%

113
126
92

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 92 = 331 (100%)
R 113 of 331 ~ 34.14%
G 126 of 331 ~ 38.07%
B 92 of 331 ~ 27.79%

%34.14
%38.07
%27.79

CMYK color model

#717E5C color CMYK value is (10,0,27,51).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(10,0,27,51)
C10M0Y27K51 
(10%,0%,27%,51%)
(0.10/0.00/0.27/0.51)	

CMYK percentages

%10.32
%0
%26.98
%50.59

Codes

Color #717E5C in popluar color models

717E5C
RGB11312692
HSL83°15.60%42.75%
HSB/HSV83°26.98%49.41%
CMYK10.32%0.00%26.98%
50.59%

Color #717E5C in popluar number systems.

HEX717E5C
Decimal11312692
Binary111000111111101011100
Octal161176134

Shades and tints

Shades of #717E5C

#717E5C
(113,126,92)
#677354
(103,115,84)
#5D684C
(93,104,76)
#535D44
(83,93,68)
#49523C
(73,82,60)
#3F4734
(63,71,52)
#353C2C
(53,60,44)
#2B3124
(43,49,36)
#21261C
(33,38,28)
#171B14
(23,27,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #717E5C

#717E5C
(113,126,92)
#7D896A
(125,137,106)
#899478
(137,148,120)
#959F86
(149,159,134)
#A1AA94
(161,170,148)
#ADB5A2
(173,181,162)
#B9C0B0
(185,192,176)
#C5CBBE
(197,203,190)
#D1D6CC
(209,214,204)
#DDE1DA
(221,225,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717E5C; }

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

This text font color is #717E5C.


Background Color

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

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

This div background color is #717E5C.


Border color

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

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

This div border color is #717E5C.


Opacity

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

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

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

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

This text has shadow with #717E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E5C on black background.


Color preview on white background

This text has color #717E5C on white background.



Black color preview on #717E5C background

This text has black color on #717E5C background.


White color preview on #717E5C background

This text has white color on #717E5C background.