COLOR #717656

HEX: #717656
RGB: (113,118,86)

Color info

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

RGB color model

#717656 color RGB value is (113,118,86).

  • red value is 113;
  • green value is 118;
  • blue value is 86.
RGB:
(113,118,86)
(44%,46%,34%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 86 of 255 = 34%

113
118
86

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

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 86 = 317 (100%)
R 113 of 317 ~ 35.65%
G 118 of 317 ~ 37.22%
B 86 of 317 ~ 27.13%

%35.65
%37.22
%27.13

CMYK color model

#717656 color CMYK value is (4,0,27,54).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(4,0,27,54)
C4M0Y27K54 
(4%,0%,27%,54%)
(0.04/0.00/0.27/0.54)	

CMYK percentages

%4.24
%0
%27.12
%53.73

Codes

Color #717656 in popluar color models

717656
RGB11311886
HSL69°15.69%40.00%
HSB/HSV69°27.12%46.27%
CMYK4.24%0.00%27.12%
53.73%

Color #717656 in popluar number systems.

HEX717656
Decimal11311886
Binary111000111101101010110
Octal161166126

Shades and tints

Shades of #717656

#717656
(113,118,86)
#676C4F
(103,108,79)
#5D6248
(93,98,72)
#535841
(83,88,65)
#494E3A
(73,78,58)
#3F4433
(63,68,51)
#353A2C
(53,58,44)
#2B3025
(43,48,37)
#21261E
(33,38,30)
#171C17
(23,28,23)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #717656

#717656
(113,118,86)
#7D8265
(125,130,101)
#898E74
(137,142,116)
#959A83
(149,154,131)
#A1A692
(161,166,146)
#ADB2A1
(173,178,161)
#B9BEB0
(185,190,176)
#C5CABF
(197,202,191)
#D1D6CE
(209,214,206)
#DDE2DD
(221,226,221)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717656 color. Also use rgb(113,118,86) instead hex code.

Text Font Color

.myTextColor { color: #717656; }

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

This text font color is #717656.


Background Color

.myBgColor { background-color: #717656; }

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

This div background color is #717656.


Border color

.myBorderColor { border: 1px solid #717656; }

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

This div border color is #717656.


Opacity

.myOpacity80 { color: #717656; opacity: 0.8; }

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

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

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

This text has shadow with #717656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717656 on black background.


Color preview on white background

This text has color #717656 on white background.



Black color preview on #717656 background

This text has black color on #717656 background.


White color preview on #717656 background

This text has white color on #717656 background.