COLOR #716F5B

HEX: #716F5B
RGB: (113,111,91)

Color info

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

RGB color model

#716F5B color RGB value is (113,111,91).

  • red value is 113;
  • green value is 111;
  • blue value is 91.
RGB:
(113,111,91)
(44%,44%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 91 of 255 = 36%

113
111
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 91 = 315 (100%)
R 113 of 315 ~ 35.87%
G 111 of 315 ~ 35.24%
B 91 of 315 ~ 28.89%

%35.87
%35.24
%28.89

CMYK color model

#716F5B color CMYK value is (0,2,19,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,2,19,56)
C0M2Y19K56 
(0%,2%,19%,56%)
(0.00/0.02/0.19/0.56)	

CMYK percentages

%0
%1.77
%19.47
%55.69

Codes

Color #716F5B in popluar color models

716F5B
RGB11311191
HSL55°10.78%40.00%
HSB/HSV55°19.47%44.31%
CMYK0.00%1.77%19.47%
55.69%

Color #716F5B in popluar number systems.

HEX716F5B
Decimal11311191
Binary111000111011111011011
Octal161157133

Shades and tints

Shades of #716F5B

#716F5B
(113,111,91)
#676553
(103,101,83)
#5D5B4B
(93,91,75)
#535143
(83,81,67)
#49473B
(73,71,59)
#3F3D33
(63,61,51)
#35332B
(53,51,43)
#2B2923
(43,41,35)
#211F1B
(33,31,27)
#171513
(23,21,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #716F5B

#716F5B
(113,111,91)
#7D7C69
(125,124,105)
#898977
(137,137,119)
#959685
(149,150,133)
#A1A393
(161,163,147)
#ADB0A1
(173,176,161)
#B9BDAF
(185,189,175)
#C5CABD
(197,202,189)
#D1D7CB
(209,215,203)
#DDE4D9
(221,228,217)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F5B color. Also use rgb(113,111,91) instead hex code.

Text Font Color

.myTextColor { color: #716F5B; }

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

This text font color is #716F5B.


Background Color

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

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

This div background color is #716F5B.


Border color

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

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

This div border color is #716F5B.


Opacity

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

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

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

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

This text has shadow with #716F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F5B on black background.


Color preview on white background

This text has color #716F5B on white background.



Black color preview on #716F5B background

This text has black color on #716F5B background.


White color preview on #716F5B background

This text has white color on #716F5B background.