COLOR #882D2A

HEX: #882D2A
RGB: (136,45,42)

Color info

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

RGB color model

#882D2A color RGB value is (136,45,42).

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

RGB channels and saturation

R 136 of 255 = 53%
G 45 of 255 = 18%
B 42 of 255 = 16%

136
45
42

R + G + B ~ 29%. #882D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 45 + 42 = 223 (100%)
R 136 of 223 ~ 60.99%
G 45 of 223 ~ 20.18%
B 42 of 223 ~ 18.83%

%60.99
%20.18
%18.83

CMYK color model

#882D2A color CMYK value is (0,67,69,47).

  • cyan value is 0.00%
  • magenta value is 66.91%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(0,67,69,47)
C0M67Y69K47 
(0%,67%,69%,47%)
(0.00/0.67/0.69/0.47)	

CMYK percentages

%0
%66.91
%69.12
%46.67

Codes

Color #882D2A in popluar color models

882D2A
RGB1364542
HSL52.81%34.90%
HSB/HSV69.12%53.33%
CMYK0.00%66.91%69.12%
46.67%

Color #882D2A in popluar number systems.

HEX882D2A
Decimal1364542
Binary10001000101101101010
Octal2105552

Shades and tints

Shades of #882D2A

#882D2A
(136,45,42)
#7C2927
(124,41,39)
#702524
(112,37,36)
#642121
(100,33,33)
#581D1E
(88,29,30)
#4C191B
(76,25,27)
#401518
(64,21,24)
#341115
(52,17,21)
#280D12
(40,13,18)
#1C090F
(28,9,15)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #882D2A

#882D2A
(136,45,42)
#92403D
(146,64,61)
#9C5350
(156,83,80)
#A66663
(166,102,99)
#B07976
(176,121,118)
#BA8C89
(186,140,137)
#C49F9C
(196,159,156)
#CEB2AF
(206,178,175)
#D8C5C2
(216,197,194)
#E2D8D5
(226,216,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882D2A; }

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

This text font color is #882D2A.


Background Color

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

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

This div background color is #882D2A.


Border color

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

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

This div border color is #882D2A.


Opacity

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

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

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

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

This text has shadow with #882D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882D2A on black background.


Color preview on white background

This text has color #882D2A on white background.



Black color preview on #882D2A background

This text has black color on #882D2A background.


White color preview on #882D2A background

This text has white color on #882D2A background.