COLOR #88504D

HEX: #88504D RGB: (136,80,77)

Color info

#88504D contains red, green and blue colors in about the same proportion. Web safe color of #88504D is #996633 (or #963).

RGB color model

#88504D color RGB value is (136,80,77).

RGB: (136,80,77) (53%, 31%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 77 of 255 = 30%

136
80
77

R + G + B ~ 38%. #88504D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 80 + 77 = 293 (100%)
R 136 of 293 ~ 46.42%
G 80 of 293 ~ 27.3%
B 77 of 293 ~ 26.28'%

%46.42
%27.3
%26.28

CMYK color model

#88504D color CMYK value is (0,41,43,47).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 43.38%
  • key color value is 46.67%

CMYK: (0,41,43,47)
C0M41Y43K47 (0%, 41%, 43%, 47%)
(0.00 / 0.41 / 0.43 / 0.47)

CMYK percentages

%0
%41.18
%43.38
%46.67

Codes

Color #88504D in popluar color models

88 50 4D
RGB 136 80 77
HSL 27.70% 41.76%
HSB/HSV 43.38% 53.33%
CMYK 0.00% 41.18% 43.38%
46.67%

Color #88504D in popluar number systems.

HEX 88 50 4D
Decimal 136 80 77
Binary 10001000 1010000 1001101
Octal 210 120 115

Shades and tints

Shades of #88504D

#88504D
(136,80,77)
#7C4946
(124,73,70)
#70423F
(112,66,63)
#643B38
(100,59,56)
#583431
(88,52,49)
#4C2D2A
(76,45,42)
#402623
(64,38,35)
#341F1C
(52,31,28)
#281815
(40,24,21)
#1C110E
(28,17,14)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #88504D

#88504D
(136,80,77)
#925F5D
(146,95,93)
#9C6E6D
(156,110,109)
#A67D7D
(166,125,125)
#B08C8D
(176,140,141)
#BA9B9D
(186,155,157)
#C4AAAD
(196,170,173)
#CEB9BD
(206,185,189)
#D8C8CD
(216,200,205)
#E2D7DD
(226,215,221)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88504D color. Also use rgb(136,80,77) instead hex code.

Text Font Color

.myTextColor { color: #88504D; }

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

This text font color is #88504D.

Background Color

.myBgColor { background-color: #88504D; }

<div style="background-color:#88504D">Inner text</div>

This div background color is #88504D.

Border color

.myBorderColor { border: 1px solid #88504D; }

<div style="border:3px solid #88504D">Div</div>

This div border color is #88504D.

Opacity

.myOpacity80 { color: #88504D; opacity: 0.8; }

<p style="color:#88504D;opacity:0.8;">80%</p>

Text with #88504D 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 #88504D;}

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

This text has shadow with #88504D color.


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

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

This text has shadow with #88504D primary color and red secondary color.


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

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

This text has shadow with #88504D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88504D.

Preview

Color preview on black background

This text has color #88504D on black background.


Color preview on white background

This text has color #88504D on white background.


Black color preview on #88504D background

This text has black color on #88504D background.


White color preview on #88504D background

This text has white color on #88504D background.


Related colors

Complementary color

Complementary color for #hex is #77AFB2.


I love getcolorcode.com

Triadic colors

1 #4D8850 and #504D88 with #88504D are triadic colors.

2 #4D5088 and #50884D with #88504D are triadic colors.