COLOR #884A2A

HEX: #884A2A
RGB: (136,74,42)

Color info

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

RGB color model

#884A2A color RGB value is (136,74,42).

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

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 42 of 255 = 16%

136
74
42

R + G + B ~ 33%. #884A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 74 + 42 = 252 (100%)
R 136 of 252 ~ 53.97%
G 74 of 252 ~ 29.37%
B 42 of 252 ~ 16.67%

%53.97
%29.37
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(0,46,69,47)
C0M46Y69K47 
(0%,46%,69%,47%)
(0.00/0.46/0.69/0.47)	

CMYK percentages

%0
%45.59
%69.12
%46.67

Codes

Color #884A2A in popluar color models

884A2A
RGB1367442
HSL20°52.81%34.90%
HSB/HSV20°69.12%53.33%
CMYK0.00%45.59%69.12%
46.67%

Color #884A2A in popluar number systems.

HEX884A2A
Decimal1367442
Binary100010001001010101010
Octal21011252

Shades and tints

Shades of #884A2A

#884A2A
(136,74,42)
#7C4427
(124,68,39)
#703E24
(112,62,36)
#643821
(100,56,33)
#58321E
(88,50,30)
#4C2C1B
(76,44,27)
#402618
(64,38,24)
#342015
(52,32,21)
#281A12
(40,26,18)
#1C140F
(28,20,15)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #884A2A

#884A2A
(136,74,42)
#925A3D
(146,90,61)
#9C6A50
(156,106,80)
#A67A63
(166,122,99)
#B08A76
(176,138,118)
#BA9A89
(186,154,137)
#C4AA9C
(196,170,156)
#CEBAAF
(206,186,175)
#D8CAC2
(216,202,194)
#E2DAD5
(226,218,213)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A2A; }

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

This text font color is #884A2A.


Background Color

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

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

This div background color is #884A2A.


Border color

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

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

This div border color is #884A2A.


Opacity

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

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

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

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

This text has shadow with #884A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884A2A on black background.


Color preview on white background

This text has color #884A2A on white background.



Black color preview on #884A2A background

This text has black color on #884A2A background.


White color preview on #884A2A background

This text has white color on #884A2A background.