COLOR #885667

HEX: #885667
RGB: (136,86,103)

Color info

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

RGB color model

#885667 color RGB value is (136,86,103).

  • red value is 136;
  • green value is 86;
  • blue value is 103.
RGB:
(136,86,103)
(53%,34%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 86 of 255 = 34%
B 103 of 255 = 40%

136
86
103

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

Portions of RGB colors in percentages

R + G + B =
136 + 86 + 103 = 325 (100%)
R 136 of 325 ~ 41.85%
G 86 of 325 ~ 26.46%
B 103 of 325 ~ 31.69%

%41.85
%26.46
%31.69

CMYK color model

#885667 color CMYK value is (0,37,24,47).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(0,37,24,47)
C0M37Y24K47 
(0%,37%,24%,47%)
(0.00/0.37/0.24/0.47)	

CMYK percentages

%0
%36.76
%24.26
%46.67

Codes

Color #885667 in popluar color models

885667
RGB13686103
HSL340°22.52%43.53%
HSB/HSV340°36.76%53.33%
CMYK0.00%36.76%24.26%
46.67%

Color #885667 in popluar number systems.

HEX885667
Decimal13686103
Binary1000100010101101100111
Octal210126147

Shades and tints

Shades of #885667

#885667
(136,86,103)
#7C4F5E
(124,79,94)
#704855
(112,72,85)
#64414C
(100,65,76)
#583A43
(88,58,67)
#4C333A
(76,51,58)
#402C31
(64,44,49)
#342528
(52,37,40)
#281E1F
(40,30,31)
#1C1716
(28,23,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #885667

#885667
(136,86,103)
#926574
(146,101,116)
#9C7481
(156,116,129)
#A6838E
(166,131,142)
#B0929B
(176,146,155)
#BAA1A8
(186,161,168)
#C4B0B5
(196,176,181)
#CEBFC2
(206,191,194)
#D8CECF
(216,206,207)
#E2DDDC
(226,221,220)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885667; }

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

This text font color is #885667.


Background Color

.myBgColor { background-color: #885667; }

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

This div background color is #885667.


Border color

.myBorderColor { border: 1px solid #885667; }

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

This div border color is #885667.


Opacity

.myOpacity80 { color: #885667; opacity: 0.8; }

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

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

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

This text has shadow with #885667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885667 on black background.


Color preview on white background

This text has color #885667 on white background.



Black color preview on #885667 background

This text has black color on #885667 background.


White color preview on #885667 background

This text has white color on #885667 background.