COLOR #716249

HEX: #716249
RGB: (113,98,73)

Color info

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

RGB color model

#716249 color RGB value is (113,98,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 73 of 255 = 29%

113
98
73

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 73 = 284 (100%)
R 113 of 284 ~ 39.79%
G 98 of 284 ~ 34.51%
B 73 of 284 ~ 25.7%

%39.79
%34.51
%25.7

CMYK color model

#716249 color CMYK value is (0,13,35,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,13,35,56)
C0M13Y35K56 
(0%,13%,35%,56%)
(0.00/0.13/0.35/0.56)	

CMYK percentages

%0
%13.27
%35.4
%55.69

Codes

Color #716249 in popluar color models

716249
RGB1139873
HSL38°21.51%36.47%
HSB/HSV38°35.40%44.31%
CMYK0.00%13.27%35.40%
55.69%

Color #716249 in popluar number systems.

HEX716249
Decimal1139873
Binary111000111000101001001
Octal161142111

Shades and tints

Shades of #716249

#716249
(113,98,73)
#675A43
(103,90,67)
#5D523D
(93,82,61)
#534A37
(83,74,55)
#494231
(73,66,49)
#3F3A2B
(63,58,43)
#353225
(53,50,37)
#2B2A1F
(43,42,31)
#212219
(33,34,25)
#171A13
(23,26,19)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #716249

#716249
(113,98,73)
#7D7059
(125,112,89)
#897E69
(137,126,105)
#958C79
(149,140,121)
#A19A89
(161,154,137)
#ADA899
(173,168,153)
#B9B6A9
(185,182,169)
#C5C4B9
(197,196,185)
#D1D2C9
(209,210,201)
#DDE0D9
(221,224,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716249; }

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

This text font color is #716249.


Background Color

.myBgColor { background-color: #716249; }

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

This div background color is #716249.


Border color

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

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

This div border color is #716249.


Opacity

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

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

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

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

This text has shadow with #716249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716249 on black background.


Color preview on white background

This text has color #716249 on white background.



Black color preview on #716249 background

This text has black color on #716249 background.


White color preview on #716249 background

This text has white color on #716249 background.