COLOR #885C46

HEX: #885C46
RGB: (136,92,70)

Color info

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

RGB color model

#885C46 color RGB value is (136,92,70).

  • red value is 136;
  • green value is 92;
  • blue value is 70.
RGB:
(136,92,70)
(53%,36%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 70 of 255 = 27%

136
92
70

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

Portions of RGB colors in percentages

R + G + B =
136 + 92 + 70 = 298 (100%)
R 136 of 298 ~ 45.64%
G 92 of 298 ~ 30.87%
B 70 of 298 ~ 23.49%

%45.64
%30.87
%23.49

CMYK color model

#885C46 color CMYK value is (0,32,49,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(0,32,49,47)
C0M32Y49K47 
(0%,32%,49%,47%)
(0.00/0.32/0.49/0.47)	

CMYK percentages

%0
%32.35
%48.53
%46.67

Codes

Color #885C46 in popluar color models

885C46
RGB1369270
HSL20°32.04%40.39%
HSB/HSV20°48.53%53.33%
CMYK0.00%32.35%48.53%
46.67%

Color #885C46 in popluar number systems.

HEX885C46
Decimal1369270
Binary1000100010111001000110
Octal210134106

Shades and tints

Shades of #885C46

#885C46
(136,92,70)
#7C5440
(124,84,64)
#704C3A
(112,76,58)
#644434
(100,68,52)
#583C2E
(88,60,46)
#4C3428
(76,52,40)
#402C22
(64,44,34)
#34241C
(52,36,28)
#281C16
(40,28,22)
#1C1410
(28,20,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #885C46

#885C46
(136,92,70)
#926A56
(146,106,86)
#9C7866
(156,120,102)
#A68676
(166,134,118)
#B09486
(176,148,134)
#BAA296
(186,162,150)
#C4B0A6
(196,176,166)
#CEBEB6
(206,190,182)
#D8CCC6
(216,204,198)
#E2DAD6
(226,218,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885C46 color. Also use rgb(136,92,70) instead hex code.

Text Font Color

.myTextColor { color: #885C46; }

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

This text font color is #885C46.


Background Color

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

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

This div background color is #885C46.


Border color

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

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

This div border color is #885C46.


Opacity

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

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

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

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

This text has shadow with #885C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885C46 on black background.


Color preview on white background

This text has color #885C46 on white background.



Black color preview on #885C46 background

This text has black color on #885C46 background.


White color preview on #885C46 background

This text has white color on #885C46 background.