COLOR #715A49

HEX: #715A49
RGB: (113,90,73)

Color info

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

RGB color model

#715A49 color RGB value is (113,90,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 73 of 255 = 29%

113
90
73

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

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 73 = 276 (100%)
R 113 of 276 ~ 40.94%
G 90 of 276 ~ 32.61%
B 73 of 276 ~ 26.45%

%40.94
%32.61
%26.45

CMYK color model

#715A49 color CMYK value is (0,20,35,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,20,35,56)
C0M20Y35K56 
(0%,20%,35%,56%)
(0.00/0.20/0.35/0.56)	

CMYK percentages

%0
%20.35
%35.4
%55.69

Codes

Color #715A49 in popluar color models

715A49
RGB1139073
HSL26°21.51%36.47%
HSB/HSV26°35.40%44.31%
CMYK0.00%20.35%35.40%
55.69%

Color #715A49 in popluar number systems.

HEX715A49
Decimal1139073
Binary111000110110101001001
Octal161132111

Shades and tints

Shades of #715A49

#715A49
(113,90,73)
#675243
(103,82,67)
#5D4A3D
(93,74,61)
#534237
(83,66,55)
#493A31
(73,58,49)
#3F322B
(63,50,43)
#352A25
(53,42,37)
#2B221F
(43,34,31)
#211A19
(33,26,25)
#171213
(23,18,19)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #715A49

#715A49
(113,90,73)
#7D6959
(125,105,89)
#897869
(137,120,105)
#958779
(149,135,121)
#A19689
(161,150,137)
#ADA599
(173,165,153)
#B9B4A9
(185,180,169)
#C5C3B9
(197,195,185)
#D1D2C9
(209,210,201)
#DDE1D9
(221,225,217)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715A49; }

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

This text font color is #715A49.


Background Color

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

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

This div background color is #715A49.


Border color

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

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

This div border color is #715A49.


Opacity

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

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

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

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

This text has shadow with #715A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A49 on black background.


Color preview on white background

This text has color #715A49 on white background.



Black color preview on #715A49 background

This text has black color on #715A49 background.


White color preview on #715A49 background

This text has white color on #715A49 background.