COLOR #882329

HEX: #882329 RGB: (136,35,41)

Color info

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

RGB color model

#882329 color RGB value is (136,35,41).

RGB: (136,35,41) (53%, 14%, 16%)

RGB channels and saturation

R 136 of 255 = 53%
G 35 of 255 = 14%
B 41 of 255 = 16%

136
35
41

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

Portions of RGB colors in percentages

R + G + B = 136 + 35 + 41 = 212 (100%)
R 136 of 212 ~ 64.15%
G 35 of 212 ~ 16.51%
B 41 of 212 ~ 19.34'%

%64.15
%16.51
%19.34

CMYK color model

#882329 color CMYK value is (0,74,70,47).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 69.85%
  • key color value is 46.67%

CMYK: (0,74,70,47)
C0M74Y70K47 (0%, 74%, 70%, 47%)
(0.00 / 0.74 / 0.70 / 0.47)

CMYK percentages

%0
%74.26
%69.85
%46.67

Codes

Color #882329 in popluar color models

88 23 29
RGB 136 35 41
HSL 356° 59.06% 33.53%
HSB/HSV 356° 74.26% 53.33%
CMYK 0.00% 74.26% 69.85%
46.67%

Color #882329 in popluar number systems.

HEX 88 23 29
Decimal 136 35 41
Binary 10001000 100011 101001
Octal 210 43 51

Shades and tints

Shades of #882329

#882329
(136,35,41)
#7C2026
(124,32,38)
#701D23
(112,29,35)
#641A20
(100,26,32)
#58171D
(88,23,29)
#4C141A
(76,20,26)
#401117
(64,17,23)
#340E14
(52,14,20)
#280B11
(40,11,17)
#1C080E
(28,8,14)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #882329

#882329
(136,35,41)
#92373C
(146,55,60)
#9C4B4F
(156,75,79)
#A65F62
(166,95,98)
#B07375
(176,115,117)
#BA8788
(186,135,136)
#C49B9B
(196,155,155)
#CEAFAE
(206,175,174)
#D8C3C1
(216,195,193)
#E2D7D4
(226,215,212)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882329 color. Also use rgb(136,35,41) instead hex code.

Text Font Color

.myTextColor { color: #882329; }

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

This text font color is #882329.

Background Color

.myBgColor { background-color: #882329; }

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

This div background color is #882329.

Border color

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

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

This div border color is #882329.

Opacity

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

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

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

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

This text has shadow with #882329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882329.

Preview

Color preview on black background

This text has color #882329 on black background.


Color preview on white background

This text has color #882329 on white background.


Black color preview on #882329 background

This text has black color on #882329 background.


White color preview on #882329 background

This text has white color on #882329 background.


Related colors

Complementary color

Complementary color for #hex is #77DCD6.


I love getcolorcode.com

Triadic colors

1 #298823 and #232988 with #882329 are triadic colors.

2 #292388 and #238829 with #882329 are triadic colors.