COLOR #8B7862

HEX: #8B7862
RGB: (139,120,98)

Color info

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

RGB color model

#8B7862 color RGB value is (139,120,98).

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

RGB channels and saturation

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

139
120
98

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 98 = 357 (100%)
R 139 of 357 ~ 38.94%
G 120 of 357 ~ 33.61%
B 98 of 357 ~ 27.45%

%38.94
%33.61
%27.45

CMYK color model

#8B7862 color CMYK value is (0,14,29,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(0,14,29,45)
C0M14Y29K45 
(0%,14%,29%,45%)
(0.00/0.14/0.29/0.45)	

CMYK percentages

%0
%13.67
%29.5
%45.49

Codes

Color #8B7862 in popluar color models

8B7862
RGB13912098
HSL32°17.30%46.47%
HSB/HSV32°29.50%54.51%
CMYK0.00%13.67%29.50%
45.49%

Color #8B7862 in popluar number systems.

HEX8B7862
Decimal13912098
Binary1000101111110001100010
Octal213170142

Shades and tints

Shades of #8B7862

#8B7862
(139,120,98)
#7F6E5A
(127,110,90)
#736452
(115,100,82)
#675A4A
(103,90,74)
#5B5042
(91,80,66)
#4F463A
(79,70,58)
#433C32
(67,60,50)
#37322A
(55,50,42)
#2B2822
(43,40,34)
#1F1E1A
(31,30,26)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #8B7862

#8B7862
(139,120,98)
#958470
(149,132,112)
#9F907E
(159,144,126)
#A99C8C
(169,156,140)
#B3A89A
(179,168,154)
#BDB4A8
(189,180,168)
#C7C0B6
(199,192,182)
#D1CCC4
(209,204,196)
#DBD8D2
(219,216,210)
#E5E4E0
(229,228,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7862; }

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

This text font color is #8B7862.


Background Color

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

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

This div background color is #8B7862.


Border color

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

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

This div border color is #8B7862.


Opacity

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

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

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

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

This text has shadow with #8B7862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7862 on black background.


Color preview on white background

This text has color #8B7862 on white background.



Black color preview on #8B7862 background

This text has black color on #8B7862 background.


White color preview on #8B7862 background

This text has white color on #8B7862 background.