COLOR #8B7163

HEX: #8B7163
RGB: (139,113,99)

Color info

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

RGB color model

#8B7163 color RGB value is (139,113,99).

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

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 99 of 255 = 39%

139
113
99

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

Portions of RGB colors in percentages

R + G + B =
139 + 113 + 99 = 351 (100%)
R 139 of 351 ~ 39.6%
G 113 of 351 ~ 32.19%
B 99 of 351 ~ 28.21%

%39.6
%32.19
%28.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 28.78%
  • 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
%28.78
%45.49

Codes

Color #8B7163 in popluar color models

8B7163
RGB13911399
HSL21°16.81%46.67%
HSB/HSV21°28.78%54.51%
CMYK0.00%18.71%28.78%
45.49%

Color #8B7163 in popluar number systems.

HEX8B7163
Decimal13911399
Binary1000101111100011100011
Octal213161143

Shades and tints

Shades of #8B7163

#8B7163
(139,113,99)
#7F675A
(127,103,90)
#735D51
(115,93,81)
#675348
(103,83,72)
#5B493F
(91,73,63)
#4F3F36
(79,63,54)
#43352D
(67,53,45)
#372B24
(55,43,36)
#2B211B
(43,33,27)
#1F1712
(31,23,18)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #8B7163

#8B7163
(139,113,99)
#957D71
(149,125,113)
#9F897F
(159,137,127)
#A9958D
(169,149,141)
#B3A19B
(179,161,155)
#BDADA9
(189,173,169)
#C7B9B7
(199,185,183)
#D1C5C5
(209,197,197)
#DBD1D3
(219,209,211)
#E5DDE1
(229,221,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7163; }

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

This text font color is #8B7163.


Background Color

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

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

This div background color is #8B7163.


Border color

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

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

This div border color is #8B7163.


Opacity

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

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

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

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

This text has shadow with #8B7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7163 on black background.


Color preview on white background

This text has color #8B7163 on white background.



Black color preview on #8B7163 background

This text has black color on #8B7163 background.


White color preview on #8B7163 background

This text has white color on #8B7163 background.