COLOR #884B2D

HEX: #884B2D
RGB: (136,75,45)

Color info

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

RGB color model

#884B2D color RGB value is (136,75,45).

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

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 45 of 255 = 18%

136
75
45

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

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 45 = 256 (100%)
R 136 of 256 ~ 53.13%
G 75 of 256 ~ 29.3%
B 45 of 256 ~ 17.58%

%53.13
%29.3
%17.58

CMYK color model

#884B2D color CMYK value is (0,45,67,47).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 66.91%
  • key color value is 46.67%
CMYK:
(0,45,67,47)
C0M45Y67K47 
(0%,45%,67%,47%)
(0.00/0.45/0.67/0.47)	

CMYK percentages

%0
%44.85
%66.91
%46.67

Codes

Color #884B2D in popluar color models

884B2D
RGB1367545
HSL20°50.28%35.49%
HSB/HSV20°66.91%53.33%
CMYK0.00%44.85%66.91%
46.67%

Color #884B2D in popluar number systems.

HEX884B2D
Decimal1367545
Binary100010001001011101101
Octal21011355

Shades and tints

Shades of #884B2D

#884B2D
(136,75,45)
#7C4529
(124,69,41)
#703F25
(112,63,37)
#643921
(100,57,33)
#58331D
(88,51,29)
#4C2D19
(76,45,25)
#402715
(64,39,21)
#342111
(52,33,17)
#281B0D
(40,27,13)
#1C1509
(28,21,9)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #884B2D

#884B2D
(136,75,45)
#925B40
(146,91,64)
#9C6B53
(156,107,83)
#A67B66
(166,123,102)
#B08B79
(176,139,121)
#BA9B8C
(186,155,140)
#C4AB9F
(196,171,159)
#CEBBB2
(206,187,178)
#D8CBC5
(216,203,197)
#E2DBD8
(226,219,216)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884B2D; }

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

This text font color is #884B2D.


Background Color

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

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

This div background color is #884B2D.


Border color

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

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

This div border color is #884B2D.


Opacity

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

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

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

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

This text has shadow with #884B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B2D on black background.


Color preview on white background

This text has color #884B2D on white background.



Black color preview on #884B2D background

This text has black color on #884B2D background.


White color preview on #884B2D background

This text has white color on #884B2D background.