COLOR #884E5B

HEX: #884E5B RGB: (136,78,91)

Color info

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

RGB color model

#884E5B color RGB value is (136,78,91).

RGB: (136,78,91) (53%, 31%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 91 of 255 = 36%

136
78
91

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

Portions of RGB colors in percentages

R + G + B = 136 + 78 + 91 = 305 (100%)
R 136 of 305 ~ 44.59%
G 78 of 305 ~ 25.57%
B 91 of 305 ~ 29.84'%

%44.59
%25.57
%29.84

CMYK color model

#884E5B color CMYK value is (0,43,33,47).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 33.09%
  • key color value is 46.67%

CMYK: (0,43,33,47)
C0M43Y33K47 (0%, 43%, 33%, 47%)
(0.00 / 0.43 / 0.33 / 0.47)

CMYK percentages

%0
%42.65
%33.09
%46.67

Codes

Color #884E5B in popluar color models

88 4E 5B
RGB 136 78 91
HSL 347° 27.10% 41.96%
HSB/HSV 347° 42.65% 53.33%
CMYK 0.00% 42.65% 33.09%
46.67%

Color #884E5B in popluar number systems.

HEX 88 4E 5B
Decimal 136 78 91
Binary 10001000 1001110 1011011
Octal 210 116 133

Shades and tints

Shades of #884E5B

#884E5B
(136,78,91)
#7C4753
(124,71,83)
#70404B
(112,64,75)
#643943
(100,57,67)
#58323B
(88,50,59)
#4C2B33
(76,43,51)
#40242B
(64,36,43)
#341D23
(52,29,35)
#28161B
(40,22,27)
#1C0F13
(28,15,19)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #884E5B

#884E5B
(136,78,91)
#925E69
(146,94,105)
#9C6E77
(156,110,119)
#A67E85
(166,126,133)
#B08E93
(176,142,147)
#BA9EA1
(186,158,161)
#C4AEAF
(196,174,175)
#CEBEBD
(206,190,189)
#D8CECB
(216,206,203)
#E2DED9
(226,222,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884E5B color. Also use rgb(136,78,91) instead hex code.

Text Font Color

.myTextColor { color: #884E5B; }

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

This text font color is #884E5B.

Background Color

.myBgColor { background-color: #884E5B; }

<div style="background-color:#884E5B">Inner text</div>

This div background color is #884E5B.

Border color

.myBorderColor { border: 1px solid #884E5B; }

<div style="border:3px solid #884E5B">Div</div>

This div border color is #884E5B.

Opacity

.myOpacity80 { color: #884E5B; opacity: 0.8; }

<p style="color:#884E5B;opacity:0.8;">80%</p>

Text with #884E5B 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 #884E5B;}

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

This text has shadow with #884E5B color.


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

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

This text has shadow with #884E5B primary color and red secondary color.


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

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

This text has shadow with #884E5B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #884E5B.

Preview

Color preview on black background

This text has color #884E5B on black background.


Color preview on white background

This text has color #884E5B on white background.


Black color preview on #884E5B background

This text has black color on #884E5B background.


White color preview on #884E5B background

This text has white color on #884E5B background.


Related colors

Complementary color

Complementary color for #hex is #77B1A4.


I love getcolorcode.com

Triadic colors

1 #5B884E and #4E5B88 with #884E5B are triadic colors.

2 #5B4E88 and #4E885B with #884E5B are triadic colors.