COLOR #8B7949

HEX: #8B7949
RGB: (139,121,73)

Color info

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

RGB color model

#8B7949 color RGB value is (139,121,73).

  • red value is 139;
  • green value is 121;
  • blue value is 73.
RGB:
(139,121,73)
(55%,47%,29%)

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 73 of 255 = 29%

139
121
73

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 73 = 333 (100%)
R 139 of 333 ~ 41.74%
G 121 of 333 ~ 36.34%
B 73 of 333 ~ 21.92%

%41.74
%36.34
%21.92

CMYK color model

#8B7949 color CMYK value is (0,13,47,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(0,13,47,45)
C0M13Y47K45 
(0%,13%,47%,45%)
(0.00/0.13/0.47/0.45)	

CMYK percentages

%0
%12.95
%47.48
%45.49

Codes

Color #8B7949 in popluar color models

8B7949
RGB13912173
HSL44°31.13%41.57%
HSB/HSV44°47.48%54.51%
CMYK0.00%12.95%47.48%
45.49%

Color #8B7949 in popluar number systems.

HEX8B7949
Decimal13912173
Binary1000101111110011001001
Octal213171111

Shades and tints

Shades of #8B7949

#8B7949
(139,121,73)
#7F6E43
(127,110,67)
#73633D
(115,99,61)
#675837
(103,88,55)
#5B4D31
(91,77,49)
#4F422B
(79,66,43)
#433725
(67,55,37)
#372C1F
(55,44,31)
#2B2119
(43,33,25)
#1F1613
(31,22,19)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #8B7949

#8B7949
(139,121,73)
#958559
(149,133,89)
#9F9169
(159,145,105)
#A99D79
(169,157,121)
#B3A989
(179,169,137)
#BDB599
(189,181,153)
#C7C1A9
(199,193,169)
#D1CDB9
(209,205,185)
#DBD9C9
(219,217,201)
#E5E5D9
(229,229,217)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7949 color. Also use rgb(139,121,73) instead hex code.

Text Font Color

.myTextColor { color: #8B7949; }

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

This text font color is #8B7949.


Background Color

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

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

This div background color is #8B7949.


Border color

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

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

This div border color is #8B7949.


Opacity

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

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

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

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

This text has shadow with #8B7949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7949 on black background.


Color preview on white background

This text has color #8B7949 on white background.



Black color preview on #8B7949 background

This text has black color on #8B7949 background.


White color preview on #8B7949 background

This text has white color on #8B7949 background.