COLOR #895E4D

HEX: #895E4D
RGB: (137,94,77)

Color info

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

RGB color model

#895E4D color RGB value is (137,94,77).

  • red value is 137;
  • green value is 94;
  • blue value is 77.
RGB:
(137,94,77)
(54%,37%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 77 of 255 = 30%

137
94
77

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

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 77 = 308 (100%)
R 137 of 308 ~ 44.48%
G 94 of 308 ~ 30.52%
B 77 of 308 ~ 25%

%44.48
%30.52
%25

CMYK color model

#895E4D color CMYK value is (0,31,44,46).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(0,31,44,46)
C0M31Y44K46 
(0%,31%,44%,46%)
(0.00/0.31/0.44/0.46)	

CMYK percentages

%0
%31.39
%43.8
%46.27

Codes

Color #895E4D in popluar color models

895E4D
RGB1379477
HSL17°28.04%41.96%
HSB/HSV17°43.80%53.73%
CMYK0.00%31.39%43.80%
46.27%

Color #895E4D in popluar number systems.

HEX895E4D
Decimal1379477
Binary1000100110111101001101
Octal211136115

Shades and tints

Shades of #895E4D

#895E4D
(137,94,77)
#7D5646
(125,86,70)
#714E3F
(113,78,63)
#654638
(101,70,56)
#593E31
(89,62,49)
#4D362A
(77,54,42)
#412E23
(65,46,35)
#35261C
(53,38,28)
#291E15
(41,30,21)
#1D160E
(29,22,14)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #895E4D

#895E4D
(137,94,77)
#936C5D
(147,108,93)
#9D7A6D
(157,122,109)
#A7887D
(167,136,125)
#B1968D
(177,150,141)
#BBA49D
(187,164,157)
#C5B2AD
(197,178,173)
#CFC0BD
(207,192,189)
#D9CECD
(217,206,205)
#E3DCDD
(227,220,221)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895E4D color. Also use rgb(137,94,77) instead hex code.

Text Font Color

.myTextColor { color: #895E4D; }

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

This text font color is #895E4D.


Background Color

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

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

This div background color is #895E4D.


Border color

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

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

This div border color is #895E4D.


Opacity

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

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

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

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

This text has shadow with #895E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895E4D on black background.


Color preview on white background

This text has color #895E4D on white background.



Black color preview on #895E4D background

This text has black color on #895E4D background.


White color preview on #895E4D background

This text has white color on #895E4D background.