COLOR #885D2C

HEX: #885D2C
RGB: (136,93,44)

Color info

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

RGB color model

#885D2C color RGB value is (136,93,44).

  • red value is 136;
  • green value is 93;
  • blue value is 44.
RGB:
(136,93,44)
(53%,36%,17%)

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 44 of 255 = 17%

136
93
44

R + G + B ~ 35%. #885D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 44 = 273 (100%)
R 136 of 273 ~ 49.82%
G 93 of 273 ~ 34.07%
B 44 of 273 ~ 16.12%

%49.82
%34.07
%16.12

CMYK color model

#885D2C color CMYK value is (0,32,68,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 67.65%
  • key color value is 46.67%
CMYK:
(0,32,68,47)
C0M32Y68K47 
(0%,32%,68%,47%)
(0.00/0.32/0.68/0.47)	

CMYK percentages

%0
%31.62
%67.65
%46.67

Codes

Color #885D2C in popluar color models

885D2C
RGB1369344
HSL32°51.11%35.29%
HSB/HSV32°67.65%53.33%
CMYK0.00%31.62%67.65%
46.67%

Color #885D2C in popluar number systems.

HEX885D2C
Decimal1369344
Binary100010001011101101100
Octal21013554

Shades and tints

Shades of #885D2C

#885D2C
(136,93,44)
#7C5528
(124,85,40)
#704D24
(112,77,36)
#644520
(100,69,32)
#583D1C
(88,61,28)
#4C3518
(76,53,24)
#402D14
(64,45,20)
#342510
(52,37,16)
#281D0C
(40,29,12)
#1C1508
(28,21,8)
#100D04
(16,13,4)
#000000
(0,0,0)

Tints of #885D2C

#885D2C
(136,93,44)
#926B3F
(146,107,63)
#9C7952
(156,121,82)
#A68765
(166,135,101)
#B09578
(176,149,120)
#BAA38B
(186,163,139)
#C4B19E
(196,177,158)
#CEBFB1
(206,191,177)
#D8CDC4
(216,205,196)
#E2DBD7
(226,219,215)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885D2C color. Also use rgb(136,93,44) instead hex code.

Text Font Color

.myTextColor { color: #885D2C; }

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

This text font color is #885D2C.


Background Color

.myBgColor { background-color: #885D2C; }

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

This div background color is #885D2C.


Border color

.myBorderColor { border: 1px solid #885D2C; }

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

This div border color is #885D2C.


Opacity

.myOpacity80 { color: #885D2C; opacity: 0.8; }

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

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

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

This text has shadow with #885D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D2C on black background.


Color preview on white background

This text has color #885D2C on white background.



Black color preview on #885D2C background

This text has black color on #885D2C background.


White color preview on #885D2C background

This text has white color on #885D2C background.