COLOR #885F4F

HEX: #885F4F RGB: (136,95,79)

Color info

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

RGB color model

#885F4F color RGB value is (136,95,79).

RGB: (136,95,79) (53%, 37%, 31%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 79 of 255 = 31%

136
95
79

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

Portions of RGB colors in percentages

R + G + B = 136 + 95 + 79 = 310 (100%)
R 136 of 310 ~ 43.87%
G 95 of 310 ~ 30.65%
B 79 of 310 ~ 25.48'%

%43.87
%30.65
%25.48

CMYK color model

#885F4F color CMYK value is (0,30,42,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK: (0,30,42,47) C0M30Y42K47 (0%,30%,42%,47%) (0.00/0.30/0.42/0.47) 

CMYK percentages

%0
%30.15
%41.91
%46.67

Codes

Color #885F4F in popluar color models

88 5F 4F
RGB 136 95 79
HSL 17° 26.51% 42.16%
HSB/HSV 17° 41.91% 53.33%
CMYK 0.00% 30.15% 41.91%
46.67%

Color #885F4F in popluar number systems.

HEX 88 5F 4F
Decimal 136 95 79
Binary 10001000 1011111 1001111
Octal 210 137 117

Shades and tints

Shades of #885F4F

#885F4F
(136,95,79)
#7C5748
(124,87,72)
#704F41
(112,79,65)
#64473A
(100,71,58)
#583F33
(88,63,51)
#4C372C
(76,55,44)
#402F25
(64,47,37)
#34271E
(52,39,30)
#281F17
(40,31,23)
#1C1710
(28,23,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #885F4F

#885F4F
(136,95,79)
#926D5F
(146,109,95)
#9C7B6F
(156,123,111)
#A6897F
(166,137,127)
#B0978F
(176,151,143)
#BAA59F
(186,165,159)
#C4B3AF
(196,179,175)
#CEC1BF
(206,193,191)
#D8CFCF
(216,207,207)
#E2DDDF
(226,221,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885F4F; }

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

This text font color is #885F4F.

Background Color

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

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

This div background color is #885F4F.

Border color

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

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

This div border color is #885F4F.

Opacity

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

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

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

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

This text has shadow with #885F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885F4F.

Preview

Color preview on black background

This text has color #885F4F on black background.


Color preview on white background

This text has color #885F4F on white background.


Black color preview on #885F4F background

This text has black color on #885F4F background.


White color preview on #885F4F background

This text has white color on #885F4F background.


Related colors

Complementary color

Complementary color for #hex is #77A0B0.


I love getcolorcode.com

Triadic colors

1 #4F885F and #5F4F88 with #885F4F are triadic colors.

2 #4F5F88 and #5F884F with #885F4F are triadic colors.