COLOR #717160

HEX: #717160
RGB: (113,113,96)

Color info

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

RGB color model

#717160 color RGB value is (113,113,96).

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

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 96 of 255 = 38%

113
113
96

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 96 = 322 (100%)
R 113 of 322 ~ 35.09%
G 113 of 322 ~ 35.09%
B 96 of 322 ~ 29.81%

%35.09
%35.09
%29.81

CMYK color model

#717160 color CMYK value is (0,0,15,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,0,15,56)
C0M0Y15K56 
(0%,0%,15%,56%)
(0.00/0.00/0.15/0.56)	

CMYK percentages

%0
%0
%15.04
%55.69

Codes

Color #717160 in popluar color models

717160
RGB11311396
HSL60°8.13%40.98%
HSB/HSV60°15.04%44.31%
CMYK0.00%0.00%15.04%
55.69%

Color #717160 in popluar number systems.

HEX717160
Decimal11311396
Binary111000111100011100000
Octal161161140

Shades and tints

Shades of #717160

#717160
(113,113,96)
#676758
(103,103,88)
#5D5D50
(93,93,80)
#535348
(83,83,72)
#494940
(73,73,64)
#3F3F38
(63,63,56)
#353530
(53,53,48)
#2B2B28
(43,43,40)
#212120
(33,33,32)
#171718
(23,23,24)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #717160

#717160
(113,113,96)
#7D7D6E
(125,125,110)
#89897C
(137,137,124)
#95958A
(149,149,138)
#A1A198
(161,161,152)
#ADADA6
(173,173,166)
#B9B9B4
(185,185,180)
#C5C5C2
(197,197,194)
#D1D1D0
(209,209,208)
#DDDDDE
(221,221,222)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717160; }

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

This text font color is #717160.


Background Color

.myBgColor { background-color: #717160; }

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

This div background color is #717160.


Border color

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

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

This div border color is #717160.


Opacity

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

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

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

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

This text has shadow with #717160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717160 on black background.


Color preview on white background

This text has color #717160 on white background.



Black color preview on #717160 background

This text has black color on #717160 background.


White color preview on #717160 background

This text has white color on #717160 background.