COLOR #88592A

HEX: #88592A
RGB: (136,89,42)

Color info

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

RGB color model

#88592A color RGB value is (136,89,42).

  • red value is 136;
  • green value is 89;
  • blue value is 42.
RGB:
(136,89,42)
(53%,35%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 89 of 255 = 35%
B 42 of 255 = 16%

136
89
42

R + G + B ~ 35%. #88592A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 42 = 267 (100%)
R 136 of 267 ~ 50.94%
G 89 of 267 ~ 33.33%
B 42 of 267 ~ 15.73%

%50.94
%33.33
%15.73

CMYK color model

#88592A color CMYK value is (0,35,69,47).

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(0,35,69,47)
C0M35Y69K47 
(0%,35%,69%,47%)
(0.00/0.35/0.69/0.47)	

CMYK percentages

%0
%34.56
%69.12
%46.67

Codes

Color #88592A in popluar color models

88592A
RGB1368942
HSL30°52.81%34.90%
HSB/HSV30°69.12%53.33%
CMYK0.00%34.56%69.12%
46.67%

Color #88592A in popluar number systems.

HEX88592A
Decimal1368942
Binary100010001011001101010
Octal21013152

Shades and tints

Shades of #88592A

#88592A
(136,89,42)
#7C5127
(124,81,39)
#704924
(112,73,36)
#644121
(100,65,33)
#58391E
(88,57,30)
#4C311B
(76,49,27)
#402918
(64,41,24)
#342115
(52,33,21)
#281912
(40,25,18)
#1C110F
(28,17,15)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #88592A

#88592A
(136,89,42)
#92683D
(146,104,61)
#9C7750
(156,119,80)
#A68663
(166,134,99)
#B09576
(176,149,118)
#BAA489
(186,164,137)
#C4B39C
(196,179,156)
#CEC2AF
(206,194,175)
#D8D1C2
(216,209,194)
#E2E0D5
(226,224,213)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88592A color. Also use rgb(136,89,42) instead hex code.

Text Font Color

.myTextColor { color: #88592A; }

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

This text font color is #88592A.


Background Color

.myBgColor { background-color: #88592A; }

<div style="background-color:#88592A">Inner text</div>

This div background color is #88592A.


Border color

.myBorderColor { border: 1px solid #88592A; }

<div style="border:3px solid #88592A">Div</div>

This div border color is #88592A.


Opacity

.myOpacity80 { color: #88592A; opacity: 0.8; }

<p style="color:#88592A;opacity:0.8;">80%</p>

Text with #88592A 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 #88592A;}

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

This text has shadow with #88592A color.

.textShadow {text-shadow: 3px 3px 1px #88592A, 3px 3px 1px red;}

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

This text has shadow with #88592A primary color and red secondary color.


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

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

This text has shadow with #88592A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88592A on black background.


Color preview on white background

This text has color #88592A on white background.



Black color preview on #88592A background

This text has black color on #88592A background.


White color preview on #88592A background

This text has white color on #88592A background.