COLOR #716D52

HEX: #716D52
RGB: (113,109,82)

Color info

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

RGB color model

#716D52 color RGB value is (113,109,82).

  • red value is 113;
  • green value is 109;
  • blue value is 82.
RGB:
(113,109,82)
(44%,43%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 82 of 255 = 32%

113
109
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 82 = 304 (100%)
R 113 of 304 ~ 37.17%
G 109 of 304 ~ 35.86%
B 82 of 304 ~ 26.97%

%37.17
%35.86
%26.97

CMYK color model

#716D52 color CMYK value is (0,4,27,56).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,4,27,56)
C0M4Y27K56 
(0%,4%,27%,56%)
(0.00/0.04/0.27/0.56)	

CMYK percentages

%0
%3.54
%27.43
%55.69

Codes

Color #716D52 in popluar color models

716D52
RGB11310982
HSL52°15.90%38.24%
HSB/HSV52°27.43%44.31%
CMYK0.00%3.54%27.43%
55.69%

Color #716D52 in popluar number systems.

HEX716D52
Decimal11310982
Binary111000111011011010010
Octal161155122

Shades and tints

Shades of #716D52

#716D52
(113,109,82)
#67644B
(103,100,75)
#5D5B44
(93,91,68)
#53523D
(83,82,61)
#494936
(73,73,54)
#3F402F
(63,64,47)
#353728
(53,55,40)
#2B2E21
(43,46,33)
#21251A
(33,37,26)
#171C13
(23,28,19)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #716D52

#716D52
(113,109,82)
#7D7A61
(125,122,97)
#898770
(137,135,112)
#95947F
(149,148,127)
#A1A18E
(161,161,142)
#ADAE9D
(173,174,157)
#B9BBAC
(185,187,172)
#C5C8BB
(197,200,187)
#D1D5CA
(209,213,202)
#DDE2D9
(221,226,217)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D52 color. Also use rgb(113,109,82) instead hex code.

Text Font Color

.myTextColor { color: #716D52; }

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

This text font color is #716D52.


Background Color

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

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

This div background color is #716D52.


Border color

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

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

This div border color is #716D52.


Opacity

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

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

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

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

This text has shadow with #716D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D52 on black background.


Color preview on white background

This text has color #716D52 on white background.



Black color preview on #716D52 background

This text has black color on #716D52 background.


White color preview on #716D52 background

This text has white color on #716D52 background.