COLOR #715D47

HEX: #715D47
RGB: (113,93,71)

Color info

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

RGB color model

#715D47 color RGB value is (113,93,71).

  • red value is 113;
  • green value is 93;
  • blue value is 71.
RGB:
(113,93,71)
(44%,36%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 71 of 255 = 28%

113
93
71

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 71 = 277 (100%)
R 113 of 277 ~ 40.79%
G 93 of 277 ~ 33.57%
B 71 of 277 ~ 25.63%

%40.79
%33.57
%25.63

CMYK color model

#715D47 color CMYK value is (0,18,37,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 37.17%
  • key color value is 55.69%
CMYK:
(0,18,37,56)
C0M18Y37K56 
(0%,18%,37%,56%)
(0.00/0.18/0.37/0.56)	

CMYK percentages

%0
%17.7
%37.17
%55.69

Codes

Color #715D47 in popluar color models

715D47
RGB1139371
HSL31°22.83%36.08%
HSB/HSV31°37.17%44.31%
CMYK0.00%17.70%37.17%
55.69%

Color #715D47 in popluar number systems.

HEX715D47
Decimal1139371
Binary111000110111011000111
Octal161135107

Shades and tints

Shades of #715D47

#715D47
(113,93,71)
#675541
(103,85,65)
#5D4D3B
(93,77,59)
#534535
(83,69,53)
#493D2F
(73,61,47)
#3F3529
(63,53,41)
#352D23
(53,45,35)
#2B251D
(43,37,29)
#211D17
(33,29,23)
#171511
(23,21,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #715D47

#715D47
(113,93,71)
#7D6B57
(125,107,87)
#897967
(137,121,103)
#958777
(149,135,119)
#A19587
(161,149,135)
#ADA397
(173,163,151)
#B9B1A7
(185,177,167)
#C5BFB7
(197,191,183)
#D1CDC7
(209,205,199)
#DDDBD7
(221,219,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715D47 color. Also use rgb(113,93,71) instead hex code.

Text Font Color

.myTextColor { color: #715D47; }

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

This text font color is #715D47.


Background Color

.myBgColor { background-color: #715D47; }

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

This div background color is #715D47.


Border color

.myBorderColor { border: 1px solid #715D47; }

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

This div border color is #715D47.


Opacity

.myOpacity80 { color: #715D47; opacity: 0.8; }

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

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

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

This text has shadow with #715D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D47 on black background.


Color preview on white background

This text has color #715D47 on white background.



Black color preview on #715D47 background

This text has black color on #715D47 background.


White color preview on #715D47 background

This text has white color on #715D47 background.