COLOR #716C45

HEX: #716C45
RGB: (113,108,69)

Color info

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

RGB color model

#716C45 color RGB value is (113,108,69).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 69 of 255 = 27%

113
108
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 69 = 290 (100%)
R 113 of 290 ~ 38.97%
G 108 of 290 ~ 37.24%
B 69 of 290 ~ 23.79%

%38.97
%37.24
%23.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • 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
%4.42
%38.94
%55.69

Codes

Color #716C45 in popluar color models

716C45
RGB11310869
HSL53°24.18%35.69%
HSB/HSV53°38.94%44.31%
CMYK0.00%4.42%38.94%
55.69%

Color #716C45 in popluar number systems.

HEX716C45
Decimal11310869
Binary111000111011001000101
Octal161154105

Shades and tints

Shades of #716C45

#716C45
(113,108,69)
#67633F
(103,99,63)
#5D5A39
(93,90,57)
#535133
(83,81,51)
#49482D
(73,72,45)
#3F3F27
(63,63,39)
#353621
(53,54,33)
#2B2D1B
(43,45,27)
#212415
(33,36,21)
#171B0F
(23,27,15)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #716C45

#716C45
(113,108,69)
#7D7955
(125,121,85)
#898665
(137,134,101)
#959375
(149,147,117)
#A1A085
(161,160,133)
#ADAD95
(173,173,149)
#B9BAA5
(185,186,165)
#C5C7B5
(197,199,181)
#D1D4C5
(209,212,197)
#DDE1D5
(221,225,213)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C45; }

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

This text font color is #716C45.


Background Color

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

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

This div background color is #716C45.


Border color

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

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

This div border color is #716C45.


Opacity

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

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

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

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

This text has shadow with #716C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C45 on black background.


Color preview on white background

This text has color #716C45 on white background.



Black color preview on #716C45 background

This text has black color on #716C45 background.


White color preview on #716C45 background

This text has white color on #716C45 background.