COLOR #716852

HEX: #716852
RGB: (113,104,82)

Color info

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

RGB color model

#716852 color RGB value is (113,104,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 82 of 255 = 32%

113
104
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 82 = 299 (100%)
R 113 of 299 ~ 37.79%
G 104 of 299 ~ 34.78%
B 82 of 299 ~ 27.42%

%37.79
%34.78
%27.42

CMYK color model

#716852 color CMYK value is (0,8,27,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,8,27,56)
C0M8Y27K56 
(0%,8%,27%,56%)
(0.00/0.08/0.27/0.56)	

CMYK percentages

%0
%7.96
%27.43
%55.69

Codes

Color #716852 in popluar color models

716852
RGB11310482
HSL43°15.90%38.24%
HSB/HSV43°27.43%44.31%
CMYK0.00%7.96%27.43%
55.69%

Color #716852 in popluar number systems.

HEX716852
Decimal11310482
Binary111000111010001010010
Octal161150122

Shades and tints

Shades of #716852

#716852
(113,104,82)
#675F4B
(103,95,75)
#5D5644
(93,86,68)
#534D3D
(83,77,61)
#494436
(73,68,54)
#3F3B2F
(63,59,47)
#353228
(53,50,40)
#2B2921
(43,41,33)
#21201A
(33,32,26)
#171713
(23,23,19)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #716852

#716852
(113,104,82)
#7D7561
(125,117,97)
#898270
(137,130,112)
#958F7F
(149,143,127)
#A19C8E
(161,156,142)
#ADA99D
(173,169,157)
#B9B6AC
(185,182,172)
#C5C3BB
(197,195,187)
#D1D0CA
(209,208,202)
#DDDDD9
(221,221,217)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716852; }

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

This text font color is #716852.


Background Color

.myBgColor { background-color: #716852; }

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

This div background color is #716852.


Border color

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

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

This div border color is #716852.


Opacity

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

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

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

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

This text has shadow with #716852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716852 on black background.


Color preview on white background

This text has color #716852 on white background.



Black color preview on #716852 background

This text has black color on #716852 background.


White color preview on #716852 background

This text has white color on #716852 background.