COLOR #882333

HEX: #882333 RGB: (136,35,51)

Color info

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

RGB color model

#882333 color RGB value is (136,35,51).

RGB: (136,35,51) (53%, 14%, 20%)

RGB channels and saturation

R 136 of 255 = 53%
G 35 of 255 = 14%
B 51 of 255 = 20%

136
35
51

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

Portions of RGB colors in percentages

R + G + B = 136 + 35 + 51 = 222 (100%)
R 136 of 222 ~ 61.26%
G 35 of 222 ~ 15.77%
B 51 of 222 ~ 22.97'%

%61.26
%15.77
%22.97

CMYK color model

#882333 color CMYK value is (0,74,63,47).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 62.50%
  • key color value is 46.67%
CMYK: (0,74,63,47) C0M74Y63K47 (0%,74%,63%,47%) (0.00/0.74/0.63/0.47) 

CMYK percentages

%0
%74.26
%62.5
%46.67

Codes

Color #882333 in popluar color models

88 23 33
RGB 136 35 51
HSL 350° 59.06% 33.53%
HSB/HSV 350° 74.26% 53.33%
CMYK 0.00% 74.26% 62.50%
46.67%

Color #882333 in popluar number systems.

HEX 88 23 33
Decimal 136 35 51
Binary 10001000 100011 110011
Octal 210 43 63

Shades and tints

Shades of #882333

#882333
(136,35,51)
#7C202F
(124,32,47)
#701D2B
(112,29,43)
#641A27
(100,26,39)
#581723
(88,23,35)
#4C141F
(76,20,31)
#40111B
(64,17,27)
#340E17
(52,14,23)
#280B13
(40,11,19)
#1C080F
(28,8,15)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #882333

#882333
(136,35,51)
#923745
(146,55,69)
#9C4B57
(156,75,87)
#A65F69
(166,95,105)
#B0737B
(176,115,123)
#BA878D
(186,135,141)
#C49B9F
(196,155,159)
#CEAFB1
(206,175,177)
#D8C3C3
(216,195,195)
#E2D7D5
(226,215,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882333; }

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

This text font color is #882333.

Background Color

.myBgColor { background-color: #882333; }

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

This div background color is #882333.

Border color

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

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

This div border color is #882333.

Opacity

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

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

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

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

This text has shadow with #882333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882333.

Preview

Color preview on black background

This text has color #882333 on black background.


Color preview on white background

This text has color #882333 on white background.


Black color preview on #882333 background

This text has black color on #882333 background.


White color preview on #882333 background

This text has white color on #882333 background.


Related colors

Complementary color

Complementary color for #hex is #77DCCC.


I love getcolorcode.com

Triadic colors

1 #338823 and #233388 with #882333 are triadic colors.

2 #332388 and #238833 with #882333 are triadic colors.