COLOR #885F68

HEX: #885F68
RGB: (136,95,104)

Color info

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

RGB color model

#885F68 color RGB value is (136,95,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 104 of 255 = 41%

136
95
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 95 + 104 = 335 (100%)
R 136 of 335 ~ 40.6%
G 95 of 335 ~ 28.36%
B 104 of 335 ~ 31.04%

%40.6
%28.36
%31.04

CMYK color model

#885F68 color CMYK value is (0,30,24,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,30,24,47)
C0M30Y24K47 
(0%,30%,24%,47%)
(0.00/0.30/0.24/0.47)	

CMYK percentages

%0
%30.15
%23.53
%46.67

Codes

Color #885F68 in popluar color models

885F68
RGB13695104
HSL347°17.75%45.29%
HSB/HSV347°30.15%53.33%
CMYK0.00%30.15%23.53%
46.67%

Color #885F68 in popluar number systems.

HEX885F68
Decimal13695104
Binary1000100010111111101000
Octal210137150

Shades and tints

Shades of #885F68

#885F68
(136,95,104)
#7C575F
(124,87,95)
#704F56
(112,79,86)
#64474D
(100,71,77)
#583F44
(88,63,68)
#4C373B
(76,55,59)
#402F32
(64,47,50)
#342729
(52,39,41)
#281F20
(40,31,32)
#1C1717
(28,23,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #885F68

#885F68
(136,95,104)
#926D75
(146,109,117)
#9C7B82
(156,123,130)
#A6898F
(166,137,143)
#B0979C
(176,151,156)
#BAA5A9
(186,165,169)
#C4B3B6
(196,179,182)
#CEC1C3
(206,193,195)
#D8CFD0
(216,207,208)
#E2DDDD
(226,221,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885F68; }

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

This text font color is #885F68.


Background Color

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

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

This div background color is #885F68.


Border color

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

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

This div border color is #885F68.


Opacity

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

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

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

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

This text has shadow with #885F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885F68 on black background.


Color preview on white background

This text has color #885F68 on white background.



Black color preview on #885F68 background

This text has black color on #885F68 background.


White color preview on #885F68 background

This text has white color on #885F68 background.