COLOR #88293C

HEX: #88293C
RGB: (136,41,60)

Color info

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

RGB color model

#88293C color RGB value is (136,41,60).

  • red value is 136;
  • green value is 41;
  • blue value is 60.
RGB:
(136,41,60)
(53%,16%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 41 of 255 = 16%
B 60 of 255 = 24%

136
41
60

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

Portions of RGB colors in percentages

R + G + B =
136 + 41 + 60 = 237 (100%)
R 136 of 237 ~ 57.38%
G 41 of 237 ~ 17.3%
B 60 of 237 ~ 25.32%

%57.38
%17.3
%25.32

CMYK color model

#88293C color CMYK value is (0,70,56,47).

  • cyan value is 0.00%
  • magenta value is 69.85%
  • yellow value is 55.88%
  • key color value is 46.67%
CMYK:
(0,70,56,47)
C0M70Y56K47 
(0%,70%,56%,47%)
(0.00/0.70/0.56/0.47)	

CMYK percentages

%0
%69.85
%55.88
%46.67

Codes

Color #88293C in popluar color models

88293C
RGB1364160
HSL348°53.67%34.71%
HSB/HSV348°69.85%53.33%
CMYK0.00%69.85%55.88%
46.67%

Color #88293C in popluar number systems.

HEX88293C
Decimal1364160
Binary10001000101001111100
Octal2105174

Shades and tints

Shades of #88293C

#88293C
(136,41,60)
#7C2637
(124,38,55)
#702332
(112,35,50)
#64202D
(100,32,45)
#581D28
(88,29,40)
#4C1A23
(76,26,35)
#40171E
(64,23,30)
#341419
(52,20,25)
#281114
(40,17,20)
#1C0E0F
(28,14,15)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #88293C

#88293C
(136,41,60)
#923C4D
(146,60,77)
#9C4F5E
(156,79,94)
#A6626F
(166,98,111)
#B07580
(176,117,128)
#BA8891
(186,136,145)
#C49BA2
(196,155,162)
#CEAEB3
(206,174,179)
#D8C1C4
(216,193,196)
#E2D4D5
(226,212,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88293C; }

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

This text font color is #88293C.


Background Color

.myBgColor { background-color: #88293C; }

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

This div background color is #88293C.


Border color

.myBorderColor { border: 1px solid #88293C; }

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

This div border color is #88293C.


Opacity

.myOpacity80 { color: #88293C; opacity: 0.8; }

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

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

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

This text has shadow with #88293C color.

.textShadow {text-shadow: 3px 3px 1px #88293C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88293C on black background.


Color preview on white background

This text has color #88293C on white background.



Black color preview on #88293C background

This text has black color on #88293C background.


White color preview on #88293C background

This text has white color on #88293C background.