COLOR #895A69

HEX: #895A69
RGB: (137,90,105)

Color info

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

RGB color model

#895A69 color RGB value is (137,90,105).

  • red value is 137;
  • green value is 90;
  • blue value is 105.
RGB:
(137,90,105)
(54%,35%,41%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 105 of 255 = 41%

137
90
105

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

Portions of RGB colors in percentages

R + G + B =
137 + 90 + 105 = 332 (100%)
R 137 of 332 ~ 41.27%
G 90 of 332 ~ 27.11%
B 105 of 332 ~ 31.63%

%41.27
%27.11
%31.63

CMYK color model

#895A69 color CMYK value is (0,34,23,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 23.36%
  • key color value is 46.27%
CMYK:
(0,34,23,46)
C0M34Y23K46 
(0%,34%,23%,46%)
(0.00/0.34/0.23/0.46)	

CMYK percentages

%0
%34.31
%23.36
%46.27

Codes

Color #895A69 in popluar color models

895A69
RGB13790105
HSL341°20.70%44.51%
HSB/HSV341°34.31%53.73%
CMYK0.00%34.31%23.36%
46.27%

Color #895A69 in popluar number systems.

HEX895A69
Decimal13790105
Binary1000100110110101101001
Octal211132151

Shades and tints

Shades of #895A69

#895A69
(137,90,105)
#7D5260
(125,82,96)
#714A57
(113,74,87)
#65424E
(101,66,78)
#593A45
(89,58,69)
#4D323C
(77,50,60)
#412A33
(65,42,51)
#35222A
(53,34,42)
#291A21
(41,26,33)
#1D1218
(29,18,24)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #895A69

#895A69
(137,90,105)
#936976
(147,105,118)
#9D7883
(157,120,131)
#A78790
(167,135,144)
#B1969D
(177,150,157)
#BBA5AA
(187,165,170)
#C5B4B7
(197,180,183)
#CFC3C4
(207,195,196)
#D9D2D1
(217,210,209)
#E3E1DE
(227,225,222)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A69 color. Also use rgb(137,90,105) instead hex code.

Text Font Color

.myTextColor { color: #895A69; }

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

This text font color is #895A69.


Background Color

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

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

This div background color is #895A69.


Border color

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

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

This div border color is #895A69.


Opacity

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

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

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

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

This text has shadow with #895A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895A69 on black background.


Color preview on white background

This text has color #895A69 on white background.



Black color preview on #895A69 background

This text has black color on #895A69 background.


White color preview on #895A69 background

This text has white color on #895A69 background.