COLOR #884654

HEX: #884654
RGB: (136,70,84)

Color info

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

RGB color model

#884654 color RGB value is (136,70,84).

  • red value is 136;
  • green value is 70;
  • blue value is 84.
RGB:
(136,70,84)
(53%,27%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 70 of 255 = 27%
B 84 of 255 = 33%

136
70
84

R + G + B ~ 38%. #884654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 70 + 84 = 290 (100%)
R 136 of 290 ~ 46.9%
G 70 of 290 ~ 24.14%
B 84 of 290 ~ 28.97%

%46.9
%24.14
%28.97

CMYK color model

#884654 color CMYK value is (0,49,38,47).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(0,49,38,47)
C0M49Y38K47 
(0%,49%,38%,47%)
(0.00/0.49/0.38/0.47)	

CMYK percentages

%0
%48.53
%38.24
%46.67

Codes

Color #884654 in popluar color models

884654
RGB1367084
HSL347°32.04%40.39%
HSB/HSV347°48.53%53.33%
CMYK0.00%48.53%38.24%
46.67%

Color #884654 in popluar number systems.

HEX884654
Decimal1367084
Binary1000100010001101010100
Octal210106124

Shades and tints

Shades of #884654

#884654
(136,70,84)
#7C404D
(124,64,77)
#703A46
(112,58,70)
#64343F
(100,52,63)
#582E38
(88,46,56)
#4C2831
(76,40,49)
#40222A
(64,34,42)
#341C23
(52,28,35)
#28161C
(40,22,28)
#1C1015
(28,16,21)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #884654

#884654
(136,70,84)
#925663
(146,86,99)
#9C6672
(156,102,114)
#A67681
(166,118,129)
#B08690
(176,134,144)
#BA969F
(186,150,159)
#C4A6AE
(196,166,174)
#CEB6BD
(206,182,189)
#D8C6CC
(216,198,204)
#E2D6DB
(226,214,219)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884654 color. Also use rgb(136,70,84) instead hex code.

Text Font Color

.myTextColor { color: #884654; }

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

This text font color is #884654.


Background Color

.myBgColor { background-color: #884654; }

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

This div background color is #884654.


Border color

.myBorderColor { border: 1px solid #884654; }

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

This div border color is #884654.


Opacity

.myOpacity80 { color: #884654; opacity: 0.8; }

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

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

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

This text has shadow with #884654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884654 on black background.


Color preview on white background

This text has color #884654 on white background.



Black color preview on #884654 background

This text has black color on #884654 background.


White color preview on #884654 background

This text has white color on #884654 background.