COLOR #8B885E

HEX: #8B885E
RGB: (139,136,94)

Color info

#8B885E contains red, green and blue colors in about the same proportion. Web safe color of #8B885E is #999966 (or #996).

RGB color model

#8B885E color RGB value is (139,136,94).

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

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 94 of 255 = 37%

139
136
94

R + G + B ~ 48%. #8B885E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 94 = 369 (100%)
R 139 of 369 ~ 37.67%
G 136 of 369 ~ 36.86%
B 94 of 369 ~ 25.47%

%37.67
%36.86
%25.47

CMYK color model

#8B885E color CMYK value is (0,2,32,45).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,2,32,45)
C0M2Y32K45 
(0%,2%,32%,45%)
(0.00/0.02/0.32/0.45)	

CMYK percentages

%0
%2.16
%32.37
%45.49

Codes

Color #8B885E in popluar color models

8B885E
RGB13913694
HSL56°19.31%45.69%
HSB/HSV56°32.37%54.51%
CMYK0.00%2.16%32.37%
45.49%

Color #8B885E in popluar number systems.

HEX8B885E
Decimal13913694
Binary10001011100010001011110
Octal213210136

Shades and tints

Shades of #8B885E

#8B885E
(139,136,94)
#7F7C56
(127,124,86)
#73704E
(115,112,78)
#676446
(103,100,70)
#5B583E
(91,88,62)
#4F4C36
(79,76,54)
#43402E
(67,64,46)
#373426
(55,52,38)
#2B281E
(43,40,30)
#1F1C16
(31,28,22)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B885E

#8B885E
(139,136,94)
#95926C
(149,146,108)
#9F9C7A
(159,156,122)
#A9A688
(169,166,136)
#B3B096
(179,176,150)
#BDBAA4
(189,186,164)
#C7C4B2
(199,196,178)
#D1CEC0
(209,206,192)
#DBD8CE
(219,216,206)
#E5E2DC
(229,226,220)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B885E color. Also use rgb(139,136,94) instead hex code.

Text Font Color

.myTextColor { color: #8B885E; }

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

This text font color is #8B885E.


Background Color

.myBgColor { background-color: #8B885E; }

<div style="background-color:#8B885E">Inner text</div>

This div background color is #8B885E.


Border color

.myBorderColor { border: 1px solid #8B885E; }

<div style="border:3px solid #8B885E">Div</div>

This div border color is #8B885E.


Opacity

.myOpacity80 { color: #8B885E; opacity: 0.8; }

<p style="color:#8B885E;opacity:0.8;">80%</p>

Text with #8B885E 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 #8B885E;}

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

This text has shadow with #8B885E color.

.textShadow {text-shadow: 3px 3px 1px #8B885E, 3px 3px 1px red;}

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

This text has shadow with #8B885E primary color and red secondary color.


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

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

This text has shadow with #8B885E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B885E on black background.


Color preview on white background

This text has color #8B885E on white background.



Black color preview on #8B885E background

This text has black color on #8B885E background.


White color preview on #8B885E background

This text has white color on #8B885E background.