COLOR #716757

HEX: #716757
RGB: (113,103,87)

Color info

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

RGB color model

#716757 color RGB value is (113,103,87).

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

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 87 of 255 = 34%

113
103
87

R + G + B ~ 39%. #716757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 87 = 303 (100%)
R 113 of 303 ~ 37.29%
G 103 of 303 ~ 33.99%
B 87 of 303 ~ 28.71%

%37.29
%33.99
%28.71

CMYK color model

#716757 color CMYK value is (0,9,23,56).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,9,23,56)
C0M9Y23K56 
(0%,9%,23%,56%)
(0.00/0.09/0.23/0.56)	

CMYK percentages

%0
%8.85
%23.01
%55.69

Codes

Color #716757 in popluar color models

716757
RGB11310387
HSL37°13.00%39.22%
HSB/HSV37°23.01%44.31%
CMYK0.00%8.85%23.01%
55.69%

Color #716757 in popluar number systems.

HEX716757
Decimal11310387
Binary111000111001111010111
Octal161147127

Shades and tints

Shades of #716757

#716757
(113,103,87)
#675E50
(103,94,80)
#5D5549
(93,85,73)
#534C42
(83,76,66)
#49433B
(73,67,59)
#3F3A34
(63,58,52)
#35312D
(53,49,45)
#2B2826
(43,40,38)
#211F1F
(33,31,31)
#171618
(23,22,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #716757

#716757
(113,103,87)
#7D7466
(125,116,102)
#898175
(137,129,117)
#958E84
(149,142,132)
#A19B93
(161,155,147)
#ADA8A2
(173,168,162)
#B9B5B1
(185,181,177)
#C5C2C0
(197,194,192)
#D1CFCF
(209,207,207)
#DDDCDE
(221,220,222)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716757; }

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

This text font color is #716757.


Background Color

.myBgColor { background-color: #716757; }

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

This div background color is #716757.


Border color

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

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

This div border color is #716757.


Opacity

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

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

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

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

This text has shadow with #716757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716757 on black background.


Color preview on white background

This text has color #716757 on white background.



Black color preview on #716757 background

This text has black color on #716757 background.


White color preview on #716757 background

This text has white color on #716757 background.