COLOR #884B4B

HEX: #884B4B
RGB: (136,75,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
75
75

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

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 75 = 286 (100%)
R 136 of 286 ~ 47.55%
G 75 of 286 ~ 26.22%
B 75 of 286 ~ 26.22%

%47.55
%26.22
%26.22

CMYK color model

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

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

CMYK percentages

%0
%44.85
%44.85
%46.67

Codes

Color #884B4B in popluar color models

884B4B
RGB1367575
HSL28.91%41.37%
HSB/HSV44.85%53.33%
CMYK0.00%44.85%44.85%
46.67%

Color #884B4B in popluar number systems.

HEX884B4B
Decimal1367575
Binary1000100010010111001011
Octal210113113

Shades and tints

Shades of #884B4B

#884B4B
(136,75,75)
#7C4545
(124,69,69)
#703F3F
(112,63,63)
#643939
(100,57,57)
#583333
(88,51,51)
#4C2D2D
(76,45,45)
#402727
(64,39,39)
#342121
(52,33,33)
#281B1B
(40,27,27)
#1C1515
(28,21,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #884B4B

#884B4B
(136,75,75)
#925B5B
(146,91,91)
#9C6B6B
(156,107,107)
#A67B7B
(166,123,123)
#B08B8B
(176,139,139)
#BA9B9B
(186,155,155)
#C4ABAB
(196,171,171)
#CEBBBB
(206,187,187)
#D8CBCB
(216,203,203)
#E2DBDB
(226,219,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884B4B; }

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

This text font color is #884B4B.


Background Color

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

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

This div background color is #884B4B.


Border color

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

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

This div border color is #884B4B.


Opacity

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

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

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

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

This text has shadow with #884B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B4B on black background.


Color preview on white background

This text has color #884B4B on white background.



Black color preview on #884B4B background

This text has black color on #884B4B background.


White color preview on #884B4B background

This text has white color on #884B4B background.