COLOR #884A6E

HEX: #884A6E RGB: (136,74,110)

Color info

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

RGB color model

#884A6E color RGB value is (136,74,110).

RGB: (136,74,110) (53%, 29%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 110 of 255 = 43%

136
74
110

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

Portions of RGB colors in percentages

R + G + B = 136 + 74 + 110 = 320 (100%)
R 136 of 320 ~ 42.5%
G 74 of 320 ~ 23.13%
B 110 of 320 ~ 34.38'%

%42.5
%23.13
%34.38

CMYK color model

#884A6E color CMYK value is (0,46,19,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (0,46,19,47)
C0M46Y19K47 (0%, 46%, 19%, 47%)
(0.00 / 0.46 / 0.19 / 0.47)

CMYK percentages

%0
%45.59
%19.12
%46.67

Codes

Color #884A6E in popluar color models

88 4A 6E
RGB 136 74 110
HSL 325° 29.52% 41.18%
HSB/HSV 325° 45.59% 53.33%
CMYK 0.00% 45.59% 19.12%
46.67%

Color #884A6E in popluar number systems.

HEX 88 4A 6E
Decimal 136 74 110
Binary 10001000 1001010 1101110
Octal 210 112 156

Shades and tints

Shades of #884A6E

#884A6E
(136,74,110)
#7C4464
(124,68,100)
#703E5A
(112,62,90)
#643850
(100,56,80)
#583246
(88,50,70)
#4C2C3C
(76,44,60)
#402632
(64,38,50)
#342028
(52,32,40)
#281A1E
(40,26,30)
#1C1414
(28,20,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #884A6E

#884A6E
(136,74,110)
#925A7B
(146,90,123)
#9C6A88
(156,106,136)
#A67A95
(166,122,149)
#B08AA2
(176,138,162)
#BA9AAF
(186,154,175)
#C4AABC
(196,170,188)
#CEBAC9
(206,186,201)
#D8CAD6
(216,202,214)
#E2DAE3
(226,218,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A6E; }

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

This text font color is #884A6E.

Background Color

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

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

This div background color is #884A6E.

Border color

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

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

This div border color is #884A6E.

Opacity

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

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

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

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

This text has shadow with #884A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884A6E.

Preview

Color preview on black background

This text has color #884A6E on black background.


Color preview on white background

This text has color #884A6E on white background.


Black color preview on #884A6E background

This text has black color on #884A6E background.


White color preview on #884A6E background

This text has white color on #884A6E background.


Related colors

Complementary color

Complementary color for #hex is #77B591.


I love getcolorcode.com

Triadic colors

1 #6E884A and #4A6E88 with #884A6E are triadic colors.

2 #6E4A88 and #4A886E with #884A6E are triadic colors.