COLOR #8B7063

HEX: #8B7063
RGB: (139,112,99)

Color info

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

RGB color model

#8B7063 color RGB value is (139,112,99).

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

RGB channels and saturation

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

139
112
99

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

Portions of RGB colors in percentages

R + G + B =
139 + 112 + 99 = 350 (100%)
R 139 of 350 ~ 39.71%
G 112 of 350 ~ 32%
B 99 of 350 ~ 28.29%

%39.71
%32
%28.29

CMYK color model

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

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

Codes

Color #8B7063 in popluar color models

8B7063
RGB13911299
HSL20°16.81%46.67%
HSB/HSV20°28.78%54.51%
CMYK0.00%19.42%28.78%
45.49%

Color #8B7063 in popluar number systems.

HEX8B7063
Decimal13911299
Binary1000101111100001100011
Octal213160143

Shades and tints

Shades of #8B7063

#8B7063
(139,112,99)
#7F665A
(127,102,90)
#735C51
(115,92,81)
#675248
(103,82,72)
#5B483F
(91,72,63)
#4F3E36
(79,62,54)
#43342D
(67,52,45)
#372A24
(55,42,36)
#2B201B
(43,32,27)
#1F1612
(31,22,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #8B7063

#8B7063
(139,112,99)
#957D71
(149,125,113)
#9F8A7F
(159,138,127)
#A9978D
(169,151,141)
#B3A49B
(179,164,155)
#BDB1A9
(189,177,169)
#C7BEB7
(199,190,183)
#D1CBC5
(209,203,197)
#DBD8D3
(219,216,211)
#E5E5E1
(229,229,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7063; }

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

This text font color is #8B7063.


Background Color

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

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

This div background color is #8B7063.


Border color

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

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

This div border color is #8B7063.


Opacity

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

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

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

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

This text has shadow with #8B7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7063 on black background.


Color preview on white background

This text has color #8B7063 on white background.



Black color preview on #8B7063 background

This text has black color on #8B7063 background.


White color preview on #8B7063 background

This text has white color on #8B7063 background.