COLOR #716146

HEX: #716146
RGB: (113,97,70)

Color info

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

RGB color model

#716146 color RGB value is (113,97,70).

  • red value is 113;
  • green value is 97;
  • blue value is 70.
RGB:
(113,97,70)
(44%,38%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 70 of 255 = 27%

113
97
70

R + G + B ~ 36%. #716146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 70 = 280 (100%)
R 113 of 280 ~ 40.36%
G 97 of 280 ~ 34.64%
B 70 of 280 ~ 25%

%40.36
%34.64
%25

CMYK color model

#716146 color CMYK value is (0,14,38,56).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(0,14,38,56)
C0M14Y38K56 
(0%,14%,38%,56%)
(0.00/0.14/0.38/0.56)	

CMYK percentages

%0
%14.16
%38.05
%55.69

Codes

Color #716146 in popluar color models

716146
RGB1139770
HSL38°23.50%35.88%
HSB/HSV38°38.05%44.31%
CMYK0.00%14.16%38.05%
55.69%

Color #716146 in popluar number systems.

HEX716146
Decimal1139770
Binary111000111000011000110
Octal161141106

Shades and tints

Shades of #716146

#716146
(113,97,70)
#675940
(103,89,64)
#5D513A
(93,81,58)
#534934
(83,73,52)
#49412E
(73,65,46)
#3F3928
(63,57,40)
#353122
(53,49,34)
#2B291C
(43,41,28)
#212116
(33,33,22)
#171910
(23,25,16)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #716146

#716146
(113,97,70)
#7D6F56
(125,111,86)
#897D66
(137,125,102)
#958B76
(149,139,118)
#A19986
(161,153,134)
#ADA796
(173,167,150)
#B9B5A6
(185,181,166)
#C5C3B6
(197,195,182)
#D1D1C6
(209,209,198)
#DDDFD6
(221,223,214)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716146 color. Also use rgb(113,97,70) instead hex code.

Text Font Color

.myTextColor { color: #716146; }

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

This text font color is #716146.


Background Color

.myBgColor { background-color: #716146; }

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

This div background color is #716146.


Border color

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

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

This div border color is #716146.


Opacity

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

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

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

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

This text has shadow with #716146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716146 on black background.


Color preview on white background

This text has color #716146 on white background.



Black color preview on #716146 background

This text has black color on #716146 background.


White color preview on #716146 background

This text has white color on #716146 background.