COLOR #715F49

HEX: #715F49
RGB: (113,95,73)

Color info

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

RGB color model

#715F49 color RGB value is (113,95,73).

  • red value is 113;
  • green value is 95;
  • blue value is 73.
RGB:
(113,95,73)
(44%,37%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 73 of 255 = 29%

113
95
73

R + G + B ~ 37%. #715F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 73 = 281 (100%)
R 113 of 281 ~ 40.21%
G 95 of 281 ~ 33.81%
B 73 of 281 ~ 25.98%

%40.21
%33.81
%25.98

CMYK color model

#715F49 color CMYK value is (0,16,35,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,16,35,56)
C0M16Y35K56 
(0%,16%,35%,56%)
(0.00/0.16/0.35/0.56)	

CMYK percentages

%0
%15.93
%35.4
%55.69

Codes

Color #715F49 in popluar color models

715F49
RGB1139573
HSL33°21.51%36.47%
HSB/HSV33°35.40%44.31%
CMYK0.00%15.93%35.40%
55.69%

Color #715F49 in popluar number systems.

HEX715F49
Decimal1139573
Binary111000110111111001001
Octal161137111

Shades and tints

Shades of #715F49

#715F49
(113,95,73)
#675743
(103,87,67)
#5D4F3D
(93,79,61)
#534737
(83,71,55)
#493F31
(73,63,49)
#3F372B
(63,55,43)
#352F25
(53,47,37)
#2B271F
(43,39,31)
#211F19
(33,31,25)
#171713
(23,23,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #715F49

#715F49
(113,95,73)
#7D6D59
(125,109,89)
#897B69
(137,123,105)
#958979
(149,137,121)
#A19789
(161,151,137)
#ADA599
(173,165,153)
#B9B3A9
(185,179,169)
#C5C1B9
(197,193,185)
#D1CFC9
(209,207,201)
#DDDDD9
(221,221,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F49 color. Also use rgb(113,95,73) instead hex code.

Text Font Color

.myTextColor { color: #715F49; }

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

This text font color is #715F49.


Background Color

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

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

This div background color is #715F49.


Border color

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

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

This div border color is #715F49.


Opacity

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

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

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

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

This text has shadow with #715F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F49 on black background.


Color preview on white background

This text has color #715F49 on white background.



Black color preview on #715F49 background

This text has black color on #715F49 background.


White color preview on #715F49 background

This text has white color on #715F49 background.