COLOR #8B6954

HEX: #8B6954
RGB: (139,105,84)

Color info

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

RGB color model

#8B6954 color RGB value is (139,105,84).

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

RGB channels and saturation

R 139 of 255 = 55%
G 105 of 255 = 41%
B 84 of 255 = 33%

139
105
84

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

Portions of RGB colors in percentages

R + G + B =
139 + 105 + 84 = 328 (100%)
R 139 of 328 ~ 42.38%
G 105 of 328 ~ 32.01%
B 84 of 328 ~ 25.61%

%42.38
%32.01
%25.61

CMYK color model

#8B6954 color CMYK value is (0,24,40,45).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 39.57%
  • key color value is 45.49%
CMYK:
(0,24,40,45)
C0M24Y40K45 
(0%,24%,40%,45%)
(0.00/0.24/0.40/0.45)	

CMYK percentages

%0
%24.46
%39.57
%45.49

Codes

Color #8B6954 in popluar color models

8B6954
RGB13910584
HSL23°24.66%43.73%
HSB/HSV23°39.57%54.51%
CMYK0.00%24.46%39.57%
45.49%

Color #8B6954 in popluar number systems.

HEX8B6954
Decimal13910584
Binary1000101111010011010100
Octal213151124

Shades and tints

Shades of #8B6954

#8B6954
(139,105,84)
#7F604D
(127,96,77)
#735746
(115,87,70)
#674E3F
(103,78,63)
#5B4538
(91,69,56)
#4F3C31
(79,60,49)
#43332A
(67,51,42)
#372A23
(55,42,35)
#2B211C
(43,33,28)
#1F1815
(31,24,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B6954

#8B6954
(139,105,84)
#957663
(149,118,99)
#9F8372
(159,131,114)
#A99081
(169,144,129)
#B39D90
(179,157,144)
#BDAA9F
(189,170,159)
#C7B7AE
(199,183,174)
#D1C4BD
(209,196,189)
#DBD1CC
(219,209,204)
#E5DEDB
(229,222,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6954; }

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

This text font color is #8B6954.


Background Color

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

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

This div background color is #8B6954.


Border color

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

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

This div border color is #8B6954.


Opacity

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

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

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

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

This text has shadow with #8B6954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6954 on black background.


Color preview on white background

This text has color #8B6954 on white background.



Black color preview on #8B6954 background

This text has black color on #8B6954 background.


White color preview on #8B6954 background

This text has white color on #8B6954 background.