COLOR #88283B

HEX: #88283B
RGB: (136,40,59)

Color info

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

RGB color model

#88283B color RGB value is (136,40,59).

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

RGB channels and saturation

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

136
40
59

R + G + B ~ 31%. #88283B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 40 + 59 = 235 (100%)
R 136 of 235 ~ 57.87%
G 40 of 235 ~ 17.02%
B 59 of 235 ~ 25.11%

%57.87
%17.02
%25.11

CMYK color model

#88283B color CMYK value is (0,71,57,47).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(0,71,57,47)
C0M71Y57K47 
(0%,71%,57%,47%)
(0.00/0.71/0.57/0.47)	

CMYK percentages

%0
%70.59
%56.62
%46.67

Codes

Color #88283B in popluar color models

88283B
RGB1364059
HSL348°54.55%34.51%
HSB/HSV348°70.59%53.33%
CMYK0.00%70.59%56.62%
46.67%

Color #88283B in popluar number systems.

HEX88283B
Decimal1364059
Binary10001000101000111011
Octal2105073

Shades and tints

Shades of #88283B

#88283B
(136,40,59)
#7C2536
(124,37,54)
#702231
(112,34,49)
#641F2C
(100,31,44)
#581C27
(88,28,39)
#4C1922
(76,25,34)
#40161D
(64,22,29)
#341318
(52,19,24)
#281013
(40,16,19)
#1C0D0E
(28,13,14)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #88283B

#88283B
(136,40,59)
#923B4C
(146,59,76)
#9C4E5D
(156,78,93)
#A6616E
(166,97,110)
#B0747F
(176,116,127)
#BA8790
(186,135,144)
#C49AA1
(196,154,161)
#CEADB2
(206,173,178)
#D8C0C3
(216,192,195)
#E2D3D4
(226,211,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88283B; }

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

This text font color is #88283B.


Background Color

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

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

This div background color is #88283B.


Border color

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

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

This div border color is #88283B.


Opacity

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

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

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

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

This text has shadow with #88283B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88283B on black background.


Color preview on white background

This text has color #88283B on white background.



Black color preview on #88283B background

This text has black color on #88283B background.


White color preview on #88283B background

This text has white color on #88283B background.