COLOR #715847

HEX: #715847
RGB: (113,88,71)

Color info

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

RGB color model

#715847 color RGB value is (113,88,71).

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

RGB channels and saturation

R 113 of 255 = 44%
G 88 of 255 = 35%
B 71 of 255 = 28%

113
88
71

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

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 71 = 272 (100%)
R 113 of 272 ~ 41.54%
G 88 of 272 ~ 32.35%
B 71 of 272 ~ 26.1%

%41.54
%32.35
%26.1

CMYK color model

#715847 color CMYK value is (0,22,37,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 37.17%
  • key color value is 55.69%
CMYK: (0,22,37,56) C0M22Y37K56 (0%,22%,37%,56%) (0.00/0.22/0.37/0.56)

CMYK percentages

%0
%22.12
%37.17
%55.69

Codes

Color #715847 in popluar color models

715847
RGB1138871
HSL24°22.83%36.08%
HSB/HSV24°37.17%44.31%
CMYK0.00%22.12%37.17%
55.69%

Color #715847 in popluar number systems.

HEX715847
Decimal1138871
Binary111000110110001000111
Octal161130107

Shades and tints

Shades of #715847

#715847
(113,88,71)
#675041
(103,80,65)
#5D483B
(93,72,59)
#534035
(83,64,53)
#49382F
(73,56,47)
#3F3029
(63,48,41)
#352823
(53,40,35)
#2B201D
(43,32,29)
#211817
(33,24,23)
#171011
(23,16,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #715847

#715847
(113,88,71)
#7D6757
(125,103,87)
#897667
(137,118,103)
#958577
(149,133,119)
#A19487
(161,148,135)
#ADA397
(173,163,151)
#B9B2A7
(185,178,167)
#C5C1B7
(197,193,183)
#D1D0C7
(209,208,199)
#DDDFD7
(221,223,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715847 color. Also use rgb(113,88,71) instead hex code.

Text Font Color

.myTextColor { color: #715847; }

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

This text font color is #715847.


Background Color

.myBgColor { background-color: #715847; }

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

This div background color is #715847.


Border color

.myBorderColor { border: 1px solid #715847; }

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

This div border color is #715847.


Opacity

.myOpacity80 { color: #715847; opacity: 0.8; }

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

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

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

This text has shadow with #715847 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #715847 on black background.


Color preview on white background

This text has color #715847 on white background.



Black color preview on #715847 background

This text has black color on #715847 background.


White color preview on #715847 background

This text has white color on #715847 background.