COLOR #88221E

HEX: #88221E
RGB: (136,34,30)

Color info

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

RGB color model

#88221E color RGB value is (136,34,30).

  • red value is 136;
  • green value is 34;
  • blue value is 30.
RGB:
(136,34,30)
(53%,13%,12%)

RGB channels and saturation

R 136 of 255 = 53%
G 34 of 255 = 13%
B 30 of 255 = 12%

136
34
30

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

Portions of RGB colors in percentages

R + G + B =
136 + 34 + 30 = 200 (100%)
R 136 of 200 ~ 68%
G 34 of 200 ~ 17%
B 30 of 200 ~ 15%

%68
%17
%15

CMYK color model

#88221E color CMYK value is (0,75,78,47).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 77.94%
  • key color value is 46.67%
CMYK:
(0,75,78,47)
C0M75Y78K47 
(0%,75%,78%,47%)
(0.00/0.75/0.78/0.47)	

CMYK percentages

%0
%75
%77.94
%46.67

Codes

Color #88221E in popluar color models

88221E
RGB1363430
HSL63.86%32.55%
HSB/HSV77.94%53.33%
CMYK0.00%75.00%77.94%
46.67%

Color #88221E in popluar number systems.

HEX88221E
Decimal1363430
Binary1000100010001011110
Octal2104236

Shades and tints

Shades of #88221E

#88221E
(136,34,30)
#7C1F1C
(124,31,28)
#701C1A
(112,28,26)
#641918
(100,25,24)
#581616
(88,22,22)
#4C1314
(76,19,20)
#401012
(64,16,18)
#340D10
(52,13,16)
#280A0E
(40,10,14)
#1C070C
(28,7,12)
#10040A
(16,4,10)
#000000
(0,0,0)

Tints of #88221E

#88221E
(136,34,30)
#923632
(146,54,50)
#9C4A46
(156,74,70)
#A65E5A
(166,94,90)
#B0726E
(176,114,110)
#BA8682
(186,134,130)
#C49A96
(196,154,150)
#CEAEAA
(206,174,170)
#D8C2BE
(216,194,190)
#E2D6D2
(226,214,210)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88221E color. Also use rgb(136,34,30) instead hex code.

Text Font Color

.myTextColor { color: #88221E; }

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

This text font color is #88221E.


Background Color

.myBgColor { background-color: #88221E; }

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

This div background color is #88221E.


Border color

.myBorderColor { border: 1px solid #88221E; }

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

This div border color is #88221E.


Opacity

.myOpacity80 { color: #88221E; opacity: 0.8; }

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

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

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

This text has shadow with #88221E color.

.textShadow {text-shadow: 3px 3px 1px #88221E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88221E on black background.


Color preview on white background

This text has color #88221E on white background.



Black color preview on #88221E background

This text has black color on #88221E background.


White color preview on #88221E background

This text has white color on #88221E background.