COLOR #884E54

HEX: #884E54
RGB: (136,78,84)

Color info

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

RGB color model

#884E54 color RGB value is (136,78,84).

  • red value is 136;
  • green value is 78;
  • blue value is 84.
RGB:
(136,78,84)
(53%,31%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 84 of 255 = 33%

136
78
84

R + G + B ~ 39%. #884E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 84 = 298 (100%)
R 136 of 298 ~ 45.64%
G 78 of 298 ~ 26.17%
B 84 of 298 ~ 28.19%

%45.64
%26.17
%28.19

CMYK color model

#884E54 color CMYK value is (0,43,38,47).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(0,43,38,47)
C0M43Y38K47 
(0%,43%,38%,47%)
(0.00/0.43/0.38/0.47)	

CMYK percentages

%0
%42.65
%38.24
%46.67

Codes

Color #884E54 in popluar color models

884E54
RGB1367884
HSL354°27.10%41.96%
HSB/HSV354°42.65%53.33%
CMYK0.00%42.65%38.24%
46.67%

Color #884E54 in popluar number systems.

HEX884E54
Decimal1367884
Binary1000100010011101010100
Octal210116124

Shades and tints

Shades of #884E54

#884E54
(136,78,84)
#7C474D
(124,71,77)
#704046
(112,64,70)
#64393F
(100,57,63)
#583238
(88,50,56)
#4C2B31
(76,43,49)
#40242A
(64,36,42)
#341D23
(52,29,35)
#28161C
(40,22,28)
#1C0F15
(28,15,21)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #884E54

#884E54
(136,78,84)
#925E63
(146,94,99)
#9C6E72
(156,110,114)
#A67E81
(166,126,129)
#B08E90
(176,142,144)
#BA9E9F
(186,158,159)
#C4AEAE
(196,174,174)
#CEBEBD
(206,190,189)
#D8CECC
(216,206,204)
#E2DEDB
(226,222,219)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884E54; }

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

This text font color is #884E54.


Background Color

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

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

This div background color is #884E54.


Border color

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

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

This div border color is #884E54.


Opacity

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

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

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

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

This text has shadow with #884E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884E54 on black background.


Color preview on white background

This text has color #884E54 on white background.



Black color preview on #884E54 background

This text has black color on #884E54 background.


White color preview on #884E54 background

This text has white color on #884E54 background.