COLOR #884A5E

HEX: #884A5E
RGB: (136,74,94)

Color info

#884A5E contains mainly red and blue colors. Web safe color of #884A5E is #993366 (or #936).

RGB color model

#884A5E color RGB value is (136,74,94).

  • red value is 136;
  • green value is 74;
  • blue value is 94.
RGB:
(136,74,94)
(53%,29%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 94 of 255 = 37%

136
74
94

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 94 = 304 (100%)
R 136 of 304 ~ 44.74%
G 74 of 304 ~ 24.34%
B 94 of 304 ~ 30.92%

%44.74
%24.34
%30.92

CMYK color model

#884A5E color CMYK value is (0,46,31,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(0,46,31,47)
C0M46Y31K47 
(0%,46%,31%,47%)
(0.00/0.46/0.31/0.47)	

CMYK percentages

%0
%45.59
%30.88
%46.67

Codes

Color #884A5E in popluar color models

884A5E
RGB1367494
HSL341°29.52%41.18%
HSB/HSV341°45.59%53.33%
CMYK0.00%45.59%30.88%
46.67%

Color #884A5E in popluar number systems.

HEX884A5E
Decimal1367494
Binary1000100010010101011110
Octal210112136

Shades and tints

Shades of #884A5E

#884A5E
(136,74,94)
#7C4456
(124,68,86)
#703E4E
(112,62,78)
#643846
(100,56,70)
#58323E
(88,50,62)
#4C2C36
(76,44,54)
#40262E
(64,38,46)
#342026
(52,32,38)
#281A1E
(40,26,30)
#1C1416
(28,20,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #884A5E

#884A5E
(136,74,94)
#925A6C
(146,90,108)
#9C6A7A
(156,106,122)
#A67A88
(166,122,136)
#B08A96
(176,138,150)
#BA9AA4
(186,154,164)
#C4AAB2
(196,170,178)
#CEBAC0
(206,186,192)
#D8CACE
(216,202,206)
#E2DADC
(226,218,220)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884A5E color. Also use rgb(136,74,94) instead hex code.

Text Font Color

.myTextColor { color: #884A5E; }

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

This text font color is #884A5E.


Background Color

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

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

This div background color is #884A5E.


Border color

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

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

This div border color is #884A5E.


Opacity

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

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

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

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

This text has shadow with #884A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A5E on black background.


Color preview on white background

This text has color #884A5E on white background.



Black color preview on #884A5E background

This text has black color on #884A5E background.


White color preview on #884A5E background

This text has white color on #884A5E background.