COLOR #88827A

HEX: #88827A
RGB: (136,130,122)

Color info

#88827A contains red, green and blue colors in about the same proportion. Web safe color of #88827A is #999966 (or #996).

RGB color model

#88827A color RGB value is (136,130,122).

  • red value is 136;
  • green value is 130;
  • blue value is 122.
RGB:
(136,130,122)
(53%,51%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 122 of 255 = 48%

136
130
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 122 = 388 (100%)
R 136 of 388 ~ 35.05%
G 130 of 388 ~ 33.51%
B 122 of 388 ~ 31.44%

%35.05
%33.51
%31.44

CMYK color model

#88827A color CMYK value is (0,4,10,47).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,4,10,47)
C0M4Y10K47 
(0%,4%,10%,47%)
(0.00/0.04/0.10/0.47)	

CMYK percentages

%0
%4.41
%10.29
%46.67

Codes

Color #88827A in popluar color models

88827A
RGB136130122
HSL34°5.56%50.59%
HSB/HSV34°10.29%53.33%
CMYK0.00%4.41%10.29%
46.67%

Color #88827A in popluar number systems.

HEX88827A
Decimal136130122
Binary10001000100000101111010
Octal210202172

Shades and tints

Shades of #88827A

#88827A
(136,130,122)
#7C776F
(124,119,111)
#706C64
(112,108,100)
#646159
(100,97,89)
#58564E
(88,86,78)
#4C4B43
(76,75,67)
#404038
(64,64,56)
#34352D
(52,53,45)
#282A22
(40,42,34)
#1C1F17
(28,31,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #88827A

#88827A
(136,130,122)
#928D86
(146,141,134)
#9C9892
(156,152,146)
#A6A39E
(166,163,158)
#B0AEAA
(176,174,170)
#BAB9B6
(186,185,182)
#C4C4C2
(196,196,194)
#CECFCE
(206,207,206)
#D8DADA
(216,218,218)
#E2E5E6
(226,229,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88827A color. Also use rgb(136,130,122) instead hex code.

Text Font Color

.myTextColor { color: #88827A; }

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

This text font color is #88827A.


Background Color

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

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

This div background color is #88827A.


Border color

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

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

This div border color is #88827A.


Opacity

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

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

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

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

This text has shadow with #88827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88827A on black background.


Color preview on white background

This text has color #88827A on white background.



Black color preview on #88827A background

This text has black color on #88827A background.


White color preview on #88827A background

This text has white color on #88827A background.