COLOR #88531C

HEX: #88531C
RGB: (136,83,28)

Color info

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

RGB color model

#88531C color RGB value is (136,83,28).

  • red value is 136;
  • green value is 83;
  • blue value is 28.
RGB:
(136,83,28)
(53%,33%,11%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 28 of 255 = 11%

136
83
28

R + G + B ~ 32%. #88531C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 28 = 247 (100%)
R 136 of 247 ~ 55.06%
G 83 of 247 ~ 33.6%
B 28 of 247 ~ 11.34%

%55.06
%33.6
%11.34

CMYK color model

#88531C color CMYK value is (0,39,79,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 79.41%
  • key color value is 46.67%
CMYK:
(0,39,79,47)
C0M39Y79K47 
(0%,39%,79%,47%)
(0.00/0.39/0.79/0.47)	

CMYK percentages

%0
%38.97
%79.41
%46.67

Codes

Color #88531C in popluar color models

88531C
RGB1368328
HSL31°65.85%32.16%
HSB/HSV31°79.41%53.33%
CMYK0.00%38.97%79.41%
46.67%

Color #88531C in popluar number systems.

HEX88531C
Decimal1368328
Binary10001000101001111100
Octal21012334

Shades and tints

Shades of #88531C

#88531C
(136,83,28)
#7C4C1A
(124,76,26)
#704518
(112,69,24)
#643E16
(100,62,22)
#583714
(88,55,20)
#4C3012
(76,48,18)
#402910
(64,41,16)
#34220E
(52,34,14)
#281B0C
(40,27,12)
#1C140A
(28,20,10)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #88531C

#88531C
(136,83,28)
#926230
(146,98,48)
#9C7144
(156,113,68)
#A68058
(166,128,88)
#B08F6C
(176,143,108)
#BA9E80
(186,158,128)
#C4AD94
(196,173,148)
#CEBCA8
(206,188,168)
#D8CBBC
(216,203,188)
#E2DAD0
(226,218,208)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88531C color. Also use rgb(136,83,28) instead hex code.

Text Font Color

.myTextColor { color: #88531C; }

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

This text font color is #88531C.


Background Color

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

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

This div background color is #88531C.


Border color

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

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

This div border color is #88531C.


Opacity

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

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

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

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

This text has shadow with #88531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88531C on black background.


Color preview on white background

This text has color #88531C on white background.



Black color preview on #88531C background

This text has black color on #88531C background.


White color preview on #88531C background

This text has white color on #88531C background.