COLOR #885E4B

HEX: #885E4B
RGB: (136,94,75)

Color info

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

RGB color model

#885E4B color RGB value is (136,94,75).

  • red value is 136;
  • green value is 94;
  • blue value is 75.
RGB:
(136,94,75)
(53%,37%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 94 of 255 = 37%
B 75 of 255 = 29%

136
94
75

R + G + B ~ 40%. #885E4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 94 + 75 = 305 (100%)
R 136 of 305 ~ 44.59%
G 94 of 305 ~ 30.82%
B 75 of 305 ~ 24.59%

%44.59
%30.82
%24.59

CMYK color model

#885E4B color CMYK value is (0,31,45,47).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 44.85%
  • key color value is 46.67%
CMYK:
(0,31,45,47)
C0M31Y45K47 
(0%,31%,45%,47%)
(0.00/0.31/0.45/0.47)	

CMYK percentages

%0
%30.88
%44.85
%46.67

Codes

Color #885E4B in popluar color models

885E4B
RGB1369475
HSL19°28.91%41.37%
HSB/HSV19°44.85%53.33%
CMYK0.00%30.88%44.85%
46.67%

Color #885E4B in popluar number systems.

HEX885E4B
Decimal1369475
Binary1000100010111101001011
Octal210136113

Shades and tints

Shades of #885E4B

#885E4B
(136,94,75)
#7C5645
(124,86,69)
#704E3F
(112,78,63)
#644639
(100,70,57)
#583E33
(88,62,51)
#4C362D
(76,54,45)
#402E27
(64,46,39)
#342621
(52,38,33)
#281E1B
(40,30,27)
#1C1615
(28,22,21)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #885E4B

#885E4B
(136,94,75)
#926C5B
(146,108,91)
#9C7A6B
(156,122,107)
#A6887B
(166,136,123)
#B0968B
(176,150,139)
#BAA49B
(186,164,155)
#C4B2AB
(196,178,171)
#CEC0BB
(206,192,187)
#D8CECB
(216,206,203)
#E2DCDB
(226,220,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885E4B color. Also use rgb(136,94,75) instead hex code.

Text Font Color

.myTextColor { color: #885E4B; }

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

This text font color is #885E4B.


Background Color

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

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

This div background color is #885E4B.


Border color

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

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

This div border color is #885E4B.


Opacity

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

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

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

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

This text has shadow with #885E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885E4B on black background.


Color preview on white background

This text has color #885E4B on white background.



Black color preview on #885E4B background

This text has black color on #885E4B background.


White color preview on #885E4B background

This text has white color on #885E4B background.