COLOR #8B7162

HEX: #8B7162
RGB: (139,113,98)

Color info

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

RGB color model

#8B7162 color RGB value is (139,113,98).

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

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 98 of 255 = 38%

139
113
98

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

Portions of RGB colors in percentages

R + G + B =
139 + 113 + 98 = 350 (100%)
R 139 of 350 ~ 39.71%
G 113 of 350 ~ 32.29%
B 98 of 350 ~ 28%

%39.71
%32.29
%28

CMYK color model

#8B7162 color CMYK value is (0,19,29,45).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(0,19,29,45)
C0M19Y29K45 
(0%,19%,29%,45%)
(0.00/0.19/0.29/0.45)	

CMYK percentages

%0
%18.71
%29.5
%45.49

Codes

Color #8B7162 in popluar color models

8B7162
RGB13911398
HSL22°17.30%46.47%
HSB/HSV22°29.50%54.51%
CMYK0.00%18.71%29.50%
45.49%

Color #8B7162 in popluar number systems.

HEX8B7162
Decimal13911398
Binary1000101111100011100010
Octal213161142

Shades and tints

Shades of #8B7162

#8B7162
(139,113,98)
#7F675A
(127,103,90)
#735D52
(115,93,82)
#67534A
(103,83,74)
#5B4942
(91,73,66)
#4F3F3A
(79,63,58)
#433532
(67,53,50)
#372B2A
(55,43,42)
#2B2122
(43,33,34)
#1F171A
(31,23,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #8B7162

#8B7162
(139,113,98)
#957D70
(149,125,112)
#9F897E
(159,137,126)
#A9958C
(169,149,140)
#B3A19A
(179,161,154)
#BDADA8
(189,173,168)
#C7B9B6
(199,185,182)
#D1C5C4
(209,197,196)
#DBD1D2
(219,209,210)
#E5DDE0
(229,221,224)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7162; }

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

This text font color is #8B7162.


Background Color

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

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

This div background color is #8B7162.


Border color

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

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

This div border color is #8B7162.


Opacity

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

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

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

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

This text has shadow with #8B7162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7162 on black background.


Color preview on white background

This text has color #8B7162 on white background.



Black color preview on #8B7162 background

This text has black color on #8B7162 background.


White color preview on #8B7162 background

This text has white color on #8B7162 background.