COLOR #884A6D

HEX: #884A6D
RGB: (136,74,109)

Color info

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

RGB color model

#884A6D color RGB value is (136,74,109).

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

RGB channels and saturation

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

136
74
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 109 = 319 (100%)
R 136 of 319 ~ 42.63%
G 74 of 319 ~ 23.2%
B 109 of 319 ~ 34.17%

%42.63
%23.2
%34.17

CMYK color model

#884A6D color CMYK value is (0,46,20,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,46,20,47)
C0M46Y20K47 
(0%,46%,20%,47%)
(0.00/0.46/0.20/0.47)	

CMYK percentages

%0
%45.59
%19.85
%46.67

Codes

Color #884A6D in popluar color models

884A6D
RGB13674109
HSL326°29.52%41.18%
HSB/HSV326°45.59%53.33%
CMYK0.00%45.59%19.85%
46.67%

Color #884A6D in popluar number systems.

HEX884A6D
Decimal13674109
Binary1000100010010101101101
Octal210112155

Shades and tints

Shades of #884A6D

#884A6D
(136,74,109)
#7C4464
(124,68,100)
#703E5B
(112,62,91)
#643852
(100,56,82)
#583249
(88,50,73)
#4C2C40
(76,44,64)
#402637
(64,38,55)
#34202E
(52,32,46)
#281A25
(40,26,37)
#1C141C
(28,20,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #884A6D

#884A6D
(136,74,109)
#925A7A
(146,90,122)
#9C6A87
(156,106,135)
#A67A94
(166,122,148)
#B08AA1
(176,138,161)
#BA9AAE
(186,154,174)
#C4AABB
(196,170,187)
#CEBAC8
(206,186,200)
#D8CAD5
(216,202,213)
#E2DAE2
(226,218,226)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A6D; }

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

This text font color is #884A6D.


Background Color

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

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

This div background color is #884A6D.


Border color

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

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

This div border color is #884A6D.


Opacity

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

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

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

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

This text has shadow with #884A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A6D on black background.


Color preview on white background

This text has color #884A6D on white background.



Black color preview on #884A6D background

This text has black color on #884A6D background.


White color preview on #884A6D background

This text has white color on #884A6D background.