COLOR #885D3D

HEX: #885D3D
RGB: (136,93,61)

Color info

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

RGB color model

#885D3D color RGB value is (136,93,61).

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

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 61 of 255 = 24%

136
93
61

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

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 61 = 290 (100%)
R 136 of 290 ~ 46.9%
G 93 of 290 ~ 32.07%
B 61 of 290 ~ 21.03%

%46.9
%32.07
%21.03

CMYK color model

#885D3D color CMYK value is (0,32,55,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(0,32,55,47)
C0M32Y55K47 
(0%,32%,55%,47%)
(0.00/0.32/0.55/0.47)	

CMYK percentages

%0
%31.62
%55.15
%46.67

Codes

Color #885D3D in popluar color models

885D3D
RGB1369361
HSL26°38.07%38.63%
HSB/HSV26°55.15%53.33%
CMYK0.00%31.62%55.15%
46.67%

Color #885D3D in popluar number systems.

HEX885D3D
Decimal1369361
Binary100010001011101111101
Octal21013575

Shades and tints

Shades of #885D3D

#885D3D
(136,93,61)
#7C5538
(124,85,56)
#704D33
(112,77,51)
#64452E
(100,69,46)
#583D29
(88,61,41)
#4C3524
(76,53,36)
#402D1F
(64,45,31)
#34251A
(52,37,26)
#281D15
(40,29,21)
#1C1510
(28,21,16)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #885D3D

#885D3D
(136,93,61)
#926B4E
(146,107,78)
#9C795F
(156,121,95)
#A68770
(166,135,112)
#B09581
(176,149,129)
#BAA392
(186,163,146)
#C4B1A3
(196,177,163)
#CEBFB4
(206,191,180)
#D8CDC5
(216,205,197)
#E2DBD6
(226,219,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885D3D; }

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

This text font color is #885D3D.


Background Color

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

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

This div background color is #885D3D.


Border color

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

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

This div border color is #885D3D.


Opacity

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

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

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

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

This text has shadow with #885D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D3D on black background.


Color preview on white background

This text has color #885D3D on white background.



Black color preview on #885D3D background

This text has black color on #885D3D background.


White color preview on #885D3D background

This text has white color on #885D3D background.