COLOR #895048

HEX: #895048
RGB: (137,80,72)

Color info

#895048 contains mainly red and green colors. Web safe color of #895048 is #996633 (or #963).

RGB color model

#895048 color RGB value is (137,80,72).

  • red value is 137;
  • green value is 80;
  • blue value is 72.
RGB:
(137,80,72)
(54%,31%,28%)

RGB channels and saturation

R 137 of 255 = 54%
G 80 of 255 = 31%
B 72 of 255 = 28%

137
80
72

R + G + B ~ 38%. #895048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 80 + 72 = 289 (100%)
R 137 of 289 ~ 47.4%
G 80 of 289 ~ 27.68%
B 72 of 289 ~ 24.91%

%47.4
%27.68
%24.91

CMYK color model

#895048 color CMYK value is (0,42,47,46).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 47.45%
  • key color value is 46.27%
CMYK:
(0,42,47,46)
C0M42Y47K46 
(0%,42%,47%,46%)
(0.00/0.42/0.47/0.46)	

CMYK percentages

%0
%41.61
%47.45
%46.27

Codes

Color #895048 in popluar color models

895048
RGB1378072
HSL31.10%40.98%
HSB/HSV47.45%53.73%
CMYK0.00%41.61%47.45%
46.27%

Color #895048 in popluar number systems.

HEX895048
Decimal1378072
Binary1000100110100001001000
Octal211120110

Shades and tints

Shades of #895048

#895048
(137,80,72)
#7D4942
(125,73,66)
#71423C
(113,66,60)
#653B36
(101,59,54)
#593430
(89,52,48)
#4D2D2A
(77,45,42)
#412624
(65,38,36)
#351F1E
(53,31,30)
#291818
(41,24,24)
#1D1112
(29,17,18)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #895048

#895048
(137,80,72)
#935F58
(147,95,88)
#9D6E68
(157,110,104)
#A77D78
(167,125,120)
#B18C88
(177,140,136)
#BB9B98
(187,155,152)
#C5AAA8
(197,170,168)
#CFB9B8
(207,185,184)
#D9C8C8
(217,200,200)
#E3D7D8
(227,215,216)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895048 color. Also use rgb(137,80,72) instead hex code.

Text Font Color

.myTextColor { color: #895048; }

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

This text font color is #895048.


Background Color

.myBgColor { background-color: #895048; }

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

This div background color is #895048.


Border color

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

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

This div border color is #895048.


Opacity

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

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

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

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

This text has shadow with #895048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895048 on black background.


Color preview on white background

This text has color #895048 on white background.



Black color preview on #895048 background

This text has black color on #895048 background.


White color preview on #895048 background

This text has white color on #895048 background.