COLOR #884E67

HEX: #884E67
RGB: (136,78,103)

Color info

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

RGB color model

#884E67 color RGB value is (136,78,103).

  • red value is 136;
  • green value is 78;
  • blue value is 103.
RGB:
(136,78,103)
(53%,31%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 103 of 255 = 40%

136
78
103

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

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 103 = 317 (100%)
R 136 of 317 ~ 42.9%
G 78 of 317 ~ 24.61%
B 103 of 317 ~ 32.49%

%42.9
%24.61
%32.49

CMYK color model

#884E67 color CMYK value is (0,43,24,47).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(0,43,24,47)
C0M43Y24K47 
(0%,43%,24%,47%)
(0.00/0.43/0.24/0.47)	

CMYK percentages

%0
%42.65
%24.26
%46.67

Codes

Color #884E67 in popluar color models

884E67
RGB13678103
HSL334°27.10%41.96%
HSB/HSV334°42.65%53.33%
CMYK0.00%42.65%24.26%
46.67%

Color #884E67 in popluar number systems.

HEX884E67
Decimal13678103
Binary1000100010011101100111
Octal210116147

Shades and tints

Shades of #884E67

#884E67
(136,78,103)
#7C475E
(124,71,94)
#704055
(112,64,85)
#64394C
(100,57,76)
#583243
(88,50,67)
#4C2B3A
(76,43,58)
#402431
(64,36,49)
#341D28
(52,29,40)
#28161F
(40,22,31)
#1C0F16
(28,15,22)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #884E67

#884E67
(136,78,103)
#925E74
(146,94,116)
#9C6E81
(156,110,129)
#A67E8E
(166,126,142)
#B08E9B
(176,142,155)
#BA9EA8
(186,158,168)
#C4AEB5
(196,174,181)
#CEBEC2
(206,190,194)
#D8CECF
(216,206,207)
#E2DEDC
(226,222,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884E67 color. Also use rgb(136,78,103) instead hex code.

Text Font Color

.myTextColor { color: #884E67; }

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

This text font color is #884E67.


Background Color

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

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

This div background color is #884E67.


Border color

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

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

This div border color is #884E67.


Opacity

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

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

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

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

This text has shadow with #884E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884E67 on black background.


Color preview on white background

This text has color #884E67 on white background.



Black color preview on #884E67 background

This text has black color on #884E67 background.


White color preview on #884E67 background

This text has white color on #884E67 background.