COLOR #88475F

HEX: #88475F
RGB: (136,71,95)

Color info

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

RGB color model

#88475F color RGB value is (136,71,95).

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

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 95 of 255 = 37%

136
71
95

R + G + B ~ 39%. #88475F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 71 + 95 = 302 (100%)
R 136 of 302 ~ 45.03%
G 71 of 302 ~ 23.51%
B 95 of 302 ~ 31.46%

%45.03
%23.51
%31.46

CMYK color model

#88475F color CMYK value is (0,48,30,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(0,48,30,47)
C0M48Y30K47 
(0%,48%,30%,47%)
(0.00/0.48/0.30/0.47)	

CMYK percentages

%0
%47.79
%30.15
%46.67

Codes

Color #88475F in popluar color models

88475F
RGB1367195
HSL338°31.40%40.59%
HSB/HSV338°47.79%53.33%
CMYK0.00%47.79%30.15%
46.67%

Color #88475F in popluar number systems.

HEX88475F
Decimal1367195
Binary1000100010001111011111
Octal210107137

Shades and tints

Shades of #88475F

#88475F
(136,71,95)
#7C4157
(124,65,87)
#703B4F
(112,59,79)
#643547
(100,53,71)
#582F3F
(88,47,63)
#4C2937
(76,41,55)
#40232F
(64,35,47)
#341D27
(52,29,39)
#28171F
(40,23,31)
#1C1117
(28,17,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #88475F

#88475F
(136,71,95)
#92576D
(146,87,109)
#9C677B
(156,103,123)
#A67789
(166,119,137)
#B08797
(176,135,151)
#BA97A5
(186,151,165)
#C4A7B3
(196,167,179)
#CEB7C1
(206,183,193)
#D8C7CF
(216,199,207)
#E2D7DD
(226,215,221)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88475F; }

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

This text font color is #88475F.


Background Color

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

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

This div background color is #88475F.


Border color

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

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

This div border color is #88475F.


Opacity

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

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

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

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

This text has shadow with #88475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88475F on black background.


Color preview on white background

This text has color #88475F on white background.



Black color preview on #88475F background

This text has black color on #88475F background.


White color preview on #88475F background

This text has white color on #88475F background.