COLOR #895968

HEX: #895968
RGB: (137,89,104)

Color info

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

RGB color model

#895968 color RGB value is (137,89,104).

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

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 104 of 255 = 41%

137
89
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 104 = 330 (100%)
R 137 of 330 ~ 41.52%
G 89 of 330 ~ 26.97%
B 104 of 330 ~ 31.52%

%41.52
%26.97
%31.52

CMYK color model

#895968 color CMYK value is (0,35,24,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,35,24,46)
C0M35Y24K46 
(0%,35%,24%,46%)
(0.00/0.35/0.24/0.46)	

CMYK percentages

%0
%35.04
%24.09
%46.27

Codes

Color #895968 in popluar color models

895968
RGB13789104
HSL341°21.24%44.31%
HSB/HSV341°35.04%53.73%
CMYK0.00%35.04%24.09%
46.27%

Color #895968 in popluar number systems.

HEX895968
Decimal13789104
Binary1000100110110011101000
Octal211131150

Shades and tints

Shades of #895968

#895968
(137,89,104)
#7D515F
(125,81,95)
#714956
(113,73,86)
#65414D
(101,65,77)
#593944
(89,57,68)
#4D313B
(77,49,59)
#412932
(65,41,50)
#352129
(53,33,41)
#291920
(41,25,32)
#1D1117
(29,17,23)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #895968

#895968
(137,89,104)
#936875
(147,104,117)
#9D7782
(157,119,130)
#A7868F
(167,134,143)
#B1959C
(177,149,156)
#BBA4A9
(187,164,169)
#C5B3B6
(197,179,182)
#CFC2C3
(207,194,195)
#D9D1D0
(217,209,208)
#E3E0DD
(227,224,221)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895968 color. Also use rgb(137,89,104) instead hex code.

Text Font Color

.myTextColor { color: #895968; }

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

This text font color is #895968.


Background Color

.myBgColor { background-color: #895968; }

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

This div background color is #895968.


Border color

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

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

This div border color is #895968.


Opacity

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

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

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

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

This text has shadow with #895968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895968 on black background.


Color preview on white background

This text has color #895968 on white background.



Black color preview on #895968 background

This text has black color on #895968 background.


White color preview on #895968 background

This text has white color on #895968 background.