COLOR #716145

HEX: #716145
RGB: (113,97,69)

Color info

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

RGB color model

#716145 color RGB value is (113,97,69).

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

RGB channels and saturation

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

113
97
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 69 = 279 (100%)
R 113 of 279 ~ 40.5%
G 97 of 279 ~ 34.77%
B 69 of 279 ~ 24.73%

%40.5
%34.77
%24.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,14,39,56)
C0M14Y39K56 
(0%,14%,39%,56%)
(0.00/0.14/0.39/0.56)	

CMYK percentages

%0
%14.16
%38.94
%55.69

Codes

Color #716145 in popluar color models

716145
RGB1139769
HSL38°24.18%35.69%
HSB/HSV38°38.94%44.31%
CMYK0.00%14.16%38.94%
55.69%

Color #716145 in popluar number systems.

HEX716145
Decimal1139769
Binary111000111000011000101
Octal161141105

Shades and tints

Shades of #716145

#716145
(113,97,69)
#67593F
(103,89,63)
#5D5139
(93,81,57)
#534933
(83,73,51)
#49412D
(73,65,45)
#3F3927
(63,57,39)
#353121
(53,49,33)
#2B291B
(43,41,27)
#212115
(33,33,21)
#17190F
(23,25,15)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #716145

#716145
(113,97,69)
#7D6F55
(125,111,85)
#897D65
(137,125,101)
#958B75
(149,139,117)
#A19985
(161,153,133)
#ADA795
(173,167,149)
#B9B5A5
(185,181,165)
#C5C3B5
(197,195,181)
#D1D1C5
(209,209,197)
#DDDFD5
(221,223,213)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716145; }

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

This text font color is #716145.


Background Color

.myBgColor { background-color: #716145; }

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

This div background color is #716145.


Border color

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

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

This div border color is #716145.


Opacity

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

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

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

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

This text has shadow with #716145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716145 on black background.


Color preview on white background

This text has color #716145 on white background.



Black color preview on #716145 background

This text has black color on #716145 background.


White color preview on #716145 background

This text has white color on #716145 background.