COLOR #895959

HEX: #895959
RGB: (137,89,89)

Color info

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

RGB color model

#895959 color RGB value is (137,89,89).

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

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 89 of 255 = 35%

137
89
89

R + G + B ~ 41%. #895959 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 89 = 315 (100%)
R 137 of 315 ~ 43.49%
G 89 of 315 ~ 28.25%
B 89 of 315 ~ 28.25%

%43.49
%28.25
%28.25

CMYK color model

#895959 color CMYK value is (0,35,35,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(0,35,35,46)
C0M35Y35K46 
(0%,35%,35%,46%)
(0.00/0.35/0.35/0.46)	

CMYK percentages

%0
%35.04
%35.04
%46.27

Codes

Color #895959 in popluar color models

895959
RGB1378989
HSL21.24%44.31%
HSB/HSV35.04%53.73%
CMYK0.00%35.04%35.04%
46.27%

Color #895959 in popluar number systems.

HEX895959
Decimal1378989
Binary1000100110110011011001
Octal211131131

Shades and tints

Shades of #895959

#895959
(137,89,89)
#7D5151
(125,81,81)
#714949
(113,73,73)
#654141
(101,65,65)
#593939
(89,57,57)
#4D3131
(77,49,49)
#412929
(65,41,41)
#352121
(53,33,33)
#291919
(41,25,25)
#1D1111
(29,17,17)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #895959

#895959
(137,89,89)
#936868
(147,104,104)
#9D7777
(157,119,119)
#A78686
(167,134,134)
#B19595
(177,149,149)
#BBA4A4
(187,164,164)
#C5B3B3
(197,179,179)
#CFC2C2
(207,194,194)
#D9D1D1
(217,209,209)
#E3E0E0
(227,224,224)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895959; }

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

This text font color is #895959.


Background Color

.myBgColor { background-color: #895959; }

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

This div background color is #895959.


Border color

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

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

This div border color is #895959.


Opacity

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

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

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

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

This text has shadow with #895959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895959 on black background.


Color preview on white background

This text has color #895959 on white background.



Black color preview on #895959 background

This text has black color on #895959 background.


White color preview on #895959 background

This text has white color on #895959 background.