COLOR #895645

HEX: #895645
RGB: (137,86,69)

Color info

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

RGB color model

#895645 color RGB value is (137,86,69).

  • red value is 137;
  • green value is 86;
  • blue value is 69.
RGB:
(137,86,69)
(54%,34%,27%)

RGB channels and saturation

R 137 of 255 = 54%
G 86 of 255 = 34%
B 69 of 255 = 27%

137
86
69

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

Portions of RGB colors in percentages

R + G + B =
137 + 86 + 69 = 292 (100%)
R 137 of 292 ~ 46.92%
G 86 of 292 ~ 29.45%
B 69 of 292 ~ 23.63%

%46.92
%29.45
%23.63

CMYK color model

#895645 color CMYK value is (0,37,50,46).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 49.64%
  • key color value is 46.27%
CMYK:
(0,37,50,46)
C0M37Y50K46 
(0%,37%,50%,46%)
(0.00/0.37/0.50/0.46)	

CMYK percentages

%0
%37.23
%49.64
%46.27

Codes

Color #895645 in popluar color models

895645
RGB1378669
HSL15°33.01%40.39%
HSB/HSV15°49.64%53.73%
CMYK0.00%37.23%49.64%
46.27%

Color #895645 in popluar number systems.

HEX895645
Decimal1378669
Binary1000100110101101000101
Octal211126105

Shades and tints

Shades of #895645

#895645
(137,86,69)
#7D4F3F
(125,79,63)
#714839
(113,72,57)
#654133
(101,65,51)
#593A2D
(89,58,45)
#4D3327
(77,51,39)
#412C21
(65,44,33)
#35251B
(53,37,27)
#291E15
(41,30,21)
#1D170F
(29,23,15)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #895645

#895645
(137,86,69)
#936555
(147,101,85)
#9D7465
(157,116,101)
#A78375
(167,131,117)
#B19285
(177,146,133)
#BBA195
(187,161,149)
#C5B0A5
(197,176,165)
#CFBFB5
(207,191,181)
#D9CEC5
(217,206,197)
#E3DDD5
(227,221,213)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895645; }

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

This text font color is #895645.


Background Color

.myBgColor { background-color: #895645; }

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

This div background color is #895645.


Border color

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

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

This div border color is #895645.


Opacity

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

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

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

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

This text has shadow with #895645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895645 on black background.


Color preview on white background

This text has color #895645 on white background.



Black color preview on #895645 background

This text has black color on #895645 background.


White color preview on #895645 background

This text has white color on #895645 background.