COLOR #716851

HEX: #716851
RGB: (113,104,81)

Color info

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

RGB color model

#716851 color RGB value is (113,104,81).

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

RGB channels and saturation

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

113
104
81

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 81 = 298 (100%)
R 113 of 298 ~ 37.92%
G 104 of 298 ~ 34.9%
B 81 of 298 ~ 27.18%

%37.92
%34.9
%27.18

CMYK color model

#716851 color CMYK value is (0,8,28,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 28.32%
  • key color value is 55.69%
CMYK:
(0,8,28,56)
C0M8Y28K56 
(0%,8%,28%,56%)
(0.00/0.08/0.28/0.56)	

CMYK percentages

%0
%7.96
%28.32
%55.69

Codes

Color #716851 in popluar color models

716851
RGB11310481
HSL43°16.49%38.04%
HSB/HSV43°28.32%44.31%
CMYK0.00%7.96%28.32%
55.69%

Color #716851 in popluar number systems.

HEX716851
Decimal11310481
Binary111000111010001010001
Octal161150121

Shades and tints

Shades of #716851

#716851
(113,104,81)
#675F4A
(103,95,74)
#5D5643
(93,86,67)
#534D3C
(83,77,60)
#494435
(73,68,53)
#3F3B2E
(63,59,46)
#353227
(53,50,39)
#2B2920
(43,41,32)
#212019
(33,32,25)
#171712
(23,23,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #716851

#716851
(113,104,81)
#7D7560
(125,117,96)
#89826F
(137,130,111)
#958F7E
(149,143,126)
#A19C8D
(161,156,141)
#ADA99C
(173,169,156)
#B9B6AB
(185,182,171)
#C5C3BA
(197,195,186)
#D1D0C9
(209,208,201)
#DDDDD8
(221,221,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716851; }

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

This text font color is #716851.


Background Color

.myBgColor { background-color: #716851; }

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

This div background color is #716851.


Border color

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

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

This div border color is #716851.


Opacity

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

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

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

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

This text has shadow with #716851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716851 on black background.


Color preview on white background

This text has color #716851 on white background.



Black color preview on #716851 background

This text has black color on #716851 background.


White color preview on #716851 background

This text has white color on #716851 background.