COLOR #716842

HEX: #716842
RGB: (113,104,66)

Color info

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

RGB color model

#716842 color RGB value is (113,104,66).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 66 of 255 = 26%

113
104
66

R + G + B ~ 37%. #716842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 66 = 283 (100%)
R 113 of 283 ~ 39.93%
G 104 of 283 ~ 36.75%
B 66 of 283 ~ 23.32%

%39.93
%36.75
%23.32

CMYK color model

#716842 color CMYK value is (0,8,42,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(0,8,42,56)
C0M8Y42K56 
(0%,8%,42%,56%)
(0.00/0.08/0.42/0.56)	

CMYK percentages

%0
%7.96
%41.59
%55.69

Codes

Color #716842 in popluar color models

716842
RGB11310466
HSL49°26.26%35.10%
HSB/HSV49°41.59%44.31%
CMYK0.00%7.96%41.59%
55.69%

Color #716842 in popluar number systems.

HEX716842
Decimal11310466
Binary111000111010001000010
Octal161150102

Shades and tints

Shades of #716842

#716842
(113,104,66)
#675F3C
(103,95,60)
#5D5636
(93,86,54)
#534D30
(83,77,48)
#49442A
(73,68,42)
#3F3B24
(63,59,36)
#35321E
(53,50,30)
#2B2918
(43,41,24)
#212012
(33,32,18)
#17170C
(23,23,12)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #716842

#716842
(113,104,66)
#7D7553
(125,117,83)
#898264
(137,130,100)
#958F75
(149,143,117)
#A19C86
(161,156,134)
#ADA997
(173,169,151)
#B9B6A8
(185,182,168)
#C5C3B9
(197,195,185)
#D1D0CA
(209,208,202)
#DDDDDB
(221,221,219)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716842; }

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

This text font color is #716842.


Background Color

.myBgColor { background-color: #716842; }

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

This div background color is #716842.


Border color

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

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

This div border color is #716842.


Opacity

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

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

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

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

This text has shadow with #716842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716842 on black background.


Color preview on white background

This text has color #716842 on white background.



Black color preview on #716842 background

This text has black color on #716842 background.


White color preview on #716842 background

This text has white color on #716842 background.