COLOR #884D49

HEX: #884D49
RGB: (136,77,73)

Color info

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

RGB color model

#884D49 color RGB value is (136,77,73).

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

RGB channels and saturation

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

136
77
73

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

Portions of RGB colors in percentages

R + G + B =
136 + 77 + 73 = 286 (100%)
R 136 of 286 ~ 47.55%
G 77 of 286 ~ 26.92%
B 73 of 286 ~ 25.52%

%47.55
%26.92
%25.52

CMYK color model

#884D49 color CMYK value is (0,43,46,47).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(0,43,46,47)
C0M43Y46K47 
(0%,43%,46%,47%)
(0.00/0.43/0.46/0.47)	

CMYK percentages

%0
%43.38
%46.32
%46.67

Codes

Color #884D49 in popluar color models

884D49
RGB1367773
HSL30.14%40.98%
HSB/HSV46.32%53.33%
CMYK0.00%43.38%46.32%
46.67%

Color #884D49 in popluar number systems.

HEX884D49
Decimal1367773
Binary1000100010011011001001
Octal210115111

Shades and tints

Shades of #884D49

#884D49
(136,77,73)
#7C4643
(124,70,67)
#703F3D
(112,63,61)
#643837
(100,56,55)
#583131
(88,49,49)
#4C2A2B
(76,42,43)
#402325
(64,35,37)
#341C1F
(52,28,31)
#281519
(40,21,25)
#1C0E13
(28,14,19)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #884D49

#884D49
(136,77,73)
#925D59
(146,93,89)
#9C6D69
(156,109,105)
#A67D79
(166,125,121)
#B08D89
(176,141,137)
#BA9D99
(186,157,153)
#C4ADA9
(196,173,169)
#CEBDB9
(206,189,185)
#D8CDC9
(216,205,201)
#E2DDD9
(226,221,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884D49; }

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

This text font color is #884D49.


Background Color

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

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

This div background color is #884D49.


Border color

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

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

This div border color is #884D49.


Opacity

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

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

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

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

This text has shadow with #884D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D49 on black background.


Color preview on white background

This text has color #884D49 on white background.



Black color preview on #884D49 background

This text has black color on #884D49 background.


White color preview on #884D49 background

This text has white color on #884D49 background.