COLOR #882D2D

HEX: #882D2D
RGB: (136,45,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
45
45

R + G + B ~ 30%. #882D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 45 + 45 = 226 (100%)
R 136 of 226 ~ 60.18%
G 45 of 226 ~ 19.91%
B 45 of 226 ~ 19.91%

%60.18
%19.91
%19.91

CMYK color model

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

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

CMYK percentages

%0
%66.91
%66.91
%46.67

Codes

Color #882D2D in popluar color models

882D2D
RGB1364545
HSL50.28%35.49%
HSB/HSV66.91%53.33%
CMYK0.00%66.91%66.91%
46.67%

Color #882D2D in popluar number systems.

HEX882D2D
Decimal1364545
Binary10001000101101101101
Octal2105555

Shades and tints

Shades of #882D2D

#882D2D
(136,45,45)
#7C2929
(124,41,41)
#702525
(112,37,37)
#642121
(100,33,33)
#581D1D
(88,29,29)
#4C1919
(76,25,25)
#401515
(64,21,21)
#341111
(52,17,17)
#280D0D
(40,13,13)
#1C0909
(28,9,9)
#100505
(16,5,5)
#000000
(0,0,0)

Tints of #882D2D

#882D2D
(136,45,45)
#924040
(146,64,64)
#9C5353
(156,83,83)
#A66666
(166,102,102)
#B07979
(176,121,121)
#BA8C8C
(186,140,140)
#C49F9F
(196,159,159)
#CEB2B2
(206,178,178)
#D8C5C5
(216,197,197)
#E2D8D8
(226,216,216)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882D2D; }

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

This text font color is #882D2D.


Background Color

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

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

This div background color is #882D2D.


Border color

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

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

This div border color is #882D2D.


Opacity

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

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

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

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

This text has shadow with #882D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882D2D on black background.


Color preview on white background

This text has color #882D2D on white background.



Black color preview on #882D2D background

This text has black color on #882D2D background.


White color preview on #882D2D background

This text has white color on #882D2D background.