COLOR #88476E

HEX: #88476E RGB: (136,71,110)

Color info

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

RGB color model

#88476E color RGB value is (136,71,110).

RGB: (136,71,110) (53%, 28%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 110 of 255 = 43%

136
71
110

R + G + B ~ 41%. #88476E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 71 + 110 = 317 (100%)
R 136 of 317 ~ 42.9%
G 71 of 317 ~ 22.4%
B 110 of 317 ~ 34.7'%

%42.9
%22.4
%34.7

CMYK color model

#88476E color CMYK value is (0,48,19,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (0,48,19,47)
C0M48Y19K47 (0%, 48%, 19%, 47%)
(0.00 / 0.48 / 0.19 / 0.47)

CMYK percentages

%0
%47.79
%19.12
%46.67

Codes

Color #88476E in popluar color models

88 47 6E
RGB 136 71 110
HSL 324° 31.40% 40.59%
HSB/HSV 324° 47.79% 53.33%
CMYK 0.00% 47.79% 19.12%
46.67%

Color #88476E in popluar number systems.

HEX 88 47 6E
Decimal 136 71 110
Binary 10001000 1000111 1101110
Octal 210 107 156

Shades and tints

Shades of #88476E

#88476E
(136,71,110)
#7C4164
(124,65,100)
#703B5A
(112,59,90)
#643550
(100,53,80)
#582F46
(88,47,70)
#4C293C
(76,41,60)
#402332
(64,35,50)
#341D28
(52,29,40)
#28171E
(40,23,30)
#1C1114
(28,17,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #88476E

#88476E
(136,71,110)
#92577B
(146,87,123)
#9C6788
(156,103,136)
#A67795
(166,119,149)
#B087A2
(176,135,162)
#BA97AF
(186,151,175)
#C4A7BC
(196,167,188)
#CEB7C9
(206,183,201)
#D8C7D6
(216,199,214)
#E2D7E3
(226,215,227)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88476E color. Also use rgb(136,71,110) instead hex code.

Text Font Color

.myTextColor { color: #88476E; }

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

This text font color is #88476E.

Background Color

.myBgColor { background-color: #88476E; }

<div style="background-color:#88476E">Inner text</div>

This div background color is #88476E.

Border color

.myBorderColor { border: 1px solid #88476E; }

<div style="border:3px solid #88476E">Div</div>

This div border color is #88476E.

Opacity

.myOpacity80 { color: #88476E; opacity: 0.8; }

<p style="color:#88476E;opacity:0.8;">80%</p>

Text with #88476E 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 #88476E;}

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

This text has shadow with #88476E color.


.textShadow {text-shadow: 3px 3px 1px #88476E', 3px 3px 1px red;}

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

This text has shadow with #88476E primary color and red secondary color.


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

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

This text has shadow with #88476E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88476E; -webkit-box-shadow: 1px 1px 3px 2px #88476E; box-shadow:1px 1px 3px 2px #88476E;">
Div content here
</div>

This div box has shadow with color #88476E.

Preview

Color preview on black background

This text has color #88476E on black background.


Color preview on white background

This text has color #88476E on white background.


Black color preview on #88476E background

This text has black color on #88476E background.


White color preview on #88476E background

This text has white color on #88476E background.


Related colors

Complementary color

Complementary color for #hex is #77B891.


I love getcolorcode.com

Triadic colors

1 #6E8847 and #476E88 with #88476E are triadic colors.

2 #6E4788 and #47886E with #88476E are triadic colors.