COLOR #885744

HEX: #885744
RGB: (136,87,68)

Color info

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

RGB color model

#885744 color RGB value is (136,87,68).

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

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 68 of 255 = 27%

136
87
68

R + G + B ~ 38%. #885744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 68 = 291 (100%)
R 136 of 291 ~ 46.74%
G 87 of 291 ~ 29.9%
B 68 of 291 ~ 23.37%

%46.74
%29.9
%23.37

CMYK color model

#885744 color CMYK value is (0,36,50,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(0,36,50,47)
C0M36Y50K47 
(0%,36%,50%,47%)
(0.00/0.36/0.50/0.47)	

CMYK percentages

%0
%36.03
%50
%46.67

Codes

Color #885744 in popluar color models

885744
RGB1368768
HSL17°33.33%40.00%
HSB/HSV17°50.00%53.33%
CMYK0.00%36.03%50.00%
46.67%

Color #885744 in popluar number systems.

HEX885744
Decimal1368768
Binary1000100010101111000100
Octal210127104

Shades and tints

Shades of #885744

#885744
(136,87,68)
#7C503E
(124,80,62)
#704938
(112,73,56)
#644232
(100,66,50)
#583B2C
(88,59,44)
#4C3426
(76,52,38)
#402D20
(64,45,32)
#34261A
(52,38,26)
#281F14
(40,31,20)
#1C180E
(28,24,14)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #885744

#885744
(136,87,68)
#926655
(146,102,85)
#9C7566
(156,117,102)
#A68477
(166,132,119)
#B09388
(176,147,136)
#BAA299
(186,162,153)
#C4B1AA
(196,177,170)
#CEC0BB
(206,192,187)
#D8CFCC
(216,207,204)
#E2DEDD
(226,222,221)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885744; }

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

This text font color is #885744.


Background Color

.myBgColor { background-color: #885744; }

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

This div background color is #885744.


Border color

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

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

This div border color is #885744.


Opacity

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

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

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

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

This text has shadow with #885744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885744 on black background.


Color preview on white background

This text has color #885744 on white background.



Black color preview on #885744 background

This text has black color on #885744 background.


White color preview on #885744 background

This text has white color on #885744 background.