COLOR #884B4D

HEX: #884B4D
RGB: (136,75,77)

Color info

#884B4D contains mainly red and blue colors. Web safe color of #884B4D is #993333 (or #933).

RGB color model

#884B4D color RGB value is (136,75,77).

  • red value is 136;
  • green value is 75;
  • blue value is 77.
RGB:
(136,75,77)
(53%,29%,30%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 77 of 255 = 30%

136
75
77

R + G + B ~ 37%. #884B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 77 = 288 (100%)
R 136 of 288 ~ 47.22%
G 75 of 288 ~ 26.04%
B 77 of 288 ~ 26.74%

%47.22
%26.04
%26.74

CMYK color model

#884B4D color CMYK value is (0,45,43,47).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(0,45,43,47)
C0M45Y43K47 
(0%,45%,43%,47%)
(0.00/0.45/0.43/0.47)	

CMYK percentages

%0
%44.85
%43.38
%46.67

Codes

Color #884B4D in popluar color models

884B4D
RGB1367577
HSL358°28.91%41.37%
HSB/HSV358°44.85%53.33%
CMYK0.00%44.85%43.38%
46.67%

Color #884B4D in popluar number systems.

HEX884B4D
Decimal1367577
Binary1000100010010111001101
Octal210113115

Shades and tints

Shades of #884B4D

#884B4D
(136,75,77)
#7C4546
(124,69,70)
#703F3F
(112,63,63)
#643938
(100,57,56)
#583331
(88,51,49)
#4C2D2A
(76,45,42)
#402723
(64,39,35)
#34211C
(52,33,28)
#281B15
(40,27,21)
#1C150E
(28,21,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #884B4D

#884B4D
(136,75,77)
#925B5D
(146,91,93)
#9C6B6D
(156,107,109)
#A67B7D
(166,123,125)
#B08B8D
(176,139,141)
#BA9B9D
(186,155,157)
#C4ABAD
(196,171,173)
#CEBBBD
(206,187,189)
#D8CBCD
(216,203,205)
#E2DBDD
(226,219,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884B4D color. Also use rgb(136,75,77) instead hex code.

Text Font Color

.myTextColor { color: #884B4D; }

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

This text font color is #884B4D.


Background Color

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

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

This div background color is #884B4D.


Border color

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

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

This div border color is #884B4D.


Opacity

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

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

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

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

This text has shadow with #884B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B4D on black background.


Color preview on white background

This text has color #884B4D on white background.



Black color preview on #884B4D background

This text has black color on #884B4D background.


White color preview on #884B4D background

This text has white color on #884B4D background.