COLOR #88474B

HEX: #88474B
RGB: (136,71,75)

Color info

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

RGB color model

#88474B color RGB value is (136,71,75).

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

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 75 of 255 = 29%

136
71
75

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

Portions of RGB colors in percentages

R + G + B =
136 + 71 + 75 = 282 (100%)
R 136 of 282 ~ 48.23%
G 71 of 282 ~ 25.18%
B 75 of 282 ~ 26.6%

%48.23
%25.18
%26.6

CMYK color model

#88474B color CMYK value is (0,48,45,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 44.85%
  • key color value is 46.67%
CMYK:
(0,48,45,47)
C0M48Y45K47 
(0%,48%,45%,47%)
(0.00/0.48/0.45/0.47)	

CMYK percentages

%0
%47.79
%44.85
%46.67

Codes

Color #88474B in popluar color models

88474B
RGB1367175
HSL356°31.40%40.59%
HSB/HSV356°47.79%53.33%
CMYK0.00%47.79%44.85%
46.67%

Color #88474B in popluar number systems.

HEX88474B
Decimal1367175
Binary1000100010001111001011
Octal210107113

Shades and tints

Shades of #88474B

#88474B
(136,71,75)
#7C4145
(124,65,69)
#703B3F
(112,59,63)
#643539
(100,53,57)
#582F33
(88,47,51)
#4C292D
(76,41,45)
#402327
(64,35,39)
#341D21
(52,29,33)
#28171B
(40,23,27)
#1C1115
(28,17,21)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #88474B

#88474B
(136,71,75)
#92575B
(146,87,91)
#9C676B
(156,103,107)
#A6777B
(166,119,123)
#B0878B
(176,135,139)
#BA979B
(186,151,155)
#C4A7AB
(196,167,171)
#CEB7BB
(206,183,187)
#D8C7CB
(216,199,203)
#E2D7DB
(226,215,219)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88474B; }

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

This text font color is #88474B.


Background Color

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

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

This div background color is #88474B.


Border color

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

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

This div border color is #88474B.


Opacity

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

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

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

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

This text has shadow with #88474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88474B on black background.


Color preview on white background

This text has color #88474B on white background.



Black color preview on #88474B background

This text has black color on #88474B background.


White color preview on #88474B background

This text has white color on #88474B background.