COLOR #8B7943

HEX: #8B7943
RGB: (139,121,67)

Color info

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

RGB color model

#8B7943 color RGB value is (139,121,67).

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

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 67 of 255 = 26%

139
121
67

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 67 = 327 (100%)
R 139 of 327 ~ 42.51%
G 121 of 327 ~ 37%
B 67 of 327 ~ 20.49%

%42.51
%37
%20.49

CMYK color model

#8B7943 color CMYK value is (0,13,52,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 51.80%
  • key color value is 45.49%
CMYK:
(0,13,52,45)
C0M13Y52K45 
(0%,13%,52%,45%)
(0.00/0.13/0.52/0.45)	

CMYK percentages

%0
%12.95
%51.8
%45.49

Codes

Color #8B7943 in popluar color models

8B7943
RGB13912167
HSL45°34.95%40.39%
HSB/HSV45°51.80%54.51%
CMYK0.00%12.95%51.80%
45.49%

Color #8B7943 in popluar number systems.

HEX8B7943
Decimal13912167
Binary1000101111110011000011
Octal213171103

Shades and tints

Shades of #8B7943

#8B7943
(139,121,67)
#7F6E3D
(127,110,61)
#736337
(115,99,55)
#675831
(103,88,49)
#5B4D2B
(91,77,43)
#4F4225
(79,66,37)
#43371F
(67,55,31)
#372C19
(55,44,25)
#2B2113
(43,33,19)
#1F160D
(31,22,13)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #8B7943

#8B7943
(139,121,67)
#958554
(149,133,84)
#9F9165
(159,145,101)
#A99D76
(169,157,118)
#B3A987
(179,169,135)
#BDB598
(189,181,152)
#C7C1A9
(199,193,169)
#D1CDBA
(209,205,186)
#DBD9CB
(219,217,203)
#E5E5DC
(229,229,220)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7943; }

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

This text font color is #8B7943.


Background Color

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

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

This div background color is #8B7943.


Border color

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

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

This div border color is #8B7943.


Opacity

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

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

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

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

This text has shadow with #8B7943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7943 on black background.


Color preview on white background

This text has color #8B7943 on white background.



Black color preview on #8B7943 background

This text has black color on #8B7943 background.


White color preview on #8B7943 background

This text has white color on #8B7943 background.