COLOR #882817

HEX: #882817 RGB: (136,40,23)

Color info

#882817 contains mainly red color. Web safe color of #882817 is #993300 (or #930).

RGB color model

#882817 color RGB value is (136,40,23).

RGB: (136,40,23) (53%, 16%, 9%)

RGB channels and saturation

R 136 of 255 = 53%
G 40 of 255 = 16%
B 23 of 255 = 9%

136
40
23

R + G + B ~ 26%. #882817 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 40 + 23 = 199 (100%)
R 136 of 199 ~ 68.34%
G 40 of 199 ~ 20.1%
B 23 of 199 ~ 11.56'%

%68.34
%20.1
%11.56

CMYK color model

#882817 color CMYK value is (0,71,83,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 83.09%
  • key color value is 46.67%

CMYK: (0,71,83,47)
C0M71Y83K47 (0%, 71%, 83%, 47%)
(0.00 / 0.71 / 0.83 / 0.47)

CMYK percentages

%0
%70.59
%83.09
%46.67

Codes

Color #882817 in popluar color models

88 28 17
RGB 136 40 23
HSL 71.07% 31.18%
HSB/HSV 83.09% 53.33%
CMYK 0.00% 70.59% 83.09%
46.67%

Color #882817 in popluar number systems.

HEX 88 28 17
Decimal 136 40 23
Binary 10001000 101000 10111
Octal 210 50 27

Shades and tints

Shades of #882817

#882817
(136,40,23)
#7C2515
(124,37,21)
#702213
(112,34,19)
#641F11
(100,31,17)
#581C0F
(88,28,15)
#4C190D
(76,25,13)
#40160B
(64,22,11)
#341309
(52,19,9)
#281007
(40,16,7)
#1C0D05
(28,13,5)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #882817

#882817
(136,40,23)
#923B2C
(146,59,44)
#9C4E41
(156,78,65)
#A66156
(166,97,86)
#B0746B
(176,116,107)
#BA8780
(186,135,128)
#C49A95
(196,154,149)
#CEADAA
(206,173,170)
#D8C0BF
(216,192,191)
#E2D3D4
(226,211,212)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882817; }

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

This text font color is #882817.

Background Color

.myBgColor { background-color: #882817; }

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

This div background color is #882817.

Border color

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

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

This div border color is #882817.

Opacity

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

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

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

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

This text has shadow with #882817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882817.

Preview

Color preview on black background

This text has color #882817 on black background.


Color preview on white background

This text has color #882817 on white background.


Black color preview on #882817 background

This text has black color on #882817 background.


White color preview on #882817 background

This text has white color on #882817 background.


Related colors

Complementary color

Complementary color for #hex is #77D7E8.


I love getcolorcode.com

Triadic colors

1 #178828 and #281788 with #882817 are triadic colors.

2 #172888 and #288817 with #882817 are triadic colors.