COLOR #716B4C

HEX: #716B4C
RGB: (113,107,76)

Color info

#716B4C contains red, green and blue colors in about the same proportion. Web safe color of #716B4C is #666633 (or #663).

RGB color model

#716B4C color RGB value is (113,107,76).

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

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 76 of 255 = 30%

113
107
76

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 76 = 296 (100%)
R 113 of 296 ~ 38.18%
G 107 of 296 ~ 36.15%
B 76 of 296 ~ 25.68%

%38.18
%36.15
%25.68

CMYK color model

#716B4C color CMYK value is (0,5,33,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(0,5,33,56)
C0M5Y33K56 
(0%,5%,33%,56%)
(0.00/0.05/0.33/0.56)	

CMYK percentages

%0
%5.31
%32.74
%55.69

Codes

Color #716B4C in popluar color models

716B4C
RGB11310776
HSL50°19.58%37.06%
HSB/HSV50°32.74%44.31%
CMYK0.00%5.31%32.74%
55.69%

Color #716B4C in popluar number systems.

HEX716B4C
Decimal11310776
Binary111000111010111001100
Octal161153114

Shades and tints

Shades of #716B4C

#716B4C
(113,107,76)
#676246
(103,98,70)
#5D5940
(93,89,64)
#53503A
(83,80,58)
#494734
(73,71,52)
#3F3E2E
(63,62,46)
#353528
(53,53,40)
#2B2C22
(43,44,34)
#21231C
(33,35,28)
#171A16
(23,26,22)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #716B4C

#716B4C
(113,107,76)
#7D785C
(125,120,92)
#89856C
(137,133,108)
#95927C
(149,146,124)
#A19F8C
(161,159,140)
#ADAC9C
(173,172,156)
#B9B9AC
(185,185,172)
#C5C6BC
(197,198,188)
#D1D3CC
(209,211,204)
#DDE0DC
(221,224,220)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B4C; }

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

This text font color is #716B4C.


Background Color

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

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

This div background color is #716B4C.


Border color

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

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

This div border color is #716B4C.


Opacity

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

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

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

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

This text has shadow with #716B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B4C on black background.


Color preview on white background

This text has color #716B4C on white background.



Black color preview on #716B4C background

This text has black color on #716B4C background.


White color preview on #716B4C background

This text has white color on #716B4C background.