COLOR #885C68

HEX: #885C68 RGB: (136,92,104)

Color info

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

RGB color model

#885C68 color RGB value is (136,92,104).

RGB: (136,92,104) (53%, 36%, 41%)

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 104 of 255 = 41%

136
92
104

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

Portions of RGB colors in percentages

R + G + B = 136 + 92 + 104 = 332 (100%)
R 136 of 332 ~ 40.96%
G 92 of 332 ~ 27.71%
B 104 of 332 ~ 31.33'%

%40.96
%27.71
%31.33

CMYK color model

#885C68 color CMYK value is (0,32,24,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 23.53%
  • key color value is 46.67%

CMYK: (0,32,24,47)
C0M32Y24K47 (0%, 32%, 24%, 47%)
(0.00 / 0.32 / 0.24 / 0.47)

CMYK percentages

%0
%32.35
%23.53
%46.67

Codes

Color #885C68 in popluar color models

88 5C 68
RGB 136 92 104
HSL 344° 19.30% 44.71%
HSB/HSV 344° 32.35% 53.33%
CMYK 0.00% 32.35% 23.53%
46.67%

Color #885C68 in popluar number systems.

HEX 88 5C 68
Decimal 136 92 104
Binary 10001000 1011100 1101000
Octal 210 134 150

Shades and tints

Shades of #885C68

#885C68
(136,92,104)
#7C545F
(124,84,95)
#704C56
(112,76,86)
#64444D
(100,68,77)
#583C44
(88,60,68)
#4C343B
(76,52,59)
#402C32
(64,44,50)
#342429
(52,36,41)
#281C20
(40,28,32)
#1C1417
(28,20,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #885C68

#885C68
(136,92,104)
#926A75
(146,106,117)
#9C7882
(156,120,130)
#A6868F
(166,134,143)
#B0949C
(176,148,156)
#BAA2A9
(186,162,169)
#C4B0B6
(196,176,182)
#CEBEC3
(206,190,195)
#D8CCD0
(216,204,208)
#E2DADD
(226,218,221)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885C68; }

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

This text font color is #885C68.

Background Color

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

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

This div background color is #885C68.

Border color

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

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

This div border color is #885C68.

Opacity

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

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

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

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

This text has shadow with #885C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885C68.

Preview

Color preview on black background

This text has color #885C68 on black background.


Color preview on white background

This text has color #885C68 on white background.


Black color preview on #885C68 background

This text has black color on #885C68 background.


White color preview on #885C68 background

This text has white color on #885C68 background.


Related colors

Complementary color

Complementary color for #hex is #77A397.


I love getcolorcode.com

Triadic colors

1 #68885C and #5C6888 with #885C68 are triadic colors.

2 #685C88 and #5C8868 with #885C68 are triadic colors.