COLOR #88474F

HEX: #88474F
RGB: (136,71,79)

Color info

#88474F contains mainly red and blue colors. Web safe color of #88474F is #993366 (or #936).

RGB color model

#88474F color RGB value is (136,71,79).

  • red value is 136;
  • green value is 71;
  • blue value is 79.
RGB:
(136,71,79)
(53%,28%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 79 of 255 = 31%

136
71
79

R + G + B ~ 37%. #88474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 71 + 79 = 286 (100%)
R 136 of 286 ~ 47.55%
G 71 of 286 ~ 24.83%
B 79 of 286 ~ 27.62%

%47.55
%24.83
%27.62

CMYK color model

#88474F color CMYK value is (0,48,42,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(0,48,42,47)
C0M48Y42K47 
(0%,48%,42%,47%)
(0.00/0.48/0.42/0.47)	

CMYK percentages

%0
%47.79
%41.91
%46.67

Codes

Color #88474F in popluar color models

88474F
RGB1367179
HSL353°31.40%40.59%
HSB/HSV353°47.79%53.33%
CMYK0.00%47.79%41.91%
46.67%

Color #88474F in popluar number systems.

HEX88474F
Decimal1367179
Binary1000100010001111001111
Octal210107117

Shades and tints

Shades of #88474F

#88474F
(136,71,79)
#7C4148
(124,65,72)
#703B41
(112,59,65)
#64353A
(100,53,58)
#582F33
(88,47,51)
#4C292C
(76,41,44)
#402325
(64,35,37)
#341D1E
(52,29,30)
#281717
(40,23,23)
#1C1110
(28,17,16)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #88474F

#88474F
(136,71,79)
#92575F
(146,87,95)
#9C676F
(156,103,111)
#A6777F
(166,119,127)
#B0878F
(176,135,143)
#BA979F
(186,151,159)
#C4A7AF
(196,167,175)
#CEB7BF
(206,183,191)
#D8C7CF
(216,199,207)
#E2D7DF
(226,215,223)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88474F color. Also use rgb(136,71,79) instead hex code.

Text Font Color

.myTextColor { color: #88474F; }

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

This text font color is #88474F.


Background Color

.myBgColor { background-color: #88474F; }

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

This div background color is #88474F.


Border color

.myBorderColor { border: 1px solid #88474F; }

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

This div border color is #88474F.


Opacity

.myOpacity80 { color: #88474F; opacity: 0.8; }

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

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

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

This text has shadow with #88474F color.

.textShadow {text-shadow: 3px 3px 1px #88474F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88474F on black background.


Color preview on white background

This text has color #88474F on white background.



Black color preview on #88474F background

This text has black color on #88474F background.


White color preview on #88474F background

This text has white color on #88474F background.