COLOR #895A7B

HEX: #895A7B RGB: (137,90,123)

Color info

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

RGB color model

#895A7B color RGB value is (137,90,123).

RGB: (137,90,123) (54%, 35%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 123 of 255 = 48%

137
90
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 90 + 123 = 350 (100%)
R 137 of 350 ~ 39.14%
G 90 of 350 ~ 25.71%
B 123 of 350 ~ 35.14'%

%39.14
%25.71
%35.14

CMYK color model

#895A7B color CMYK value is (0,34,10,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (0,34,10,46)
C0M34Y10K46 (0%, 34%, 10%, 46%)
(0.00 / 0.34 / 0.10 / 0.46)

CMYK percentages

%0
%34.31
%10.22
%46.27

Codes

Color #895A7B in popluar color models

89 5A 7B
RGB 137 90 123
HSL 318° 20.70% 44.51%
HSB/HSV 318° 34.31% 53.73%
CMYK 0.00% 34.31% 10.22%
46.27%

Color #895A7B in popluar number systems.

HEX 89 5A 7B
Decimal 137 90 123
Binary 10001001 1011010 1111011
Octal 211 132 173

Shades and tints

Shades of #895A7B

#895A7B
(137,90,123)
#7D5270
(125,82,112)
#714A65
(113,74,101)
#65425A
(101,66,90)
#593A4F
(89,58,79)
#4D3244
(77,50,68)
#412A39
(65,42,57)
#35222E
(53,34,46)
#291A23
(41,26,35)
#1D1218
(29,18,24)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #895A7B

#895A7B
(137,90,123)
#936987
(147,105,135)
#9D7893
(157,120,147)
#A7879F
(167,135,159)
#B196AB
(177,150,171)
#BBA5B7
(187,165,183)
#C5B4C3
(197,180,195)
#CFC3CF
(207,195,207)
#D9D2DB
(217,210,219)
#E3E1E7
(227,225,231)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895A7B; }

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

This text font color is #895A7B.

Background Color

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

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

This div background color is #895A7B.

Border color

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

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

This div border color is #895A7B.

Opacity

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

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

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

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

This text has shadow with #895A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895A7B.

Preview

Color preview on black background

This text has color #895A7B on black background.


Color preview on white background

This text has color #895A7B on white background.


Black color preview on #895A7B background

This text has black color on #895A7B background.


White color preview on #895A7B background

This text has white color on #895A7B background.


Related colors

Complementary color

Complementary color for #hex is #76A584.


I love getcolorcode.com

Triadic colors

1 #7B895A and #5A7B89 with #895A7B are triadic colors.

2 #7B5A89 and #5A897B with #895A7B are triadic colors.