COLOR #884A49

HEX: #884A49
RGB: (136,74,73)

Color info

#884A49 contains mainly red color. Web safe color of #884A49 is #993333 (or #933).

RGB color model

#884A49 color RGB value is (136,74,73).

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

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 73 of 255 = 29%

136
74
73

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

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 73 = 283 (100%)
R 136 of 283 ~ 48.06%
G 74 of 283 ~ 26.15%
B 73 of 283 ~ 25.8%

%48.06
%26.15
%25.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(0,46,46,47)
C0M46Y46K47 
(0%,46%,46%,47%)
(0.00/0.46/0.46/0.47)	

CMYK percentages

%0
%45.59
%46.32
%46.67

Codes

Color #884A49 in popluar color models

884A49
RGB1367473
HSL30.14%40.98%
HSB/HSV46.32%53.33%
CMYK0.00%45.59%46.32%
46.67%

Color #884A49 in popluar number systems.

HEX884A49
Decimal1367473
Binary1000100010010101001001
Octal210112111

Shades and tints

Shades of #884A49

#884A49
(136,74,73)
#7C4443
(124,68,67)
#703E3D
(112,62,61)
#643837
(100,56,55)
#583231
(88,50,49)
#4C2C2B
(76,44,43)
#402625
(64,38,37)
#34201F
(52,32,31)
#281A19
(40,26,25)
#1C1413
(28,20,19)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #884A49

#884A49
(136,74,73)
#925A59
(146,90,89)
#9C6A69
(156,106,105)
#A67A79
(166,122,121)
#B08A89
(176,138,137)
#BA9A99
(186,154,153)
#C4AAA9
(196,170,169)
#CEBAB9
(206,186,185)
#D8CAC9
(216,202,201)
#E2DAD9
(226,218,217)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A49; }

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

This text font color is #884A49.


Background Color

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

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

This div background color is #884A49.


Border color

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

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

This div border color is #884A49.


Opacity

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

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

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

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

This text has shadow with #884A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A49 on black background.


Color preview on white background

This text has color #884A49 on white background.



Black color preview on #884A49 background

This text has black color on #884A49 background.


White color preview on #884A49 background

This text has white color on #884A49 background.