COLOR #717156

HEX: #717156
RGB: (113,113,86)

Color info

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

RGB color model

#717156 color RGB value is (113,113,86).

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

RGB channels and saturation

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

113
113
86

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 86 = 312 (100%)
R 113 of 312 ~ 36.22%
G 113 of 312 ~ 36.22%
B 86 of 312 ~ 27.56%

%36.22
%36.22
%27.56

CMYK color model

#717156 color CMYK value is (0,0,24,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(0,0,24,56)
C0M0Y24K56 
(0%,0%,24%,56%)
(0.00/0.00/0.24/0.56)	

CMYK percentages

%0
%0
%23.89
%55.69

Codes

Color #717156 in popluar color models

717156
RGB11311386
HSL60°13.57%39.02%
HSB/HSV60°23.89%44.31%
CMYK0.00%0.00%23.89%
55.69%

Color #717156 in popluar number systems.

HEX717156
Decimal11311386
Binary111000111100011010110
Octal161161126

Shades and tints

Shades of #717156

#717156
(113,113,86)
#67674F
(103,103,79)
#5D5D48
(93,93,72)
#535341
(83,83,65)
#49493A
(73,73,58)
#3F3F33
(63,63,51)
#35352C
(53,53,44)
#2B2B25
(43,43,37)
#21211E
(33,33,30)
#171717
(23,23,23)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #717156

#717156
(113,113,86)
#7D7D65
(125,125,101)
#898974
(137,137,116)
#959583
(149,149,131)
#A1A192
(161,161,146)
#ADADA1
(173,173,161)
#B9B9B0
(185,185,176)
#C5C5BF
(197,197,191)
#D1D1CE
(209,209,206)
#DDDDDD
(221,221,221)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717156; }

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

This text font color is #717156.


Background Color

.myBgColor { background-color: #717156; }

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

This div background color is #717156.


Border color

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

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

This div border color is #717156.


Opacity

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

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

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

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

This text has shadow with #717156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717156 on black background.


Color preview on white background

This text has color #717156 on white background.



Black color preview on #717156 background

This text has black color on #717156 background.


White color preview on #717156 background

This text has white color on #717156 background.