COLOR #8B7934

HEX: #8B7934
RGB: (139,121,52)

Color info

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

RGB color model

#8B7934 color RGB value is (139,121,52).

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

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 52 of 255 = 20%

139
121
52

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 52 = 312 (100%)
R 139 of 312 ~ 44.55%
G 121 of 312 ~ 38.78%
B 52 of 312 ~ 16.67%

%44.55
%38.78
%16.67

CMYK color model

#8B7934 color CMYK value is (0,13,63,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 62.59%
  • key color value is 45.49%
CMYK:
(0,13,63,45)
C0M13Y63K45 
(0%,13%,63%,45%)
(0.00/0.13/0.63/0.45)	

CMYK percentages

%0
%12.95
%62.59
%45.49

Codes

Color #8B7934 in popluar color models

8B7934
RGB13912152
HSL48°45.55%37.45%
HSB/HSV48°62.59%54.51%
CMYK0.00%12.95%62.59%
45.49%

Color #8B7934 in popluar number systems.

HEX8B7934
Decimal13912152
Binary100010111111001110100
Octal21317164

Shades and tints

Shades of #8B7934

#8B7934
(139,121,52)
#7F6E30
(127,110,48)
#73632C
(115,99,44)
#675828
(103,88,40)
#5B4D24
(91,77,36)
#4F4220
(79,66,32)
#43371C
(67,55,28)
#372C18
(55,44,24)
#2B2114
(43,33,20)
#1F1610
(31,22,16)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #8B7934

#8B7934
(139,121,52)
#958546
(149,133,70)
#9F9158
(159,145,88)
#A99D6A
(169,157,106)
#B3A97C
(179,169,124)
#BDB58E
(189,181,142)
#C7C1A0
(199,193,160)
#D1CDB2
(209,205,178)
#DBD9C4
(219,217,196)
#E5E5D6
(229,229,214)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7934; }

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

This text font color is #8B7934.


Background Color

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

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

This div background color is #8B7934.


Border color

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

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

This div border color is #8B7934.


Opacity

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

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

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

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

This text has shadow with #8B7934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7934 on black background.


Color preview on white background

This text has color #8B7934 on white background.



Black color preview on #8B7934 background

This text has black color on #8B7934 background.


White color preview on #8B7934 background

This text has white color on #8B7934 background.