COLOR #88846A

HEX: #88846A
RGB: (136,132,106)

Color info

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

RGB color model

#88846A color RGB value is (136,132,106).

  • red value is 136;
  • green value is 132;
  • blue value is 106.
RGB:
(136,132,106)
(53%,52%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 106 of 255 = 42%

136
132
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 106 = 374 (100%)
R 136 of 374 ~ 36.36%
G 132 of 374 ~ 35.29%
B 106 of 374 ~ 28.34%

%36.36
%35.29
%28.34

CMYK color model

#88846A color CMYK value is (0,3,22,47).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,3,22,47)
C0M3Y22K47 
(0%,3%,22%,47%)
(0.00/0.03/0.22/0.47)	

CMYK percentages

%0
%2.94
%22.06
%46.67

Codes

Color #88846A in popluar color models

88846A
RGB136132106
HSL52°12.40%47.45%
HSB/HSV52°22.06%53.33%
CMYK0.00%2.94%22.06%
46.67%

Color #88846A in popluar number systems.

HEX88846A
Decimal136132106
Binary10001000100001001101010
Octal210204152

Shades and tints

Shades of #88846A

#88846A
(136,132,106)
#7C7861
(124,120,97)
#706C58
(112,108,88)
#64604F
(100,96,79)
#585446
(88,84,70)
#4C483D
(76,72,61)
#403C34
(64,60,52)
#34302B
(52,48,43)
#282422
(40,36,34)
#1C1819
(28,24,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #88846A

#88846A
(136,132,106)
#928F77
(146,143,119)
#9C9A84
(156,154,132)
#A6A591
(166,165,145)
#B0B09E
(176,176,158)
#BABBAB
(186,187,171)
#C4C6B8
(196,198,184)
#CED1C5
(206,209,197)
#D8DCD2
(216,220,210)
#E2E7DF
(226,231,223)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88846A color. Also use rgb(136,132,106) instead hex code.

Text Font Color

.myTextColor { color: #88846A; }

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

This text font color is #88846A.


Background Color

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

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

This div background color is #88846A.


Border color

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

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

This div border color is #88846A.


Opacity

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

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

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

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

This text has shadow with #88846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88846A on black background.


Color preview on white background

This text has color #88846A on white background.



Black color preview on #88846A background

This text has black color on #88846A background.


White color preview on #88846A background

This text has white color on #88846A background.