COLOR #885F54

HEX: #885F54 RGB: (136,95,84)

Color info

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

RGB color model

#885F54 color RGB value is (136,95,84).

RGB: (136,95,84) (53%, 37%, 33%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 84 of 255 = 33%

136
95
84

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

Portions of RGB colors in percentages

R + G + B = 136 + 95 + 84 = 315 (100%)
R 136 of 315 ~ 43.17%
G 95 of 315 ~ 30.16%
B 84 of 315 ~ 26.67'%

%43.17
%30.16
%26.67

CMYK color model

#885F54 color CMYK value is (0,30,38,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK: (0,30,38,47) C0M30Y38K47 (0%,30%,38%,47%) (0.00/0.30/0.38/0.47) 

CMYK percentages

%0
%30.15
%38.24
%46.67

Codes

Color #885F54 in popluar color models

88 5F 54
RGB 136 95 84
HSL 13° 23.64% 43.14%
HSB/HSV 13° 38.24% 53.33%
CMYK 0.00% 30.15% 38.24%
46.67%

Color #885F54 in popluar number systems.

HEX 88 5F 54
Decimal 136 95 84
Binary 10001000 1011111 1010100
Octal 210 137 124

Shades and tints

Shades of #885F54

#885F54
(136,95,84)
#7C574D
(124,87,77)
#704F46
(112,79,70)
#64473F
(100,71,63)
#583F38
(88,63,56)
#4C3731
(76,55,49)
#402F2A
(64,47,42)
#342723
(52,39,35)
#281F1C
(40,31,28)
#1C1715
(28,23,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #885F54

#885F54
(136,95,84)
#926D63
(146,109,99)
#9C7B72
(156,123,114)
#A68981
(166,137,129)
#B09790
(176,151,144)
#BAA59F
(186,165,159)
#C4B3AE
(196,179,174)
#CEC1BD
(206,193,189)
#D8CFCC
(216,207,204)
#E2DDDB
(226,221,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885F54; }

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

This text font color is #885F54.

Background Color

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

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

This div background color is #885F54.

Border color

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

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

This div border color is #885F54.

Opacity

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

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

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

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

This text has shadow with #885F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885F54.

Preview

Color preview on black background

This text has color #885F54 on black background.


Color preview on white background

This text has color #885F54 on white background.


Black color preview on #885F54 background

This text has black color on #885F54 background.


White color preview on #885F54 background

This text has white color on #885F54 background.


Related colors

Complementary color

Complementary color for #hex is #77A0AB.


I love getcolorcode.com

Triadic colors

1 #54885F and #5F5488 with #885F54 are triadic colors.

2 #545F88 and #5F8854 with #885F54 are triadic colors.