COLOR #715A48

HEX: #715A48
RGB: (113,90,72)

Color info

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

RGB color model

#715A48 color RGB value is (113,90,72).

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

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 72 of 255 = 28%

113
90
72

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

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 72 = 275 (100%)
R 113 of 275 ~ 41.09%
G 90 of 275 ~ 32.73%
B 72 of 275 ~ 26.18%

%41.09
%32.73
%26.18

CMYK color model

#715A48 color CMYK value is (0,20,36,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,20,36,56)
C0M20Y36K56 
(0%,20%,36%,56%)
(0.00/0.20/0.36/0.56)	

CMYK percentages

%0
%20.35
%36.28
%55.69

Codes

Color #715A48 in popluar color models

715A48
RGB1139072
HSL26°22.16%36.27%
HSB/HSV26°36.28%44.31%
CMYK0.00%20.35%36.28%
55.69%

Color #715A48 in popluar number systems.

HEX715A48
Decimal1139072
Binary111000110110101001000
Octal161132110

Shades and tints

Shades of #715A48

#715A48
(113,90,72)
#675242
(103,82,66)
#5D4A3C
(93,74,60)
#534236
(83,66,54)
#493A30
(73,58,48)
#3F322A
(63,50,42)
#352A24
(53,42,36)
#2B221E
(43,34,30)
#211A18
(33,26,24)
#171212
(23,18,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #715A48

#715A48
(113,90,72)
#7D6958
(125,105,88)
#897868
(137,120,104)
#958778
(149,135,120)
#A19688
(161,150,136)
#ADA598
(173,165,152)
#B9B4A8
(185,180,168)
#C5C3B8
(197,195,184)
#D1D2C8
(209,210,200)
#DDE1D8
(221,225,216)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715A48; }

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

This text font color is #715A48.


Background Color

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

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

This div background color is #715A48.


Border color

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

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

This div border color is #715A48.


Opacity

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

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

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

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

This text has shadow with #715A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A48 on black background.


Color preview on white background

This text has color #715A48 on white background.



Black color preview on #715A48 background

This text has black color on #715A48 background.


White color preview on #715A48 background

This text has white color on #715A48 background.