COLOR #895A6E

HEX: #895A6E
RGB: (137,90,110)

Color info

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

RGB color model

#895A6E color RGB value is (137,90,110).

  • red value is 137;
  • green value is 90;
  • blue value is 110.
RGB:
(137,90,110)
(54%,35%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 110 of 255 = 43%

137
90
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 90 + 110 = 337 (100%)
R 137 of 337 ~ 40.65%
G 90 of 337 ~ 26.71%
B 110 of 337 ~ 32.64%

%40.65
%26.71
%32.64

CMYK color model

#895A6E color CMYK value is (0,34,20,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(0,34,20,46)
C0M34Y20K46 
(0%,34%,20%,46%)
(0.00/0.34/0.20/0.46)	

CMYK percentages

%0
%34.31
%19.71
%46.27

Codes

Color #895A6E in popluar color models

895A6E
RGB13790110
HSL334°20.70%44.51%
HSB/HSV334°34.31%53.73%
CMYK0.00%34.31%19.71%
46.27%

Color #895A6E in popluar number systems.

HEX895A6E
Decimal13790110
Binary1000100110110101101110
Octal211132156

Shades and tints

Shades of #895A6E

#895A6E
(137,90,110)
#7D5264
(125,82,100)
#714A5A
(113,74,90)
#654250
(101,66,80)
#593A46
(89,58,70)
#4D323C
(77,50,60)
#412A32
(65,42,50)
#352228
(53,34,40)
#291A1E
(41,26,30)
#1D1214
(29,18,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #895A6E

#895A6E
(137,90,110)
#93697B
(147,105,123)
#9D7888
(157,120,136)
#A78795
(167,135,149)
#B196A2
(177,150,162)
#BBA5AF
(187,165,175)
#C5B4BC
(197,180,188)
#CFC3C9
(207,195,201)
#D9D2D6
(217,210,214)
#E3E1E3
(227,225,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A6E color. Also use rgb(137,90,110) instead hex code.

Text Font Color

.myTextColor { color: #895A6E; }

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

This text font color is #895A6E.


Background Color

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

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

This div background color is #895A6E.


Border color

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

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

This div border color is #895A6E.


Opacity

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

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

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

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

This text has shadow with #895A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895A6E on black background.


Color preview on white background

This text has color #895A6E on white background.



Black color preview on #895A6E background

This text has black color on #895A6E background.


White color preview on #895A6E background

This text has white color on #895A6E background.