COLOR #895E79

HEX: #895E79
RGB: (137,94,121)

Color info

#895E79 contains red, green and blue colors in about the same proportion. Web safe color of #895E79 is #996666 (or #966).

RGB color model

#895E79 color RGB value is (137,94,121).

  • red value is 137;
  • green value is 94;
  • blue value is 121.
RGB:
(137,94,121)
(54%,37%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 121 of 255 = 47%

137
94
121

R + G + B ~ 46%. #895E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 121 = 352 (100%)
R 137 of 352 ~ 38.92%
G 94 of 352 ~ 26.7%
B 121 of 352 ~ 34.38%

%38.92
%26.7
%34.38

CMYK color model

#895E79 color CMYK value is (0,31,12,46).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,31,12,46)
C0M31Y12K46 
(0%,31%,12%,46%)
(0.00/0.31/0.12/0.46)	

CMYK percentages

%0
%31.39
%11.68
%46.27

Codes

Color #895E79 in popluar color models

895E79
RGB13794121
HSL322°18.61%45.29%
HSB/HSV322°31.39%53.73%
CMYK0.00%31.39%11.68%
46.27%

Color #895E79 in popluar number systems.

HEX895E79
Decimal13794121
Binary1000100110111101111001
Octal211136171

Shades and tints

Shades of #895E79

#895E79
(137,94,121)
#7D566E
(125,86,110)
#714E63
(113,78,99)
#654658
(101,70,88)
#593E4D
(89,62,77)
#4D3642
(77,54,66)
#412E37
(65,46,55)
#35262C
(53,38,44)
#291E21
(41,30,33)
#1D1616
(29,22,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #895E79

#895E79
(137,94,121)
#936C85
(147,108,133)
#9D7A91
(157,122,145)
#A7889D
(167,136,157)
#B196A9
(177,150,169)
#BBA4B5
(187,164,181)
#C5B2C1
(197,178,193)
#CFC0CD
(207,192,205)
#D9CED9
(217,206,217)
#E3DCE5
(227,220,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895E79 color. Also use rgb(137,94,121) instead hex code.

Text Font Color

.myTextColor { color: #895E79; }

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

This text font color is #895E79.


Background Color

.myBgColor { background-color: #895E79; }

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

This div background color is #895E79.


Border color

.myBorderColor { border: 1px solid #895E79; }

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

This div border color is #895E79.


Opacity

.myOpacity80 { color: #895E79; opacity: 0.8; }

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

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

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

This text has shadow with #895E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895E79 on black background.


Color preview on white background

This text has color #895E79 on white background.



Black color preview on #895E79 background

This text has black color on #895E79 background.


White color preview on #895E79 background

This text has white color on #895E79 background.