COLOR #8B8457

HEX: #8B8457
RGB: (139,132,87)

Color info

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

RGB color model

#8B8457 color RGB value is (139,132,87).

  • red value is 139;
  • green value is 132;
  • blue value is 87.
RGB:
(139,132,87)
(55%,52%,34%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 87 of 255 = 34%

139
132
87

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

Portions of RGB colors in percentages

R + G + B =
139 + 132 + 87 = 358 (100%)
R 139 of 358 ~ 38.83%
G 132 of 358 ~ 36.87%
B 87 of 358 ~ 24.3%

%38.83
%36.87
%24.3

CMYK color model

#8B8457 color CMYK value is (0,5,37,45).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 37.41%
  • key color value is 45.49%
CMYK:
(0,5,37,45)
C0M5Y37K45 
(0%,5%,37%,45%)
(0.00/0.05/0.37/0.45)	

CMYK percentages

%0
%5.04
%37.41
%45.49

Codes

Color #8B8457 in popluar color models

8B8457
RGB13913287
HSL52°23.01%44.31%
HSB/HSV52°37.41%54.51%
CMYK0.00%5.04%37.41%
45.49%

Color #8B8457 in popluar number systems.

HEX8B8457
Decimal13913287
Binary10001011100001001010111
Octal213204127

Shades and tints

Shades of #8B8457

#8B8457
(139,132,87)
#7F7850
(127,120,80)
#736C49
(115,108,73)
#676042
(103,96,66)
#5B543B
(91,84,59)
#4F4834
(79,72,52)
#433C2D
(67,60,45)
#373026
(55,48,38)
#2B241F
(43,36,31)
#1F1818
(31,24,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B8457

#8B8457
(139,132,87)
#958F66
(149,143,102)
#9F9A75
(159,154,117)
#A9A584
(169,165,132)
#B3B093
(179,176,147)
#BDBBA2
(189,187,162)
#C7C6B1
(199,198,177)
#D1D1C0
(209,209,192)
#DBDCCF
(219,220,207)
#E5E7DE
(229,231,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8457 color. Also use rgb(139,132,87) instead hex code.

Text Font Color

.myTextColor { color: #8B8457; }

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

This text font color is #8B8457.


Background Color

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

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

This div background color is #8B8457.


Border color

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

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

This div border color is #8B8457.


Opacity

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

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

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

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

This text has shadow with #8B8457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8457 on black background.


Color preview on white background

This text has color #8B8457 on white background.



Black color preview on #8B8457 background

This text has black color on #8B8457 background.


White color preview on #8B8457 background

This text has white color on #8B8457 background.