COLOR #882A26

HEX: #882A26
RGB: (136,42,38)

Color info

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

RGB color model

#882A26 color RGB value is (136,42,38).

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

RGB channels and saturation

R 136 of 255 = 53%
G 42 of 255 = 16%
B 38 of 255 = 15%

136
42
38

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

Portions of RGB colors in percentages

R + G + B =
136 + 42 + 38 = 216 (100%)
R 136 of 216 ~ 62.96%
G 42 of 216 ~ 19.44%
B 38 of 216 ~ 17.59%

%62.96
%19.44
%17.59

CMYK color model

#882A26 color CMYK value is (0,69,72,47).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 72.06%
  • key color value is 46.67%
CMYK:
(0,69,72,47)
C0M69Y72K47 
(0%,69%,72%,47%)
(0.00/0.69/0.72/0.47)	

CMYK percentages

%0
%69.12
%72.06
%46.67

Codes

Color #882A26 in popluar color models

882A26
RGB1364238
HSL56.32%34.12%
HSB/HSV72.06%53.33%
CMYK0.00%69.12%72.06%
46.67%

Color #882A26 in popluar number systems.

HEX882A26
Decimal1364238
Binary10001000101010100110
Octal2105246

Shades and tints

Shades of #882A26

#882A26
(136,42,38)
#7C2723
(124,39,35)
#702420
(112,36,32)
#64211D
(100,33,29)
#581E1A
(88,30,26)
#4C1B17
(76,27,23)
#401814
(64,24,20)
#341511
(52,21,17)
#28120E
(40,18,14)
#1C0F0B
(28,15,11)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #882A26

#882A26
(136,42,38)
#923D39
(146,61,57)
#9C504C
(156,80,76)
#A6635F
(166,99,95)
#B07672
(176,118,114)
#BA8985
(186,137,133)
#C49C98
(196,156,152)
#CEAFAB
(206,175,171)
#D8C2BE
(216,194,190)
#E2D5D1
(226,213,209)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882A26 color. Also use rgb(136,42,38) instead hex code.

Text Font Color

.myTextColor { color: #882A26; }

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

This text font color is #882A26.


Background Color

.myBgColor { background-color: #882A26; }

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

This div background color is #882A26.


Border color

.myBorderColor { border: 1px solid #882A26; }

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

This div border color is #882A26.


Opacity

.myOpacity80 { color: #882A26; opacity: 0.8; }

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

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

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

This text has shadow with #882A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882A26 on black background.


Color preview on white background

This text has color #882A26 on white background.



Black color preview on #882A26 background

This text has black color on #882A26 background.


White color preview on #882A26 background

This text has white color on #882A26 background.