COLOR #716B5F

HEX: #716B5F
RGB: (113,107,95)

Color info

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

RGB color model

#716B5F color RGB value is (113,107,95).

  • red value is 113;
  • green value is 107;
  • blue value is 95.
RGB:
(113,107,95)
(44%,42%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 95 of 255 = 37%

113
107
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 95 = 315 (100%)
R 113 of 315 ~ 35.87%
G 107 of 315 ~ 33.97%
B 95 of 315 ~ 30.16%

%35.87
%33.97
%30.16

CMYK color model

#716B5F color CMYK value is (0,5,16,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(0,5,16,56)
C0M5Y16K56 
(0%,5%,16%,56%)
(0.00/0.05/0.16/0.56)	

CMYK percentages

%0
%5.31
%15.93
%55.69

Codes

Color #716B5F in popluar color models

716B5F
RGB11310795
HSL40°8.65%40.78%
HSB/HSV40°15.93%44.31%
CMYK0.00%5.31%15.93%
55.69%

Color #716B5F in popluar number systems.

HEX716B5F
Decimal11310795
Binary111000111010111011111
Octal161153137

Shades and tints

Shades of #716B5F

#716B5F
(113,107,95)
#676257
(103,98,87)
#5D594F
(93,89,79)
#535047
(83,80,71)
#49473F
(73,71,63)
#3F3E37
(63,62,55)
#35352F
(53,53,47)
#2B2C27
(43,44,39)
#21231F
(33,35,31)
#171A17
(23,26,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #716B5F

#716B5F
(113,107,95)
#7D786D
(125,120,109)
#89857B
(137,133,123)
#959289
(149,146,137)
#A19F97
(161,159,151)
#ADACA5
(173,172,165)
#B9B9B3
(185,185,179)
#C5C6C1
(197,198,193)
#D1D3CF
(209,211,207)
#DDE0DD
(221,224,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716B5F color. Also use rgb(113,107,95) instead hex code.

Text Font Color

.myTextColor { color: #716B5F; }

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

This text font color is #716B5F.


Background Color

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

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

This div background color is #716B5F.


Border color

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

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

This div border color is #716B5F.


Opacity

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

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

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

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

This text has shadow with #716B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B5F on black background.


Color preview on white background

This text has color #716B5F on white background.



Black color preview on #716B5F background

This text has black color on #716B5F background.


White color preview on #716B5F background

This text has white color on #716B5F background.