COLOR #716755

HEX: #716755
RGB: (113,103,85)

Color info

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

RGB color model

#716755 color RGB value is (113,103,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 85 of 255 = 33%

113
103
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 85 = 301 (100%)
R 113 of 301 ~ 37.54%
G 103 of 301 ~ 34.22%
B 85 of 301 ~ 28.24%

%37.54
%34.22
%28.24

CMYK color model

#716755 color CMYK value is (0,9,25,56).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,9,25,56)
C0M9Y25K56 
(0%,9%,25%,56%)
(0.00/0.09/0.25/0.56)	

CMYK percentages

%0
%8.85
%24.78
%55.69

Codes

Color #716755 in popluar color models

716755
RGB11310385
HSL39°14.14%38.82%
HSB/HSV39°24.78%44.31%
CMYK0.00%8.85%24.78%
55.69%

Color #716755 in popluar number systems.

HEX716755
Decimal11310385
Binary111000111001111010101
Octal161147125

Shades and tints

Shades of #716755

#716755
(113,103,85)
#675E4E
(103,94,78)
#5D5547
(93,85,71)
#534C40
(83,76,64)
#494339
(73,67,57)
#3F3A32
(63,58,50)
#35312B
(53,49,43)
#2B2824
(43,40,36)
#211F1D
(33,31,29)
#171616
(23,22,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #716755

#716755
(113,103,85)
#7D7464
(125,116,100)
#898173
(137,129,115)
#958E82
(149,142,130)
#A19B91
(161,155,145)
#ADA8A0
(173,168,160)
#B9B5AF
(185,181,175)
#C5C2BE
(197,194,190)
#D1CFCD
(209,207,205)
#DDDCDC
(221,220,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716755; }

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

This text font color is #716755.


Background Color

.myBgColor { background-color: #716755; }

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

This div background color is #716755.


Border color

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

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

This div border color is #716755.


Opacity

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

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

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

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

This text has shadow with #716755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716755 on black background.


Color preview on white background

This text has color #716755 on white background.



Black color preview on #716755 background

This text has black color on #716755 background.


White color preview on #716755 background

This text has white color on #716755 background.