COLOR #882528

HEX: #882528
RGB: (136,37,40)

Color info

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

RGB color model

#882528 color RGB value is (136,37,40).

  • red value is 136;
  • green value is 37;
  • blue value is 40.
RGB:
(136,37,40)
(53%,15%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 37 of 255 = 15%
B 40 of 255 = 16%

136
37
40

R + G + B ~ 28%. #882528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 37 + 40 = 213 (100%)
R 136 of 213 ~ 63.85%
G 37 of 213 ~ 17.37%
B 40 of 213 ~ 18.78%

%63.85
%17.37
%18.78

CMYK color model

#882528 color CMYK value is (0,73,71,47).

  • cyan value is 0.00%
  • magenta value is 72.79%
  • yellow value is 70.59%
  • key color value is 46.67%
CMYK:
(0,73,71,47)
C0M73Y71K47 
(0%,73%,71%,47%)
(0.00/0.73/0.71/0.47)	

CMYK percentages

%0
%72.79
%70.59
%46.67

Codes

Color #882528 in popluar color models

882528
RGB1363740
HSL358°57.23%33.92%
HSB/HSV358°72.79%53.33%
CMYK0.00%72.79%70.59%
46.67%

Color #882528 in popluar number systems.

HEX882528
Decimal1363740
Binary10001000100101101000
Octal2104550

Shades and tints

Shades of #882528

#882528
(136,37,40)
#7C2225
(124,34,37)
#701F22
(112,31,34)
#641C1F
(100,28,31)
#58191C
(88,25,28)
#4C1619
(76,22,25)
#401316
(64,19,22)
#341013
(52,16,19)
#280D10
(40,13,16)
#1C0A0D
(28,10,13)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #882528

#882528
(136,37,40)
#92383B
(146,56,59)
#9C4B4E
(156,75,78)
#A65E61
(166,94,97)
#B07174
(176,113,116)
#BA8487
(186,132,135)
#C4979A
(196,151,154)
#CEAAAD
(206,170,173)
#D8BDC0
(216,189,192)
#E2D0D3
(226,208,211)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882528 color. Also use rgb(136,37,40) instead hex code.

Text Font Color

.myTextColor { color: #882528; }

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

This text font color is #882528.


Background Color

.myBgColor { background-color: #882528; }

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

This div background color is #882528.


Border color

.myBorderColor { border: 1px solid #882528; }

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

This div border color is #882528.


Opacity

.myOpacity80 { color: #882528; opacity: 0.8; }

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

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

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

This text has shadow with #882528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882528 on black background.


Color preview on white background

This text has color #882528 on white background.



Black color preview on #882528 background

This text has black color on #882528 background.


White color preview on #882528 background

This text has white color on #882528 background.