COLOR #885640

HEX: #885640
RGB: (136,86,64)

Color info

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

RGB color model

#885640 color RGB value is (136,86,64).

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

RGB channels and saturation

R 136 of 255 = 53%
G 86 of 255 = 34%
B 64 of 255 = 25%

136
86
64

R + G + B ~ 37%. #885640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 86 + 64 = 286 (100%)
R 136 of 286 ~ 47.55%
G 86 of 286 ~ 30.07%
B 64 of 286 ~ 22.38%

%47.55
%30.07
%22.38

CMYK color model

#885640 color CMYK value is (0,37,53,47).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 52.94%
  • key color value is 46.67%
CMYK:
(0,37,53,47)
C0M37Y53K47 
(0%,37%,53%,47%)
(0.00/0.37/0.53/0.47)	

CMYK percentages

%0
%36.76
%52.94
%46.67

Codes

Color #885640 in popluar color models

885640
RGB1368664
HSL18°36.00%39.22%
HSB/HSV18°52.94%53.33%
CMYK0.00%36.76%52.94%
46.67%

Color #885640 in popluar number systems.

HEX885640
Decimal1368664
Binary1000100010101101000000
Octal210126100

Shades and tints

Shades of #885640

#885640
(136,86,64)
#7C4F3B
(124,79,59)
#704836
(112,72,54)
#644131
(100,65,49)
#583A2C
(88,58,44)
#4C3327
(76,51,39)
#402C22
(64,44,34)
#34251D
(52,37,29)
#281E18
(40,30,24)
#1C1713
(28,23,19)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #885640

#885640
(136,86,64)
#926551
(146,101,81)
#9C7462
(156,116,98)
#A68373
(166,131,115)
#B09284
(176,146,132)
#BAA195
(186,161,149)
#C4B0A6
(196,176,166)
#CEBFB7
(206,191,183)
#D8CEC8
(216,206,200)
#E2DDD9
(226,221,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885640; }

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

This text font color is #885640.


Background Color

.myBgColor { background-color: #885640; }

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

This div background color is #885640.


Border color

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

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

This div border color is #885640.


Opacity

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

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

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

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

This text has shadow with #885640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885640 on black background.


Color preview on white background

This text has color #885640 on white background.



Black color preview on #885640 background

This text has black color on #885640 background.


White color preview on #885640 background

This text has white color on #885640 background.