COLOR #88553E

HEX: #88553E
RGB: (136,85,62)

Color info

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

RGB color model

#88553E color RGB value is (136,85,62).

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

RGB channels and saturation

R 136 of 255 = 53%
G 85 of 255 = 33%
B 62 of 255 = 24%

136
85
62

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

Portions of RGB colors in percentages

R + G + B =
136 + 85 + 62 = 283 (100%)
R 136 of 283 ~ 48.06%
G 85 of 283 ~ 30.04%
B 62 of 283 ~ 21.91%

%48.06
%30.04
%21.91

CMYK color model

#88553E color CMYK value is (0,38,54,47).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 54.41%
  • key color value is 46.67%
CMYK:
(0,38,54,47)
C0M38Y54K47 
(0%,38%,54%,47%)
(0.00/0.38/0.54/0.47)	

CMYK percentages

%0
%37.5
%54.41
%46.67

Codes

Color #88553E in popluar color models

88553E
RGB1368562
HSL19°37.37%38.82%
HSB/HSV19°54.41%53.33%
CMYK0.00%37.50%54.41%
46.67%

Color #88553E in popluar number systems.

HEX88553E
Decimal1368562
Binary100010001010101111110
Octal21012576

Shades and tints

Shades of #88553E

#88553E
(136,85,62)
#7C4E39
(124,78,57)
#704734
(112,71,52)
#64402F
(100,64,47)
#58392A
(88,57,42)
#4C3225
(76,50,37)
#402B20
(64,43,32)
#34241B
(52,36,27)
#281D16
(40,29,22)
#1C1611
(28,22,17)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #88553E

#88553E
(136,85,62)
#92644F
(146,100,79)
#9C7360
(156,115,96)
#A68271
(166,130,113)
#B09182
(176,145,130)
#BAA093
(186,160,147)
#C4AFA4
(196,175,164)
#CEBEB5
(206,190,181)
#D8CDC6
(216,205,198)
#E2DCD7
(226,220,215)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88553E color. Also use rgb(136,85,62) instead hex code.

Text Font Color

.myTextColor { color: #88553E; }

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

This text font color is #88553E.


Background Color

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

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

This div background color is #88553E.


Border color

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

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

This div border color is #88553E.


Opacity

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

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

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

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

This text has shadow with #88553E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88553E on black background.


Color preview on white background

This text has color #88553E on white background.



Black color preview on #88553E background

This text has black color on #88553E background.


White color preview on #88553E background

This text has white color on #88553E background.