COLOR #88804A

HEX: #88804A
RGB: (136,128,74)

Color info

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

RGB color model

#88804A color RGB value is (136,128,74).

  • red value is 136;
  • green value is 128;
  • blue value is 74.
RGB: (136,128,74) (53%,50%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 74 of 255 = 29%

136
128
74

R + G + B ~ 44%. #88804A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 74 = 338 (100%)
R 136 of 338 ~ 40.24%
G 128 of 338 ~ 37.87%
B 74 of 338 ~ 21.89%

%40.24
%37.87
%21.89

CMYK color model

#88804A color CMYK value is (0,6,46,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK: (0,6,46,47) C0M6Y46K47 (0%,6%,46%,47%) (0.00/0.06/0.46/0.47)

CMYK percentages

%0
%5.88
%45.59
%46.67

Codes

Color #88804A in popluar color models

88804A
RGB13612874
HSL52°29.52%41.18%
HSB/HSV52°45.59%53.33%
CMYK0.00%5.88%45.59%
46.67%

Color #88804A in popluar number systems.

HEX88804A
Decimal13612874
Binary10001000100000001001010
Octal210200112

Shades and tints

Shades of #88804A

#88804A
(136,128,74)
#7C7544
(124,117,68)
#706A3E
(112,106,62)
#645F38
(100,95,56)
#585432
(88,84,50)
#4C492C
(76,73,44)
#403E26
(64,62,38)
#343320
(52,51,32)
#28281A
(40,40,26)
#1C1D14
(28,29,20)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #88804A

#88804A
(136,128,74)
#928B5A
(146,139,90)
#9C966A
(156,150,106)
#A6A17A
(166,161,122)
#B0AC8A
(176,172,138)
#BAB79A
(186,183,154)
#C4C2AA
(196,194,170)
#CECDBA
(206,205,186)
#D8D8CA
(216,216,202)
#E2E3DA
(226,227,218)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88804A color. Also use rgb(136,128,74) instead hex code.

Text Font Color

.myTextColor { color: #88804A; }

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

This text font color is #88804A.


Background Color

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

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

This div background color is #88804A.


Border color

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

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

This div border color is #88804A.


Opacity

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

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

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

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

This text has shadow with #88804A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88804A on black background.


Color preview on white background

This text has color #88804A on white background.



Black color preview on #88804A background

This text has black color on #88804A background.


White color preview on #88804A background

This text has white color on #88804A background.