COLOR #8B7C54

HEX: #8B7C54
RGB: (139,124,84)

Color info

#8B7C54 contains red, green and blue colors in about the same proportion. Web safe color of #8B7C54 is #996666 (or #966).

RGB color model

#8B7C54 color RGB value is (139,124,84).

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

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 84 of 255 = 33%

139
124
84

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

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 84 = 347 (100%)
R 139 of 347 ~ 40.06%
G 124 of 347 ~ 35.73%
B 84 of 347 ~ 24.21%

%40.06
%35.73
%24.21

CMYK color model

#8B7C54 color CMYK value is (0,11,40,45).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 39.57%
  • key color value is 45.49%
CMYK:
(0,11,40,45)
C0M11Y40K45 
(0%,11%,40%,45%)
(0.00/0.11/0.40/0.45)	

CMYK percentages

%0
%10.79
%39.57
%45.49

Codes

Color #8B7C54 in popluar color models

8B7C54
RGB13912484
HSL44°24.66%43.73%
HSB/HSV44°39.57%54.51%
CMYK0.00%10.79%39.57%
45.49%

Color #8B7C54 in popluar number systems.

HEX8B7C54
Decimal13912484
Binary1000101111111001010100
Octal213174124

Shades and tints

Shades of #8B7C54

#8B7C54
(139,124,84)
#7F714D
(127,113,77)
#736646
(115,102,70)
#675B3F
(103,91,63)
#5B5038
(91,80,56)
#4F4531
(79,69,49)
#433A2A
(67,58,42)
#372F23
(55,47,35)
#2B241C
(43,36,28)
#1F1915
(31,25,21)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #8B7C54

#8B7C54
(139,124,84)
#958763
(149,135,99)
#9F9272
(159,146,114)
#A99D81
(169,157,129)
#B3A890
(179,168,144)
#BDB39F
(189,179,159)
#C7BEAE
(199,190,174)
#D1C9BD
(209,201,189)
#DBD4CC
(219,212,204)
#E5DFDB
(229,223,219)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C54; }

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

This text font color is #8B7C54.


Background Color

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

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

This div background color is #8B7C54.


Border color

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

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

This div border color is #8B7C54.


Opacity

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

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

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

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

This text has shadow with #8B7C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7C54 on black background.


Color preview on white background

This text has color #8B7C54 on white background.



Black color preview on #8B7C54 background

This text has black color on #8B7C54 background.


White color preview on #8B7C54 background

This text has white color on #8B7C54 background.