COLOR #895840

HEX: #895840
RGB: (137,88,64)

Color info

#895840 contains mainly red and green colors. Web safe color of #895840 is #996633 (or #963).

RGB color model

#895840 color RGB value is (137,88,64).

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

RGB channels and saturation

R 137 of 255 = 54%
G 88 of 255 = 35%
B 64 of 255 = 25%

137
88
64

R + G + B ~ 38%. #895840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 88 + 64 = 289 (100%)
R 137 of 289 ~ 47.4%
G 88 of 289 ~ 30.45%
B 64 of 289 ~ 22.15%

%47.4
%30.45
%22.15

CMYK color model

#895840 color CMYK value is (0,36,53,46).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 53.28%
  • key color value is 46.27%
CMYK:
(0,36,53,46)
C0M36Y53K46 
(0%,36%,53%,46%)
(0.00/0.36/0.53/0.46)	

CMYK percentages

%0
%35.77
%53.28
%46.27

Codes

Color #895840 in popluar color models

895840
RGB1378864
HSL20°36.32%39.41%
HSB/HSV20°53.28%53.73%
CMYK0.00%35.77%53.28%
46.27%

Color #895840 in popluar number systems.

HEX895840
Decimal1378864
Binary1000100110110001000000
Octal211130100

Shades and tints

Shades of #895840

#895840
(137,88,64)
#7D503B
(125,80,59)
#714836
(113,72,54)
#654031
(101,64,49)
#59382C
(89,56,44)
#4D3027
(77,48,39)
#412822
(65,40,34)
#35201D
(53,32,29)
#291818
(41,24,24)
#1D1013
(29,16,19)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #895840

#895840
(137,88,64)
#936751
(147,103,81)
#9D7662
(157,118,98)
#A78573
(167,133,115)
#B19484
(177,148,132)
#BBA395
(187,163,149)
#C5B2A6
(197,178,166)
#CFC1B7
(207,193,183)
#D9D0C8
(217,208,200)
#E3DFD9
(227,223,217)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895840; }

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

This text font color is #895840.


Background Color

.myBgColor { background-color: #895840; }

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

This div background color is #895840.


Border color

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

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

This div border color is #895840.


Opacity

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

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

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

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

This text has shadow with #895840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895840 on black background.


Color preview on white background

This text has color #895840 on white background.



Black color preview on #895840 background

This text has black color on #895840 background.


White color preview on #895840 background

This text has white color on #895840 background.