COLOR #8B7962

HEX: #8B7962
RGB: (139,121,98)

Color info

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

RGB color model

#8B7962 color RGB value is (139,121,98).

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

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 98 of 255 = 38%

139
121
98

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 98 = 358 (100%)
R 139 of 358 ~ 38.83%
G 121 of 358 ~ 33.8%
B 98 of 358 ~ 27.37%

%38.83
%33.8
%27.37

CMYK color model

#8B7962 color CMYK value is (0,13,29,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(0,13,29,45)
C0M13Y29K45 
(0%,13%,29%,45%)
(0.00/0.13/0.29/0.45)	

CMYK percentages

%0
%12.95
%29.5
%45.49

Codes

Color #8B7962 in popluar color models

8B7962
RGB13912198
HSL34°17.30%46.47%
HSB/HSV34°29.50%54.51%
CMYK0.00%12.95%29.50%
45.49%

Color #8B7962 in popluar number systems.

HEX8B7962
Decimal13912198
Binary1000101111110011100010
Octal213171142

Shades and tints

Shades of #8B7962

#8B7962
(139,121,98)
#7F6E5A
(127,110,90)
#736352
(115,99,82)
#67584A
(103,88,74)
#5B4D42
(91,77,66)
#4F423A
(79,66,58)
#433732
(67,55,50)
#372C2A
(55,44,42)
#2B2122
(43,33,34)
#1F161A
(31,22,26)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #8B7962

#8B7962
(139,121,98)
#958570
(149,133,112)
#9F917E
(159,145,126)
#A99D8C
(169,157,140)
#B3A99A
(179,169,154)
#BDB5A8
(189,181,168)
#C7C1B6
(199,193,182)
#D1CDC4
(209,205,196)
#DBD9D2
(219,217,210)
#E5E5E0
(229,229,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7962; }

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

This text font color is #8B7962.


Background Color

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

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

This div background color is #8B7962.


Border color

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

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

This div border color is #8B7962.


Opacity

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

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

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

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

This text has shadow with #8B7962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7962 on black background.


Color preview on white background

This text has color #8B7962 on white background.



Black color preview on #8B7962 background

This text has black color on #8B7962 background.


White color preview on #8B7962 background

This text has white color on #8B7962 background.