COLOR #88203B

HEX: #88203B
RGB: (136,32,59)

Color info

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

RGB color model

#88203B color RGB value is (136,32,59).

  • red value is 136;
  • green value is 32;
  • blue value is 59.
RGB:
(136,32,59)
(53%,13%,23%)

RGB channels and saturation

R 136 of 255 = 53%
G 32 of 255 = 13%
B 59 of 255 = 23%

136
32
59

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

Portions of RGB colors in percentages

R + G + B =
136 + 32 + 59 = 227 (100%)
R 136 of 227 ~ 59.91%
G 32 of 227 ~ 14.1%
B 59 of 227 ~ 25.99%

%59.91
%14.1
%25.99

CMYK color model

#88203B color CMYK value is (0,76,57,47).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(0,76,57,47)
C0M76Y57K47 
(0%,76%,57%,47%)
(0.00/0.76/0.57/0.47)	

CMYK percentages

%0
%76.47
%56.62
%46.67

Codes

Color #88203B in popluar color models

88203B
RGB1363259
HSL344°61.90%32.94%
HSB/HSV344°76.47%53.33%
CMYK0.00%76.47%56.62%
46.67%

Color #88203B in popluar number systems.

HEX88203B
Decimal1363259
Binary10001000100000111011
Octal2104073

Shades and tints

Shades of #88203B

#88203B
(136,32,59)
#7C1E36
(124,30,54)
#701C31
(112,28,49)
#641A2C
(100,26,44)
#581827
(88,24,39)
#4C1622
(76,22,34)
#40141D
(64,20,29)
#341218
(52,18,24)
#281013
(40,16,19)
#1C0E0E
(28,14,14)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #88203B

#88203B
(136,32,59)
#92344C
(146,52,76)
#9C485D
(156,72,93)
#A65C6E
(166,92,110)
#B0707F
(176,112,127)
#BA8490
(186,132,144)
#C498A1
(196,152,161)
#CEACB2
(206,172,178)
#D8C0C3
(216,192,195)
#E2D4D4
(226,212,212)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88203B color. Also use rgb(136,32,59) instead hex code.

Text Font Color

.myTextColor { color: #88203B; }

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

This text font color is #88203B.


Background Color

.myBgColor { background-color: #88203B; }

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

This div background color is #88203B.


Border color

.myBorderColor { border: 1px solid #88203B; }

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

This div border color is #88203B.


Opacity

.myOpacity80 { color: #88203B; opacity: 0.8; }

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

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

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

This text has shadow with #88203B color.

.textShadow {text-shadow: 3px 3px 1px #88203B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88203B on black background.


Color preview on white background

This text has color #88203B on white background.



Black color preview on #88203B background

This text has black color on #88203B background.


White color preview on #88203B background

This text has white color on #88203B background.