COLOR #715848

HEX: #715848
RGB: (113,88,72)

Color info

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

RGB color model

#715848 color RGB value is (113,88,72).

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

RGB channels and saturation

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

113
88
72

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

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 72 = 273 (100%)
R 113 of 273 ~ 41.39%
G 88 of 273 ~ 32.23%
B 72 of 273 ~ 26.37%

%41.39
%32.23
%26.37

CMYK color model

#715848 color CMYK value is (0,22,36,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,22,36,56)
C0M22Y36K56 
(0%,22%,36%,56%)
(0.00/0.22/0.36/0.56)	

CMYK percentages

%0
%22.12
%36.28
%55.69

Codes

Color #715848 in popluar color models

715848
RGB1138872
HSL23°22.16%36.27%
HSB/HSV23°36.28%44.31%
CMYK0.00%22.12%36.28%
55.69%

Color #715848 in popluar number systems.

HEX715848
Decimal1138872
Binary111000110110001001000
Octal161130110

Shades and tints

Shades of #715848

#715848
(113,88,72)
#675042
(103,80,66)
#5D483C
(93,72,60)
#534036
(83,64,54)
#493830
(73,56,48)
#3F302A
(63,48,42)
#352824
(53,40,36)
#2B201E
(43,32,30)
#211818
(33,24,24)
#171012
(23,16,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #715848

#715848
(113,88,72)
#7D6758
(125,103,88)
#897668
(137,118,104)
#958578
(149,133,120)
#A19488
(161,148,136)
#ADA398
(173,163,152)
#B9B2A8
(185,178,168)
#C5C1B8
(197,193,184)
#D1D0C8
(209,208,200)
#DDDFD8
(221,223,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715848; }

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

This text font color is #715848.


Background Color

.myBgColor { background-color: #715848; }

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

This div background color is #715848.


Border color

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

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

This div border color is #715848.


Opacity

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

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

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

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

This text has shadow with #715848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715848 on black background.


Color preview on white background

This text has color #715848 on white background.



Black color preview on #715848 background

This text has black color on #715848 background.


White color preview on #715848 background

This text has white color on #715848 background.