COLOR #716649

HEX: #716649
RGB: (113,102,73)

Color info

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

RGB color model

#716649 color RGB value is (113,102,73).

  • red value is 113;
  • green value is 102;
  • blue value is 73.
RGB:
(113,102,73)
(44%,40%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 73 of 255 = 29%

113
102
73

R + G + B ~ 38%. #716649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 73 = 288 (100%)
R 113 of 288 ~ 39.24%
G 102 of 288 ~ 35.42%
B 73 of 288 ~ 25.35%

%39.24
%35.42
%25.35

CMYK color model

#716649 color CMYK value is (0,10,35,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,10,35,56)
C0M10Y35K56 
(0%,10%,35%,56%)
(0.00/0.10/0.35/0.56)	

CMYK percentages

%0
%9.73
%35.4
%55.69

Codes

Color #716649 in popluar color models

716649
RGB11310273
HSL44°21.51%36.47%
HSB/HSV44°35.40%44.31%
CMYK0.00%9.73%35.40%
55.69%

Color #716649 in popluar number systems.

HEX716649
Decimal11310273
Binary111000111001101001001
Octal161146111

Shades and tints

Shades of #716649

#716649
(113,102,73)
#675D43
(103,93,67)
#5D543D
(93,84,61)
#534B37
(83,75,55)
#494231
(73,66,49)
#3F392B
(63,57,43)
#353025
(53,48,37)
#2B271F
(43,39,31)
#211E19
(33,30,25)
#171513
(23,21,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #716649

#716649
(113,102,73)
#7D7359
(125,115,89)
#898069
(137,128,105)
#958D79
(149,141,121)
#A19A89
(161,154,137)
#ADA799
(173,167,153)
#B9B4A9
(185,180,169)
#C5C1B9
(197,193,185)
#D1CEC9
(209,206,201)
#DDDBD9
(221,219,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716649 color. Also use rgb(113,102,73) instead hex code.

Text Font Color

.myTextColor { color: #716649; }

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

This text font color is #716649.


Background Color

.myBgColor { background-color: #716649; }

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

This div background color is #716649.


Border color

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

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

This div border color is #716649.


Opacity

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

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

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

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

This text has shadow with #716649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716649 on black background.


Color preview on white background

This text has color #716649 on white background.



Black color preview on #716649 background

This text has black color on #716649 background.


White color preview on #716649 background

This text has white color on #716649 background.