COLOR #716132

HEX: #716132
RGB: (113,97,50)

Color info

#716132 contains mainly red and green colors. Web safe color of #716132 is #666633 (or #663).

RGB color model

#716132 color RGB value is (113,97,50).

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

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 50 of 255 = 20%

113
97
50

R + G + B ~ 34%. #716132 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 50 = 260 (100%)
R 113 of 260 ~ 43.46%
G 97 of 260 ~ 37.31%
B 50 of 260 ~ 19.23%

%43.46
%37.31
%19.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,14,56,56)
C0M14Y56K56 
(0%,14%,56%,56%)
(0.00/0.14/0.56/0.56)	

CMYK percentages

%0
%14.16
%55.75
%55.69

Codes

Color #716132 in popluar color models

716132
RGB1139750
HSL45°38.65%31.96%
HSB/HSV45°55.75%44.31%
CMYK0.00%14.16%55.75%
55.69%

Color #716132 in popluar number systems.

HEX716132
Decimal1139750
Binary11100011100001110010
Octal16114162

Shades and tints

Shades of #716132

#716132
(113,97,50)
#67592E
(103,89,46)
#5D512A
(93,81,42)
#534926
(83,73,38)
#494122
(73,65,34)
#3F391E
(63,57,30)
#35311A
(53,49,26)
#2B2916
(43,41,22)
#212112
(33,33,18)
#17190E
(23,25,14)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #716132

#716132
(113,97,50)
#7D6F44
(125,111,68)
#897D56
(137,125,86)
#958B68
(149,139,104)
#A1997A
(161,153,122)
#ADA78C
(173,167,140)
#B9B59E
(185,181,158)
#C5C3B0
(197,195,176)
#D1D1C2
(209,209,194)
#DDDFD4
(221,223,212)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716132; }

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

This text font color is #716132.


Background Color

.myBgColor { background-color: #716132; }

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

This div background color is #716132.


Border color

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

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

This div border color is #716132.


Opacity

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

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

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

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

This text has shadow with #716132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716132 on black background.


Color preview on white background

This text has color #716132 on white background.



Black color preview on #716132 background

This text has black color on #716132 background.


White color preview on #716132 background

This text has white color on #716132 background.