COLOR #716D45

HEX: #716D45
RGB: (113,109,69)

Color info

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

RGB color model

#716D45 color RGB value is (113,109,69).

  • red value is 113;
  • green value is 109;
  • blue value is 69.
RGB:
(113,109,69)
(44%,43%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 69 of 255 = 27%

113
109
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 69 = 291 (100%)
R 113 of 291 ~ 38.83%
G 109 of 291 ~ 37.46%
B 69 of 291 ~ 23.71%

%38.83
%37.46
%23.71

CMYK color model

#716D45 color CMYK value is (0,4,39,56).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,4,39,56)
C0M4Y39K56 
(0%,4%,39%,56%)
(0.00/0.04/0.39/0.56)	

CMYK percentages

%0
%3.54
%38.94
%55.69

Codes

Color #716D45 in popluar color models

716D45
RGB11310969
HSL55°24.18%35.69%
HSB/HSV55°38.94%44.31%
CMYK0.00%3.54%38.94%
55.69%

Color #716D45 in popluar number systems.

HEX716D45
Decimal11310969
Binary111000111011011000101
Octal161155105

Shades and tints

Shades of #716D45

#716D45
(113,109,69)
#67643F
(103,100,63)
#5D5B39
(93,91,57)
#535233
(83,82,51)
#49492D
(73,73,45)
#3F4027
(63,64,39)
#353721
(53,55,33)
#2B2E1B
(43,46,27)
#212515
(33,37,21)
#171C0F
(23,28,15)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #716D45

#716D45
(113,109,69)
#7D7A55
(125,122,85)
#898765
(137,135,101)
#959475
(149,148,117)
#A1A185
(161,161,133)
#ADAE95
(173,174,149)
#B9BBA5
(185,187,165)
#C5C8B5
(197,200,181)
#D1D5C5
(209,213,197)
#DDE2D5
(221,226,213)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D45 color. Also use rgb(113,109,69) instead hex code.

Text Font Color

.myTextColor { color: #716D45; }

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

This text font color is #716D45.


Background Color

.myBgColor { background-color: #716D45; }

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

This div background color is #716D45.


Border color

.myBorderColor { border: 1px solid #716D45; }

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

This div border color is #716D45.


Opacity

.myOpacity80 { color: #716D45; opacity: 0.8; }

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

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

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

This text has shadow with #716D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D45 on black background.


Color preview on white background

This text has color #716D45 on white background.



Black color preview on #716D45 background

This text has black color on #716D45 background.


White color preview on #716D45 background

This text has white color on #716D45 background.