COLOR #885A6A

HEX: #885A6A
RGB: (136,90,106)

Color info

#885A6A contains red, green and blue colors in about the same proportion. Web safe color of #885A6A is #996666 (or #966).

RGB color model

#885A6A color RGB value is (136,90,106).

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

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 106 of 255 = 42%

136
90
106

R + G + B ~ 43%. #885A6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 106 = 332 (100%)
R 136 of 332 ~ 40.96%
G 90 of 332 ~ 27.11%
B 106 of 332 ~ 31.93%

%40.96
%27.11
%31.93

CMYK color model

#885A6A color CMYK value is (0,34,22,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,34,22,47)
C0M34Y22K47 
(0%,34%,22%,47%)
(0.00/0.34/0.22/0.47)	

CMYK percentages

%0
%33.82
%22.06
%46.67

Codes

Color #885A6A in popluar color models

885A6A
RGB13690106
HSL339°20.35%44.31%
HSB/HSV339°33.82%53.33%
CMYK0.00%33.82%22.06%
46.67%

Color #885A6A in popluar number systems.

HEX885A6A
Decimal13690106
Binary1000100010110101101010
Octal210132152

Shades and tints

Shades of #885A6A

#885A6A
(136,90,106)
#7C5261
(124,82,97)
#704A58
(112,74,88)
#64424F
(100,66,79)
#583A46
(88,58,70)
#4C323D
(76,50,61)
#402A34
(64,42,52)
#34222B
(52,34,43)
#281A22
(40,26,34)
#1C1219
(28,18,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #885A6A

#885A6A
(136,90,106)
#926977
(146,105,119)
#9C7884
(156,120,132)
#A68791
(166,135,145)
#B0969E
(176,150,158)
#BAA5AB
(186,165,171)
#C4B4B8
(196,180,184)
#CEC3C5
(206,195,197)
#D8D2D2
(216,210,210)
#E2E1DF
(226,225,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A6A color. Also use rgb(136,90,106) instead hex code.

Text Font Color

.myTextColor { color: #885A6A; }

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

This text font color is #885A6A.


Background Color

.myBgColor { background-color: #885A6A; }

<div style="background-color:#885A6A">Inner text</div>

This div background color is #885A6A.


Border color

.myBorderColor { border: 1px solid #885A6A; }

<div style="border:3px solid #885A6A">Div</div>

This div border color is #885A6A.


Opacity

.myOpacity80 { color: #885A6A; opacity: 0.8; }

<p style="color:#885A6A;opacity:0.8;">80%</p>

Text with #885A6A 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 #885A6A;}

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

This text has shadow with #885A6A color.

.textShadow {text-shadow: 3px 3px 1px #885A6A, 3px 3px 1px red;}

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

This text has shadow with #885A6A primary color and red secondary color.


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

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

This text has shadow with #885A6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A6A on black background.


Color preview on white background

This text has color #885A6A on white background.



Black color preview on #885A6A background

This text has black color on #885A6A background.


White color preview on #885A6A background

This text has white color on #885A6A background.