COLOR #8B7C4E

HEX: #8B7C4E
RGB: (139,124,78)

Color info

#8B7C4E contains mainly red and green colors. Web safe color of #8B7C4E is #996666 (or #966).

RGB color model

#8B7C4E color RGB value is (139,124,78).

  • red value is 139;
  • green value is 124;
  • blue value is 78.
RGB:
(139,124,78)
(55%,49%,31%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 78 of 255 = 31%

139
124
78

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

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 78 = 341 (100%)
R 139 of 341 ~ 40.76%
G 124 of 341 ~ 36.36%
B 78 of 341 ~ 22.87%

%40.76
%36.36
%22.87

CMYK color model

#8B7C4E color CMYK value is (0,11,44,45).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 43.88%
  • key color value is 45.49%
CMYK:
(0,11,44,45)
C0M11Y44K45 
(0%,11%,44%,45%)
(0.00/0.11/0.44/0.45)	

CMYK percentages

%0
%10.79
%43.88
%45.49

Codes

Color #8B7C4E in popluar color models

8B7C4E
RGB13912478
HSL45°28.11%42.55%
HSB/HSV45°43.88%54.51%
CMYK0.00%10.79%43.88%
45.49%

Color #8B7C4E in popluar number systems.

HEX8B7C4E
Decimal13912478
Binary1000101111111001001110
Octal213174116

Shades and tints

Shades of #8B7C4E

#8B7C4E
(139,124,78)
#7F7147
(127,113,71)
#736640
(115,102,64)
#675B39
(103,91,57)
#5B5032
(91,80,50)
#4F452B
(79,69,43)
#433A24
(67,58,36)
#372F1D
(55,47,29)
#2B2416
(43,36,22)
#1F190F
(31,25,15)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #8B7C4E

#8B7C4E
(139,124,78)
#95875E
(149,135,94)
#9F926E
(159,146,110)
#A99D7E
(169,157,126)
#B3A88E
(179,168,142)
#BDB39E
(189,179,158)
#C7BEAE
(199,190,174)
#D1C9BE
(209,201,190)
#DBD4CE
(219,212,206)
#E5DFDE
(229,223,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7C4E color. Also use rgb(139,124,78) instead hex code.

Text Font Color

.myTextColor { color: #8B7C4E; }

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

This text font color is #8B7C4E.


Background Color

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

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

This div background color is #8B7C4E.


Border color

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

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

This div border color is #8B7C4E.


Opacity

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

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

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

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

This text has shadow with #8B7C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7C4E on black background.


Color preview on white background

This text has color #8B7C4E on white background.



Black color preview on #8B7C4E background

This text has black color on #8B7C4E background.


White color preview on #8B7C4E background

This text has white color on #8B7C4E background.