COLOR #884B6E

HEX: #884B6E RGB: (136,75,110)

Color info

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

RGB color model

#884B6E color RGB value is (136,75,110).

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

RGB channels and saturation

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

136
75
110

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

Portions of RGB colors in percentages

R + G + B = 136 + 75 + 110 = 321 (100%)
R 136 of 321 ~ 42.37%
G 75 of 321 ~ 23.36%
B 110 of 321 ~ 34.27'%

%42.37
%23.36
%34.27

CMYK color model

#884B6E color CMYK value is (0,45,19,47).

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

CMYK: (0,45,19,47)
C0M45Y19K47 (0%, 45%, 19%, 47%)
(0.00 / 0.45 / 0.19 / 0.47)

CMYK percentages

%0
%44.85
%19.12
%46.67

Codes

Color #884B6E in popluar color models

88 4B 6E
RGB 136 75 110
HSL 326° 28.91% 41.37%
HSB/HSV 326° 44.85% 53.33%
CMYK 0.00% 44.85% 19.12%
46.67%

Color #884B6E in popluar number systems.

HEX 88 4B 6E
Decimal 136 75 110
Binary 10001000 1001011 1101110
Octal 210 113 156

Shades and tints

Shades of #884B6E

#884B6E
(136,75,110)
#7C4564
(124,69,100)
#703F5A
(112,63,90)
#643950
(100,57,80)
#583346
(88,51,70)
#4C2D3C
(76,45,60)
#402732
(64,39,50)
#342128
(52,33,40)
#281B1E
(40,27,30)
#1C1514
(28,21,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #884B6E

#884B6E
(136,75,110)
#925B7B
(146,91,123)
#9C6B88
(156,107,136)
#A67B95
(166,123,149)
#B08BA2
(176,139,162)
#BA9BAF
(186,155,175)
#C4ABBC
(196,171,188)
#CEBBC9
(206,187,201)
#D8CBD6
(216,203,214)
#E2DBE3
(226,219,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884B6E; }

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

This text font color is #884B6E.

Background Color

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

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

This div background color is #884B6E.

Border color

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

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

This div border color is #884B6E.

Opacity

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

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

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

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

This text has shadow with #884B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884B6E.

Preview

Color preview on black background

This text has color #884B6E on black background.


Color preview on white background

This text has color #884B6E on white background.


Black color preview on #884B6E background

This text has black color on #884B6E background.


White color preview on #884B6E background

This text has white color on #884B6E background.


Related colors

Complementary color

Complementary color for #hex is #77B491.


I love getcolorcode.com

Triadic colors

1 #6E884B and #4B6E88 with #884B6E are triadic colors.

2 #6E4B88 and #4B886E with #884B6E are triadic colors.