COLOR #716D5E

HEX: #716D5E
RGB: (113,109,94)

Color info

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

RGB color model

#716D5E color RGB value is (113,109,94).

  • red value is 113;
  • green value is 109;
  • blue value is 94.
RGB:
(113,109,94)
(44%,43%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 94 of 255 = 37%

113
109
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 94 = 316 (100%)
R 113 of 316 ~ 35.76%
G 109 of 316 ~ 34.49%
B 94 of 316 ~ 29.75%

%35.76
%34.49
%29.75

CMYK color model

#716D5E color CMYK value is (0,4,17,56).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,4,17,56)
C0M4Y17K56 
(0%,4%,17%,56%)
(0.00/0.04/0.17/0.56)	

CMYK percentages

%0
%3.54
%16.81
%55.69

Codes

Color #716D5E in popluar color models

716D5E
RGB11310994
HSL47°9.18%40.59%
HSB/HSV47°16.81%44.31%
CMYK0.00%3.54%16.81%
55.69%

Color #716D5E in popluar number systems.

HEX716D5E
Decimal11310994
Binary111000111011011011110
Octal161155136

Shades and tints

Shades of #716D5E

#716D5E
(113,109,94)
#676456
(103,100,86)
#5D5B4E
(93,91,78)
#535246
(83,82,70)
#49493E
(73,73,62)
#3F4036
(63,64,54)
#35372E
(53,55,46)
#2B2E26
(43,46,38)
#21251E
(33,37,30)
#171C16
(23,28,22)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #716D5E

#716D5E
(113,109,94)
#7D7A6C
(125,122,108)
#89877A
(137,135,122)
#959488
(149,148,136)
#A1A196
(161,161,150)
#ADAEA4
(173,174,164)
#B9BBB2
(185,187,178)
#C5C8C0
(197,200,192)
#D1D5CE
(209,213,206)
#DDE2DC
(221,226,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D5E color. Also use rgb(113,109,94) instead hex code.

Text Font Color

.myTextColor { color: #716D5E; }

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

This text font color is #716D5E.


Background Color

.myBgColor { background-color: #716D5E; }

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

This div background color is #716D5E.


Border color

.myBorderColor { border: 1px solid #716D5E; }

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

This div border color is #716D5E.


Opacity

.myOpacity80 { color: #716D5E; opacity: 0.8; }

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

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

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

This text has shadow with #716D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D5E on black background.


Color preview on white background

This text has color #716D5E on white background.



Black color preview on #716D5E background

This text has black color on #716D5E background.


White color preview on #716D5E background

This text has white color on #716D5E background.