COLOR #884A6A

HEX: #884A6A
RGB: (136,74,106)

Color info

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

RGB color model

#884A6A color RGB value is (136,74,106).

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

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 106 of 255 = 42%

136
74
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 106 = 316 (100%)
R 136 of 316 ~ 43.04%
G 74 of 316 ~ 23.42%
B 106 of 316 ~ 33.54%

%43.04
%23.42
%33.54

CMYK color model

#884A6A color CMYK value is (0,46,22,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,46,22,47)
C0M46Y22K47 
(0%,46%,22%,47%)
(0.00/0.46/0.22/0.47)	

CMYK percentages

%0
%45.59
%22.06
%46.67

Codes

Color #884A6A in popluar color models

884A6A
RGB13674106
HSL329°29.52%41.18%
HSB/HSV329°45.59%53.33%
CMYK0.00%45.59%22.06%
46.67%

Color #884A6A in popluar number systems.

HEX884A6A
Decimal13674106
Binary1000100010010101101010
Octal210112152

Shades and tints

Shades of #884A6A

#884A6A
(136,74,106)
#7C4461
(124,68,97)
#703E58
(112,62,88)
#64384F
(100,56,79)
#583246
(88,50,70)
#4C2C3D
(76,44,61)
#402634
(64,38,52)
#34202B
(52,32,43)
#281A22
(40,26,34)
#1C1419
(28,20,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #884A6A

#884A6A
(136,74,106)
#925A77
(146,90,119)
#9C6A84
(156,106,132)
#A67A91
(166,122,145)
#B08A9E
(176,138,158)
#BA9AAB
(186,154,171)
#C4AAB8
(196,170,184)
#CEBAC5
(206,186,197)
#D8CAD2
(216,202,210)
#E2DADF
(226,218,223)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A6A; }

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

This text font color is #884A6A.


Background Color

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

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

This div background color is #884A6A.


Border color

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

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

This div border color is #884A6A.


Opacity

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

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

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

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

This text has shadow with #884A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A6A on black background.


Color preview on white background

This text has color #884A6A on white background.



Black color preview on #884A6A background

This text has black color on #884A6A background.


White color preview on #884A6A background

This text has white color on #884A6A background.