COLOR #895350

HEX: #895350
RGB: (137,83,80)

Color info

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

RGB color model

#895350 color RGB value is (137,83,80).

  • red value is 137;
  • green value is 83;
  • blue value is 80.
RGB:
(137,83,80)
(54%,33%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 80 of 255 = 31%

137
83
80

R + G + B ~ 39%. #895350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 83 + 80 = 300 (100%)
R 137 of 300 ~ 45.67%
G 83 of 300 ~ 27.67%
B 80 of 300 ~ 26.67%

%45.67
%27.67
%26.67

CMYK color model

#895350 color CMYK value is (0,39,42,46).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 41.61%
  • key color value is 46.27%
CMYK:
(0,39,42,46)
C0M39Y42K46 
(0%,39%,42%,46%)
(0.00/0.39/0.42/0.46)	

CMYK percentages

%0
%39.42
%41.61
%46.27

Codes

Color #895350 in popluar color models

895350
RGB1378380
HSL26.27%42.55%
HSB/HSV41.61%53.73%
CMYK0.00%39.42%41.61%
46.27%

Color #895350 in popluar number systems.

HEX895350
Decimal1378380
Binary1000100110100111010000
Octal211123120

Shades and tints

Shades of #895350

#895350
(137,83,80)
#7D4C49
(125,76,73)
#714542
(113,69,66)
#653E3B
(101,62,59)
#593734
(89,55,52)
#4D302D
(77,48,45)
#412926
(65,41,38)
#35221F
(53,34,31)
#291B18
(41,27,24)
#1D1411
(29,20,17)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #895350

#895350
(137,83,80)
#93625F
(147,98,95)
#9D716E
(157,113,110)
#A7807D
(167,128,125)
#B18F8C
(177,143,140)
#BB9E9B
(187,158,155)
#C5ADAA
(197,173,170)
#CFBCB9
(207,188,185)
#D9CBC8
(217,203,200)
#E3DAD7
(227,218,215)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895350; }

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

This text font color is #895350.


Background Color

.myBgColor { background-color: #895350; }

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

This div background color is #895350.


Border color

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

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

This div border color is #895350.


Opacity

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

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

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

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

This text has shadow with #895350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895350 on black background.


Color preview on white background

This text has color #895350 on white background.



Black color preview on #895350 background

This text has black color on #895350 background.


White color preview on #895350 background

This text has white color on #895350 background.