COLOR #884F6D

HEX: #884F6D
RGB: (136,79,109)

Color info

#884F6D contains red, green and blue colors in about the same proportion. Web safe color of #884F6D is #996666 (or #966).

RGB color model

#884F6D color RGB value is (136,79,109).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 109 of 255 = 43%

136
79
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 109 = 324 (100%)
R 136 of 324 ~ 41.98%
G 79 of 324 ~ 24.38%
B 109 of 324 ~ 33.64%

%41.98
%24.38
%33.64

CMYK color model

#884F6D color CMYK value is (0,42,20,47).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,42,20,47)
C0M42Y20K47 
(0%,42%,20%,47%)
(0.00/0.42/0.20/0.47)	

CMYK percentages

%0
%41.91
%19.85
%46.67

Codes

Color #884F6D in popluar color models

884F6D
RGB13679109
HSL328°26.51%42.16%
HSB/HSV328°41.91%53.33%
CMYK0.00%41.91%19.85%
46.67%

Color #884F6D in popluar number systems.

HEX884F6D
Decimal13679109
Binary1000100010011111101101
Octal210117155

Shades and tints

Shades of #884F6D

#884F6D
(136,79,109)
#7C4864
(124,72,100)
#70415B
(112,65,91)
#643A52
(100,58,82)
#583349
(88,51,73)
#4C2C40
(76,44,64)
#402537
(64,37,55)
#341E2E
(52,30,46)
#281725
(40,23,37)
#1C101C
(28,16,28)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #884F6D

#884F6D
(136,79,109)
#925F7A
(146,95,122)
#9C6F87
(156,111,135)
#A67F94
(166,127,148)
#B08FA1
(176,143,161)
#BA9FAE
(186,159,174)
#C4AFBB
(196,175,187)
#CEBFC8
(206,191,200)
#D8CFD5
(216,207,213)
#E2DFE2
(226,223,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F6D; }

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

This text font color is #884F6D.


Background Color

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

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

This div background color is #884F6D.


Border color

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

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

This div border color is #884F6D.


Opacity

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

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

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

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

This text has shadow with #884F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F6D on black background.


Color preview on white background

This text has color #884F6D on white background.



Black color preview on #884F6D background

This text has black color on #884F6D background.


White color preview on #884F6D background

This text has white color on #884F6D background.