COLOR #88554C

HEX: #88554C
RGB: (136,85,76)

Color info

#88554C contains mainly red and green colors. Web safe color of #88554C is #996633 (or #963).

RGB color model

#88554C color RGB value is (136,85,76).

  • red value is 136;
  • green value is 85;
  • blue value is 76.
RGB:
(136,85,76)
(53%,33%,30%)

RGB channels and saturation

R 136 of 255 = 53%
G 85 of 255 = 33%
B 76 of 255 = 30%

136
85
76

R + G + B ~ 39%. #88554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 85 + 76 = 297 (100%)
R 136 of 297 ~ 45.79%
G 85 of 297 ~ 28.62%
B 76 of 297 ~ 25.59%

%45.79
%28.62
%25.59

CMYK color model

#88554C color CMYK value is (0,38,44,47).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 44.12%
  • key color value is 46.67%
CMYK:
(0,38,44,47)
C0M38Y44K47 
(0%,38%,44%,47%)
(0.00/0.38/0.44/0.47)	

CMYK percentages

%0
%37.5
%44.12
%46.67

Codes

Color #88554C in popluar color models

88554C
RGB1368576
HSL28.30%41.57%
HSB/HSV44.12%53.33%
CMYK0.00%37.50%44.12%
46.67%

Color #88554C in popluar number systems.

HEX88554C
Decimal1368576
Binary1000100010101011001100
Octal210125114

Shades and tints

Shades of #88554C

#88554C
(136,85,76)
#7C4E46
(124,78,70)
#704740
(112,71,64)
#64403A
(100,64,58)
#583934
(88,57,52)
#4C322E
(76,50,46)
#402B28
(64,43,40)
#342422
(52,36,34)
#281D1C
(40,29,28)
#1C1616
(28,22,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #88554C

#88554C
(136,85,76)
#92645C
(146,100,92)
#9C736C
(156,115,108)
#A6827C
(166,130,124)
#B0918C
(176,145,140)
#BAA09C
(186,160,156)
#C4AFAC
(196,175,172)
#CEBEBC
(206,190,188)
#D8CDCC
(216,205,204)
#E2DCDC
(226,220,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88554C color. Also use rgb(136,85,76) instead hex code.

Text Font Color

.myTextColor { color: #88554C; }

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

This text font color is #88554C.


Background Color

.myBgColor { background-color: #88554C; }

<div style="background-color:#88554C">Inner text</div>

This div background color is #88554C.


Border color

.myBorderColor { border: 1px solid #88554C; }

<div style="border:3px solid #88554C">Div</div>

This div border color is #88554C.


Opacity

.myOpacity80 { color: #88554C; opacity: 0.8; }

<p style="color:#88554C;opacity:0.8;">80%</p>

Text with #88554C 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 #88554C;}

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

This text has shadow with #88554C color.

.textShadow {text-shadow: 3px 3px 1px #88554C, 3px 3px 1px red;}

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

This text has shadow with #88554C primary color and red secondary color.


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

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

This text has shadow with #88554C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88554C on black background.


Color preview on white background

This text has color #88554C on white background.



Black color preview on #88554C background

This text has black color on #88554C background.


White color preview on #88554C background

This text has white color on #88554C background.