COLOR #716957

HEX: #716957
RGB: (113,105,87)

Color info

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

RGB color model

#716957 color RGB value is (113,105,87).

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

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 87 of 255 = 34%

113
105
87

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 87 = 305 (100%)
R 113 of 305 ~ 37.05%
G 105 of 305 ~ 34.43%
B 87 of 305 ~ 28.52%

%37.05
%34.43
%28.52

CMYK color model

#716957 color CMYK value is (0,7,23,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,7,23,56)
C0M7Y23K56 
(0%,7%,23%,56%)
(0.00/0.07/0.23/0.56)	

CMYK percentages

%0
%7.08
%23.01
%55.69

Codes

Color #716957 in popluar color models

716957
RGB11310587
HSL42°13.00%39.22%
HSB/HSV42°23.01%44.31%
CMYK0.00%7.08%23.01%
55.69%

Color #716957 in popluar number systems.

HEX716957
Decimal11310587
Binary111000111010011010111
Octal161151127

Shades and tints

Shades of #716957

#716957
(113,105,87)
#676050
(103,96,80)
#5D5749
(93,87,73)
#534E42
(83,78,66)
#49453B
(73,69,59)
#3F3C34
(63,60,52)
#35332D
(53,51,45)
#2B2A26
(43,42,38)
#21211F
(33,33,31)
#171818
(23,24,24)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #716957

#716957
(113,105,87)
#7D7666
(125,118,102)
#898375
(137,131,117)
#959084
(149,144,132)
#A19D93
(161,157,147)
#ADAAA2
(173,170,162)
#B9B7B1
(185,183,177)
#C5C4C0
(197,196,192)
#D1D1CF
(209,209,207)
#DDDEDE
(221,222,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716957; }

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

This text font color is #716957.


Background Color

.myBgColor { background-color: #716957; }

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

This div background color is #716957.


Border color

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

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

This div border color is #716957.


Opacity

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

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

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

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

This text has shadow with #716957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716957 on black background.


Color preview on white background

This text has color #716957 on white background.



Black color preview on #716957 background

This text has black color on #716957 background.


White color preview on #716957 background

This text has white color on #716957 background.