COLOR #88503A

HEX: #88503A
RGB: (136,80,58)

Color info

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

RGB color model

#88503A color RGB value is (136,80,58).

  • red value is 136;
  • green value is 80;
  • blue value is 58.
RGB:
(136,80,58)
(53%,31%,23%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 58 of 255 = 23%

136
80
58

R + G + B ~ 36%. #88503A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 58 = 274 (100%)
R 136 of 274 ~ 49.64%
G 80 of 274 ~ 29.2%
B 58 of 274 ~ 21.17%

%49.64
%29.2
%21.17

CMYK color model

#88503A color CMYK value is (0,41,57,47).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 57.35%
  • key color value is 46.67%
CMYK:
(0,41,57,47)
C0M41Y57K47 
(0%,41%,57%,47%)
(0.00/0.41/0.57/0.47)	

CMYK percentages

%0
%41.18
%57.35
%46.67

Codes

Color #88503A in popluar color models

88503A
RGB1368058
HSL17°40.21%38.04%
HSB/HSV17°57.35%53.33%
CMYK0.00%41.18%57.35%
46.67%

Color #88503A in popluar number systems.

HEX88503A
Decimal1368058
Binary100010001010000111010
Octal21012072

Shades and tints

Shades of #88503A

#88503A
(136,80,58)
#7C4935
(124,73,53)
#704230
(112,66,48)
#643B2B
(100,59,43)
#583426
(88,52,38)
#4C2D21
(76,45,33)
#40261C
(64,38,28)
#341F17
(52,31,23)
#281812
(40,24,18)
#1C110D
(28,17,13)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #88503A

#88503A
(136,80,58)
#925F4B
(146,95,75)
#9C6E5C
(156,110,92)
#A67D6D
(166,125,109)
#B08C7E
(176,140,126)
#BA9B8F
(186,155,143)
#C4AAA0
(196,170,160)
#CEB9B1
(206,185,177)
#D8C8C2
(216,200,194)
#E2D7D3
(226,215,211)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88503A color. Also use rgb(136,80,58) instead hex code.

Text Font Color

.myTextColor { color: #88503A; }

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

This text font color is #88503A.


Background Color

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

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

This div background color is #88503A.


Border color

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

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

This div border color is #88503A.


Opacity

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

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

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

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

This text has shadow with #88503A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88503A on black background.


Color preview on white background

This text has color #88503A on white background.



Black color preview on #88503A background

This text has black color on #88503A background.


White color preview on #88503A background

This text has white color on #88503A background.