COLOR #885A67

HEX: #885A67 RGB: (136,90,103)

Color info

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

RGB color model

#885A67 color RGB value is (136,90,103).

RGB: (136,90,103) (53%, 35%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 103 of 255 = 40%

136
90
103

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

Portions of RGB colors in percentages

R + G + B = 136 + 90 + 103 = 329 (100%)
R 136 of 329 ~ 41.34%
G 90 of 329 ~ 27.36%
B 103 of 329 ~ 31.31'%

%41.34
%27.36
%31.31

CMYK color model

#885A67 color CMYK value is (0,34,24,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 24.26%
  • key color value is 46.67%

CMYK: (0,34,24,47)
C0M34Y24K47 (0%, 34%, 24%, 47%)
(0.00 / 0.34 / 0.24 / 0.47)

CMYK percentages

%0
%33.82
%24.26
%46.67

Codes

Color #885A67 in popluar color models

88 5A 67
RGB 136 90 103
HSL 343° 20.35% 44.31%
HSB/HSV 343° 33.82% 53.33%
CMYK 0.00% 33.82% 24.26%
46.67%

Color #885A67 in popluar number systems.

HEX 88 5A 67
Decimal 136 90 103
Binary 10001000 1011010 1100111
Octal 210 132 147

Shades and tints

Shades of #885A67

#885A67
(136,90,103)
#7C525E
(124,82,94)
#704A55
(112,74,85)
#64424C
(100,66,76)
#583A43
(88,58,67)
#4C323A
(76,50,58)
#402A31
(64,42,49)
#342228
(52,34,40)
#281A1F
(40,26,31)
#1C1216
(28,18,22)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #885A67

#885A67
(136,90,103)
#926974
(146,105,116)
#9C7881
(156,120,129)
#A6878E
(166,135,142)
#B0969B
(176,150,155)
#BAA5A8
(186,165,168)
#C4B4B5
(196,180,181)
#CEC3C2
(206,195,194)
#D8D2CF
(216,210,207)
#E2E1DC
(226,225,220)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885A67; }

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

This text font color is #885A67.

Background Color

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

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

This div background color is #885A67.

Border color

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

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

This div border color is #885A67.

Opacity

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

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

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

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

This text has shadow with #885A67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885A67.

Preview

Color preview on black background

This text has color #885A67 on black background.


Color preview on white background

This text has color #885A67 on white background.


Black color preview on #885A67 background

This text has black color on #885A67 background.


White color preview on #885A67 background

This text has white color on #885A67 background.


Related colors

Complementary color

Complementary color for #hex is #77A598.


I love getcolorcode.com

Triadic colors

1 #67885A and #5A6788 with #885A67 are triadic colors.

2 #675A88 and #5A8867 with #885A67 are triadic colors.