COLOR #716F55

HEX: #716F55
RGB: (113,111,85)

Color info

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

RGB color model

#716F55 color RGB value is (113,111,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 85 of 255 = 33%

113
111
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 85 = 309 (100%)
R 113 of 309 ~ 36.57%
G 111 of 309 ~ 35.92%
B 85 of 309 ~ 27.51%

%36.57
%35.92
%27.51

CMYK color model

#716F55 color CMYK value is (0,2,25,56).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,2,25,56)
C0M2Y25K56 
(0%,2%,25%,56%)
(0.00/0.02/0.25/0.56)	

CMYK percentages

%0
%1.77
%24.78
%55.69

Codes

Color #716F55 in popluar color models

716F55
RGB11311185
HSL56°14.14%38.82%
HSB/HSV56°24.78%44.31%
CMYK0.00%1.77%24.78%
55.69%

Color #716F55 in popluar number systems.

HEX716F55
Decimal11311185
Binary111000111011111010101
Octal161157125

Shades and tints

Shades of #716F55

#716F55
(113,111,85)
#67654E
(103,101,78)
#5D5B47
(93,91,71)
#535140
(83,81,64)
#494739
(73,71,57)
#3F3D32
(63,61,50)
#35332B
(53,51,43)
#2B2924
(43,41,36)
#211F1D
(33,31,29)
#171516
(23,21,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #716F55

#716F55
(113,111,85)
#7D7C64
(125,124,100)
#898973
(137,137,115)
#959682
(149,150,130)
#A1A391
(161,163,145)
#ADB0A0
(173,176,160)
#B9BDAF
(185,189,175)
#C5CABE
(197,202,190)
#D1D7CD
(209,215,205)
#DDE4DC
(221,228,220)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F55; }

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

This text font color is #716F55.


Background Color

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

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

This div background color is #716F55.


Border color

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

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

This div border color is #716F55.


Opacity

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

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

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

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

This text has shadow with #716F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F55 on black background.


Color preview on white background

This text has color #716F55 on white background.



Black color preview on #716F55 background

This text has black color on #716F55 background.


White color preview on #716F55 background

This text has white color on #716F55 background.