COLOR #715A45

HEX: #715A45
RGB: (113,90,69)

Color info

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

RGB color model

#715A45 color RGB value is (113,90,69).

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

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 69 of 255 = 27%

113
90
69

R + G + B ~ 35%. #715A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 69 = 272 (100%)
R 113 of 272 ~ 41.54%
G 90 of 272 ~ 33.09%
B 69 of 272 ~ 25.37%

%41.54
%33.09
%25.37

CMYK color model

#715A45 color CMYK value is (0,20,39,56).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,20,39,56)
C0M20Y39K56 
(0%,20%,39%,56%)
(0.00/0.20/0.39/0.56)	

CMYK percentages

%0
%20.35
%38.94
%55.69

Codes

Color #715A45 in popluar color models

715A45
RGB1139069
HSL29°24.18%35.69%
HSB/HSV29°38.94%44.31%
CMYK0.00%20.35%38.94%
55.69%

Color #715A45 in popluar number systems.

HEX715A45
Decimal1139069
Binary111000110110101000101
Octal161132105

Shades and tints

Shades of #715A45

#715A45
(113,90,69)
#67523F
(103,82,63)
#5D4A39
(93,74,57)
#534233
(83,66,51)
#493A2D
(73,58,45)
#3F3227
(63,50,39)
#352A21
(53,42,33)
#2B221B
(43,34,27)
#211A15
(33,26,21)
#17120F
(23,18,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #715A45

#715A45
(113,90,69)
#7D6955
(125,105,85)
#897865
(137,120,101)
#958775
(149,135,117)
#A19685
(161,150,133)
#ADA595
(173,165,149)
#B9B4A5
(185,180,165)
#C5C3B5
(197,195,181)
#D1D2C5
(209,210,197)
#DDE1D5
(221,225,213)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715A45; }

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

This text font color is #715A45.


Background Color

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

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

This div background color is #715A45.


Border color

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

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

This div border color is #715A45.


Opacity

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

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

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

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

This text has shadow with #715A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A45 on black background.


Color preview on white background

This text has color #715A45 on white background.



Black color preview on #715A45 background

This text has black color on #715A45 background.


White color preview on #715A45 background

This text has white color on #715A45 background.