COLOR #715D48

HEX: #715D48
RGB: (113,93,72)

Color info

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

RGB color model

#715D48 color RGB value is (113,93,72).

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

RGB channels and saturation

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

113
93
72

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 72 = 278 (100%)
R 113 of 278 ~ 40.65%
G 93 of 278 ~ 33.45%
B 72 of 278 ~ 25.9%

%40.65
%33.45
%25.9

CMYK color model

#715D48 color CMYK value is (0,18,36,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,18,36,56)
C0M18Y36K56 
(0%,18%,36%,56%)
(0.00/0.18/0.36/0.56)	

CMYK percentages

%0
%17.7
%36.28
%55.69

Codes

Color #715D48 in popluar color models

715D48
RGB1139372
HSL31°22.16%36.27%
HSB/HSV31°36.28%44.31%
CMYK0.00%17.70%36.28%
55.69%

Color #715D48 in popluar number systems.

HEX715D48
Decimal1139372
Binary111000110111011001000
Octal161135110

Shades and tints

Shades of #715D48

#715D48
(113,93,72)
#675542
(103,85,66)
#5D4D3C
(93,77,60)
#534536
(83,69,54)
#493D30
(73,61,48)
#3F352A
(63,53,42)
#352D24
(53,45,36)
#2B251E
(43,37,30)
#211D18
(33,29,24)
#171512
(23,21,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #715D48

#715D48
(113,93,72)
#7D6B58
(125,107,88)
#897968
(137,121,104)
#958778
(149,135,120)
#A19588
(161,149,136)
#ADA398
(173,163,152)
#B9B1A8
(185,177,168)
#C5BFB8
(197,191,184)
#D1CDC8
(209,205,200)
#DDDBD8
(221,219,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715D48; }

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

This text font color is #715D48.


Background Color

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

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

This div background color is #715D48.


Border color

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

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

This div border color is #715D48.


Opacity

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

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

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

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

This text has shadow with #715D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D48 on black background.


Color preview on white background

This text has color #715D48 on white background.



Black color preview on #715D48 background

This text has black color on #715D48 background.


White color preview on #715D48 background

This text has white color on #715D48 background.