COLOR #885849

HEX: #885849
RGB: (136,88,73)

Color info

#885849 contains mainly red and green colors. Web safe color of #885849 is #996633 (or #963).

RGB color model

#885849 color RGB value is (136,88,73).

  • red value is 136;
  • green value is 88;
  • blue value is 73.
RGB:
(136,88,73)
(53%,35%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 88 of 255 = 35%
B 73 of 255 = 29%

136
88
73

R + G + B ~ 39%. #885849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 88 + 73 = 297 (100%)
R 136 of 297 ~ 45.79%
G 88 of 297 ~ 29.63%
B 73 of 297 ~ 24.58%

%45.79
%29.63
%24.58

CMYK color model

#885849 color CMYK value is (0,35,46,47).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(0,35,46,47)
C0M35Y46K47 
(0%,35%,46%,47%)
(0.00/0.35/0.46/0.47)	

CMYK percentages

%0
%35.29
%46.32
%46.67

Codes

Color #885849 in popluar color models

885849
RGB1368873
HSL14°30.14%40.98%
HSB/HSV14°46.32%53.33%
CMYK0.00%35.29%46.32%
46.67%

Color #885849 in popluar number systems.

HEX885849
Decimal1368873
Binary1000100010110001001001
Octal210130111

Shades and tints

Shades of #885849

#885849
(136,88,73)
#7C5043
(124,80,67)
#70483D
(112,72,61)
#644037
(100,64,55)
#583831
(88,56,49)
#4C302B
(76,48,43)
#402825
(64,40,37)
#34201F
(52,32,31)
#281819
(40,24,25)
#1C1013
(28,16,19)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #885849

#885849
(136,88,73)
#926759
(146,103,89)
#9C7669
(156,118,105)
#A68579
(166,133,121)
#B09489
(176,148,137)
#BAA399
(186,163,153)
#C4B2A9
(196,178,169)
#CEC1B9
(206,193,185)
#D8D0C9
(216,208,201)
#E2DFD9
(226,223,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885849 color. Also use rgb(136,88,73) instead hex code.

Text Font Color

.myTextColor { color: #885849; }

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

This text font color is #885849.


Background Color

.myBgColor { background-color: #885849; }

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

This div background color is #885849.


Border color

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

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

This div border color is #885849.


Opacity

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

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

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

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

This text has shadow with #885849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885849 on black background.


Color preview on white background

This text has color #885849 on white background.



Black color preview on #885849 background

This text has black color on #885849 background.


White color preview on #885849 background

This text has white color on #885849 background.