COLOR #895F68

HEX: #895F68
RGB: (137,95,104)

Color info

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

RGB color model

#895F68 color RGB value is (137,95,104).

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

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 104 of 255 = 41%

137
95
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 104 = 336 (100%)
R 137 of 336 ~ 40.77%
G 95 of 336 ~ 28.27%
B 104 of 336 ~ 30.95%

%40.77
%28.27
%30.95

CMYK color model

#895F68 color CMYK value is (0,31,24,46).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,31,24,46)
C0M31Y24K46 
(0%,31%,24%,46%)
(0.00/0.31/0.24/0.46)	

CMYK percentages

%0
%30.66
%24.09
%46.27

Codes

Color #895F68 in popluar color models

895F68
RGB13795104
HSL347°18.10%45.49%
HSB/HSV347°30.66%53.73%
CMYK0.00%30.66%24.09%
46.27%

Color #895F68 in popluar number systems.

HEX895F68
Decimal13795104
Binary1000100110111111101000
Octal211137150

Shades and tints

Shades of #895F68

#895F68
(137,95,104)
#7D575F
(125,87,95)
#714F56
(113,79,86)
#65474D
(101,71,77)
#593F44
(89,63,68)
#4D373B
(77,55,59)
#412F32
(65,47,50)
#352729
(53,39,41)
#291F20
(41,31,32)
#1D1717
(29,23,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #895F68

#895F68
(137,95,104)
#936D75
(147,109,117)
#9D7B82
(157,123,130)
#A7898F
(167,137,143)
#B1979C
(177,151,156)
#BBA5A9
(187,165,169)
#C5B3B6
(197,179,182)
#CFC1C3
(207,193,195)
#D9CFD0
(217,207,208)
#E3DDDD
(227,221,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895F68; }

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

This text font color is #895F68.


Background Color

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

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

This div background color is #895F68.


Border color

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

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

This div border color is #895F68.


Opacity

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

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

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

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

This text has shadow with #895F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895F68 on black background.


Color preview on white background

This text has color #895F68 on white background.



Black color preview on #895F68 background

This text has black color on #895F68 background.


White color preview on #895F68 background

This text has white color on #895F68 background.