COLOR #716844

HEX: #716844
RGB: (113,104,68)

Color info

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

RGB color model

#716844 color RGB value is (113,104,68).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 68 of 255 = 27%

113
104
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 68 = 285 (100%)
R 113 of 285 ~ 39.65%
G 104 of 285 ~ 36.49%
B 68 of 285 ~ 23.86%

%39.65
%36.49
%23.86

CMYK color model

#716844 color CMYK value is (0,8,40,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,8,40,56)
C0M8Y40K56 
(0%,8%,40%,56%)
(0.00/0.08/0.40/0.56)	

CMYK percentages

%0
%7.96
%39.82
%55.69

Codes

Color #716844 in popluar color models

716844
RGB11310468
HSL48°24.86%35.49%
HSB/HSV48°39.82%44.31%
CMYK0.00%7.96%39.82%
55.69%

Color #716844 in popluar number systems.

HEX716844
Decimal11310468
Binary111000111010001000100
Octal161150104

Shades and tints

Shades of #716844

#716844
(113,104,68)
#675F3E
(103,95,62)
#5D5638
(93,86,56)
#534D32
(83,77,50)
#49442C
(73,68,44)
#3F3B26
(63,59,38)
#353220
(53,50,32)
#2B291A
(43,41,26)
#212014
(33,32,20)
#17170E
(23,23,14)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #716844

#716844
(113,104,68)
#7D7555
(125,117,85)
#898266
(137,130,102)
#958F77
(149,143,119)
#A19C88
(161,156,136)
#ADA999
(173,169,153)
#B9B6AA
(185,182,170)
#C5C3BB
(197,195,187)
#D1D0CC
(209,208,204)
#DDDDDD
(221,221,221)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716844; }

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

This text font color is #716844.


Background Color

.myBgColor { background-color: #716844; }

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

This div background color is #716844.


Border color

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

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

This div border color is #716844.


Opacity

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

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

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

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

This text has shadow with #716844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716844 on black background.


Color preview on white background

This text has color #716844 on white background.



Black color preview on #716844 background

This text has black color on #716844 background.


White color preview on #716844 background

This text has white color on #716844 background.