COLOR #8B7F4C

HEX: #8B7F4C
RGB: (139,127,76)

Color info

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

RGB color model

#8B7F4C color RGB value is (139,127,76).

  • red value is 139;
  • green value is 127;
  • blue value is 76.
RGB:
(139,127,76)
(55%,50%,30%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 76 of 255 = 30%

139
127
76

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 76 = 342 (100%)
R 139 of 342 ~ 40.64%
G 127 of 342 ~ 37.13%
B 76 of 342 ~ 22.22%

%40.64
%37.13
%22.22

CMYK color model

#8B7F4C color CMYK value is (0,9,45,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 45.32%
  • key color value is 45.49%
CMYK:
(0,9,45,45)
C0M9Y45K45 
(0%,9%,45%,45%)
(0.00/0.09/0.45/0.45)	

CMYK percentages

%0
%8.63
%45.32
%45.49

Codes

Color #8B7F4C in popluar color models

8B7F4C
RGB13912776
HSL49°29.30%42.16%
HSB/HSV49°45.32%54.51%
CMYK0.00%8.63%45.32%
45.49%

Color #8B7F4C in popluar number systems.

HEX8B7F4C
Decimal13912776
Binary1000101111111111001100
Octal213177114

Shades and tints

Shades of #8B7F4C

#8B7F4C
(139,127,76)
#7F7446
(127,116,70)
#736940
(115,105,64)
#675E3A
(103,94,58)
#5B5334
(91,83,52)
#4F482E
(79,72,46)
#433D28
(67,61,40)
#373222
(55,50,34)
#2B271C
(43,39,28)
#1F1C16
(31,28,22)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B7F4C

#8B7F4C
(139,127,76)
#958A5C
(149,138,92)
#9F956C
(159,149,108)
#A9A07C
(169,160,124)
#B3AB8C
(179,171,140)
#BDB69C
(189,182,156)
#C7C1AC
(199,193,172)
#D1CCBC
(209,204,188)
#DBD7CC
(219,215,204)
#E5E2DC
(229,226,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7F4C color. Also use rgb(139,127,76) instead hex code.

Text Font Color

.myTextColor { color: #8B7F4C; }

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

This text font color is #8B7F4C.


Background Color

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

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

This div background color is #8B7F4C.


Border color

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

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

This div border color is #8B7F4C.


Opacity

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

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

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

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

This text has shadow with #8B7F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7F4C on black background.


Color preview on white background

This text has color #8B7F4C on white background.



Black color preview on #8B7F4C background

This text has black color on #8B7F4C background.


White color preview on #8B7F4C background

This text has white color on #8B7F4C background.