COLOR #895C7D

HEX: #895C7D RGB: (137,92,125)

Color info

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

RGB color model

#895C7D color RGB value is (137,92,125).

RGB: (137,92,125) (54%, 36%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 125 of 255 = 49%

137
92
125

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

Portions of RGB colors in percentages

R + G + B = 137 + 92 + 125 = 354 (100%)
R 137 of 354 ~ 38.7%
G 92 of 354 ~ 25.99%
B 125 of 354 ~ 35.31'%

%38.7
%25.99
%35.31

CMYK color model

#895C7D color CMYK value is (0,33,9,46).

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 8.76%
  • key color value is 46.27%

CMYK: (0,33,9,46)
C0M33Y9K46 (0%, 33%, 9%, 46%)
(0.00 / 0.33 / 0.09 / 0.46)

CMYK percentages

%0
%32.85
%8.76
%46.27

Codes

Color #895C7D in popluar color models

89 5C 7D
RGB 137 92 125
HSL 316° 19.65% 44.90%
HSB/HSV 316° 32.85% 53.73%
CMYK 0.00% 32.85% 8.76%
46.27%

Color #895C7D in popluar number systems.

HEX 89 5C 7D
Decimal 137 92 125
Binary 10001001 1011100 1111101
Octal 211 134 175

Shades and tints

Shades of #895C7D

#895C7D
(137,92,125)
#7D5472
(125,84,114)
#714C67
(113,76,103)
#65445C
(101,68,92)
#593C51
(89,60,81)
#4D3446
(77,52,70)
#412C3B
(65,44,59)
#352430
(53,36,48)
#291C25
(41,28,37)
#1D141A
(29,20,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #895C7D

#895C7D
(137,92,125)
#936A88
(147,106,136)
#9D7893
(157,120,147)
#A7869E
(167,134,158)
#B194A9
(177,148,169)
#BBA2B4
(187,162,180)
#C5B0BF
(197,176,191)
#CFBECA
(207,190,202)
#D9CCD5
(217,204,213)
#E3DAE0
(227,218,224)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895C7D color. Also use rgb(137,92,125) instead hex code.

Text Font Color

.myTextColor { color: #895C7D; }

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

This text font color is #895C7D.

Background Color

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

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

This div background color is #895C7D.

Border color

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

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

This div border color is #895C7D.

Opacity

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

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

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

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

This text has shadow with #895C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895C7D.

Preview

Color preview on black background

This text has color #895C7D on black background.


Color preview on white background

This text has color #895C7D on white background.


Black color preview on #895C7D background

This text has black color on #895C7D background.


White color preview on #895C7D background

This text has white color on #895C7D background.


Related colors

Complementary color

Complementary color for #hex is #76A382.


I love getcolorcode.com

Triadic colors

1 #7D895C and #5C7D89 with #895C7D are triadic colors.

2 #7D5C89 and #5C897D with #895C7D are triadic colors.