COLOR #885751

HEX: #885751
RGB: (136,87,81)

Color info

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

RGB color model

#885751 color RGB value is (136,87,81).

  • red value is 136;
  • green value is 87;
  • blue value is 81.
RGB:
(136,87,81)
(53%,34%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 81 of 255 = 32%

136
87
81

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

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 81 = 304 (100%)
R 136 of 304 ~ 44.74%
G 87 of 304 ~ 28.62%
B 81 of 304 ~ 26.64%

%44.74
%28.62
%26.64

CMYK color model

#885751 color CMYK value is (0,36,40,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 40.44%
  • key color value is 46.67%
CMYK:
(0,36,40,47)
C0M36Y40K47 
(0%,36%,40%,47%)
(0.00/0.36/0.40/0.47)	

CMYK percentages

%0
%36.03
%40.44
%46.67

Codes

Color #885751 in popluar color models

885751
RGB1368781
HSL25.35%42.55%
HSB/HSV40.44%53.33%
CMYK0.00%36.03%40.44%
46.67%

Color #885751 in popluar number systems.

HEX885751
Decimal1368781
Binary1000100010101111010001
Octal210127121

Shades and tints

Shades of #885751

#885751
(136,87,81)
#7C504A
(124,80,74)
#704943
(112,73,67)
#64423C
(100,66,60)
#583B35
(88,59,53)
#4C342E
(76,52,46)
#402D27
(64,45,39)
#342620
(52,38,32)
#281F19
(40,31,25)
#1C1812
(28,24,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #885751

#885751
(136,87,81)
#926660
(146,102,96)
#9C756F
(156,117,111)
#A6847E
(166,132,126)
#B0938D
(176,147,141)
#BAA29C
(186,162,156)
#C4B1AB
(196,177,171)
#CEC0BA
(206,192,186)
#D8CFC9
(216,207,201)
#E2DED8
(226,222,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885751 color. Also use rgb(136,87,81) instead hex code.

Text Font Color

.myTextColor { color: #885751; }

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

This text font color is #885751.


Background Color

.myBgColor { background-color: #885751; }

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

This div background color is #885751.


Border color

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

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

This div border color is #885751.


Opacity

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

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

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

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

This text has shadow with #885751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885751 on black background.


Color preview on white background

This text has color #885751 on white background.



Black color preview on #885751 background

This text has black color on #885751 background.


White color preview on #885751 background

This text has white color on #885751 background.