COLOR #895E46

HEX: #895E46
RGB: (137,94,70)

Color info

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

RGB color model

#895E46 color RGB value is (137,94,70).

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

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 70 of 255 = 27%

137
94
70

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

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 70 = 301 (100%)
R 137 of 301 ~ 45.51%
G 94 of 301 ~ 31.23%
B 70 of 301 ~ 23.26%

%45.51
%31.23
%23.26

CMYK color model

#895E46 color CMYK value is (0,31,49,46).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 48.91%
  • key color value is 46.27%
CMYK:
(0,31,49,46)
C0M31Y49K46 
(0%,31%,49%,46%)
(0.00/0.31/0.49/0.46)	

CMYK percentages

%0
%31.39
%48.91
%46.27

Codes

Color #895E46 in popluar color models

895E46
RGB1379470
HSL21°32.37%40.59%
HSB/HSV21°48.91%53.73%
CMYK0.00%31.39%48.91%
46.27%

Color #895E46 in popluar number systems.

HEX895E46
Decimal1379470
Binary1000100110111101000110
Octal211136106

Shades and tints

Shades of #895E46

#895E46
(137,94,70)
#7D5640
(125,86,64)
#714E3A
(113,78,58)
#654634
(101,70,52)
#593E2E
(89,62,46)
#4D3628
(77,54,40)
#412E22
(65,46,34)
#35261C
(53,38,28)
#291E16
(41,30,22)
#1D1610
(29,22,16)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #895E46

#895E46
(137,94,70)
#936C56
(147,108,86)
#9D7A66
(157,122,102)
#A78876
(167,136,118)
#B19686
(177,150,134)
#BBA496
(187,164,150)
#C5B2A6
(197,178,166)
#CFC0B6
(207,192,182)
#D9CEC6
(217,206,198)
#E3DCD6
(227,220,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895E46; }

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

This text font color is #895E46.


Background Color

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

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

This div background color is #895E46.


Border color

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

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

This div border color is #895E46.


Opacity

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

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

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

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

This text has shadow with #895E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895E46 on black background.


Color preview on white background

This text has color #895E46 on white background.



Black color preview on #895E46 background

This text has black color on #895E46 background.


White color preview on #895E46 background

This text has white color on #895E46 background.