COLOR #8B7354

HEX: #8B7354
RGB: (139,115,84)

Color info

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

RGB color model

#8B7354 color RGB value is (139,115,84).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 84 of 255 = 33%

139
115
84

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 84 = 338 (100%)
R 139 of 338 ~ 41.12%
G 115 of 338 ~ 34.02%
B 84 of 338 ~ 24.85%

%41.12
%34.02
%24.85

CMYK color model

#8B7354 color CMYK value is (0,17,40,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 39.57%
  • key color value is 45.49%
CMYK:
(0,17,40,45)
C0M17Y40K45 
(0%,17%,40%,45%)
(0.00/0.17/0.40/0.45)	

CMYK percentages

%0
%17.27
%39.57
%45.49

Codes

Color #8B7354 in popluar color models

8B7354
RGB13911584
HSL34°24.66%43.73%
HSB/HSV34°39.57%54.51%
CMYK0.00%17.27%39.57%
45.49%

Color #8B7354 in popluar number systems.

HEX8B7354
Decimal13911584
Binary1000101111100111010100
Octal213163124

Shades and tints

Shades of #8B7354

#8B7354
(139,115,84)
#7F694D
(127,105,77)
#735F46
(115,95,70)
#67553F
(103,85,63)
#5B4B38
(91,75,56)
#4F4131
(79,65,49)
#43372A
(67,55,42)
#372D23
(55,45,35)
#2B231C
(43,35,28)
#1F1915
(31,25,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B7354

#8B7354
(139,115,84)
#957F63
(149,127,99)
#9F8B72
(159,139,114)
#A99781
(169,151,129)
#B3A390
(179,163,144)
#BDAF9F
(189,175,159)
#C7BBAE
(199,187,174)
#D1C7BD
(209,199,189)
#DBD3CC
(219,211,204)
#E5DFDB
(229,223,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7354; }

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

This text font color is #8B7354.


Background Color

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

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

This div background color is #8B7354.


Border color

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

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

This div border color is #8B7354.


Opacity

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

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

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

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

This text has shadow with #8B7354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7354 on black background.


Color preview on white background

This text has color #8B7354 on white background.



Black color preview on #8B7354 background

This text has black color on #8B7354 background.


White color preview on #8B7354 background

This text has white color on #8B7354 background.