COLOR #716B55

HEX: #716B55
RGB: (113,107,85)

Color info

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

RGB color model

#716B55 color RGB value is (113,107,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 85 of 255 = 33%

113
107
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 85 = 305 (100%)
R 113 of 305 ~ 37.05%
G 107 of 305 ~ 35.08%
B 85 of 305 ~ 27.87%

%37.05
%35.08
%27.87

CMYK color model

#716B55 color CMYK value is (0,5,25,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,5,25,56)
C0M5Y25K56 
(0%,5%,25%,56%)
(0.00/0.05/0.25/0.56)	

CMYK percentages

%0
%5.31
%24.78
%55.69

Codes

Color #716B55 in popluar color models

716B55
RGB11310785
HSL47°14.14%38.82%
HSB/HSV47°24.78%44.31%
CMYK0.00%5.31%24.78%
55.69%

Color #716B55 in popluar number systems.

HEX716B55
Decimal11310785
Binary111000111010111010101
Octal161153125

Shades and tints

Shades of #716B55

#716B55
(113,107,85)
#67624E
(103,98,78)
#5D5947
(93,89,71)
#535040
(83,80,64)
#494739
(73,71,57)
#3F3E32
(63,62,50)
#35352B
(53,53,43)
#2B2C24
(43,44,36)
#21231D
(33,35,29)
#171A16
(23,26,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #716B55

#716B55
(113,107,85)
#7D7864
(125,120,100)
#898573
(137,133,115)
#959282
(149,146,130)
#A19F91
(161,159,145)
#ADACA0
(173,172,160)
#B9B9AF
(185,185,175)
#C5C6BE
(197,198,190)
#D1D3CD
(209,211,205)
#DDE0DC
(221,224,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B55; }

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

This text font color is #716B55.


Background Color

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

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

This div background color is #716B55.


Border color

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

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

This div border color is #716B55.


Opacity

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

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

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

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

This text has shadow with #716B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B55 on black background.


Color preview on white background

This text has color #716B55 on white background.



Black color preview on #716B55 background

This text has black color on #716B55 background.


White color preview on #716B55 background

This text has white color on #716B55 background.