COLOR #885B3A

HEX: #885B3A RGB: (136,91,58)

Color info

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

RGB color model

#885B3A color RGB value is (136,91,58).

RGB: (136,91,58) (53%, 36%, 23%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 58 of 255 = 23%

136
91
58

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

Portions of RGB colors in percentages

R + G + B = 136 + 91 + 58 = 285 (100%)
R 136 of 285 ~ 47.72%
G 91 of 285 ~ 31.93%
B 58 of 285 ~ 20.35'%

%47.72
%31.93
%20.35

CMYK color model

#885B3A color CMYK value is (0,33,57,47).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 57.35%
  • key color value is 46.67%

CMYK: (0,33,57,47)
C0M33Y57K47 (0%, 33%, 57%, 47%)
(0.00 / 0.33 / 0.57 / 0.47)

CMYK percentages

%0
%33.09
%57.35
%46.67

Codes

Color #885B3A in popluar color models

88 5B 3A
RGB 136 91 58
HSL 25° 40.21% 38.04%
HSB/HSV 25° 57.35% 53.33%
CMYK 0.00% 33.09% 57.35%
46.67%

Color #885B3A in popluar number systems.

HEX 88 5B 3A
Decimal 136 91 58
Binary 10001000 1011011 111010
Octal 210 133 72

Shades and tints

Shades of #885B3A

#885B3A
(136,91,58)
#7C5335
(124,83,53)
#704B30
(112,75,48)
#64432B
(100,67,43)
#583B26
(88,59,38)
#4C3321
(76,51,33)
#402B1C
(64,43,28)
#342317
(52,35,23)
#281B12
(40,27,18)
#1C130D
(28,19,13)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #885B3A

#885B3A
(136,91,58)
#92694B
(146,105,75)
#9C775C
(156,119,92)
#A6856D
(166,133,109)
#B0937E
(176,147,126)
#BAA18F
(186,161,143)
#C4AFA0
(196,175,160)
#CEBDB1
(206,189,177)
#D8CBC2
(216,203,194)
#E2D9D3
(226,217,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B3A color. Also use rgb(136,91,58) instead hex code.

Text Font Color

.myTextColor { color: #885B3A; }

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

This text font color is #885B3A.

Background Color

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

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

This div background color is #885B3A.

Border color

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

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

This div border color is #885B3A.

Opacity

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

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

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

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

This text has shadow with #885B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885B3A.

Preview

Color preview on black background

This text has color #885B3A on black background.


Color preview on white background

This text has color #885B3A on white background.


Black color preview on #885B3A background

This text has black color on #885B3A background.


White color preview on #885B3A background

This text has white color on #885B3A background.


Related colors

Complementary color

Complementary color for #hex is #77A4C5.


I love getcolorcode.com

Triadic colors

1 #3A885B and #5B3A88 with #885B3A are triadic colors.

2 #3A5B88 and #5B883A with #885B3A are triadic colors.