COLOR #88827B

HEX: #88827B
RGB: (136,130,123)

Color info

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

RGB color model

#88827B color RGB value is (136,130,123).

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

RGB channels and saturation

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

136
130
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 123 = 389 (100%)
R 136 of 389 ~ 34.96%
G 130 of 389 ~ 33.42%
B 123 of 389 ~ 31.62%

%34.96
%33.42
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 9.56%
  • 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
%9.56
%46.67

Codes

Color #88827B in popluar color models

88827B
RGB136130123
HSL32°5.18%50.78%
HSB/HSV32°9.56%53.33%
CMYK0.00%4.41%9.56%
46.67%

Color #88827B in popluar number systems.

HEX88827B
Decimal136130123
Binary10001000100000101111011
Octal210202173

Shades and tints

Shades of #88827B

#88827B
(136,130,123)
#7C7770
(124,119,112)
#706C65
(112,108,101)
#64615A
(100,97,90)
#58564F
(88,86,79)
#4C4B44
(76,75,68)
#404039
(64,64,57)
#34352E
(52,53,46)
#282A23
(40,42,35)
#1C1F18
(28,31,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88827B

#88827B
(136,130,123)
#928D87
(146,141,135)
#9C9893
(156,152,147)
#A6A39F
(166,163,159)
#B0AEAB
(176,174,171)
#BAB9B7
(186,185,183)
#C4C4C3
(196,196,195)
#CECFCF
(206,207,207)
#D8DADB
(216,218,219)
#E2E5E7
(226,229,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88827B; }

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

This text font color is #88827B.


Background Color

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

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

This div background color is #88827B.


Border color

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

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

This div border color is #88827B.


Opacity

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

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

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

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

This text has shadow with #88827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88827B on black background.


Color preview on white background

This text has color #88827B on white background.



Black color preview on #88827B background

This text has black color on #88827B background.


White color preview on #88827B background

This text has white color on #88827B background.