COLOR #8B6863

HEX: #8B6863
RGB: (139,104,99)

Color info

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

RGB color model

#8B6863 color RGB value is (139,104,99).

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

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 99 of 255 = 39%

139
104
99

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

Portions of RGB colors in percentages

R + G + B =
139 + 104 + 99 = 342 (100%)
R 139 of 342 ~ 40.64%
G 104 of 342 ~ 30.41%
B 99 of 342 ~ 28.95%

%40.64
%30.41
%28.95

CMYK color model

#8B6863 color CMYK value is (0,25,29,45).

  • cyan value is 0.00%
  • magenta value is 25.18%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(0,25,29,45)
C0M25Y29K45 
(0%,25%,29%,45%)
(0.00/0.25/0.29/0.45)	

CMYK percentages

%0
%25.18
%28.78
%45.49

Codes

Color #8B6863 in popluar color models

8B6863
RGB13910499
HSL16.81%46.67%
HSB/HSV28.78%54.51%
CMYK0.00%25.18%28.78%
45.49%

Color #8B6863 in popluar number systems.

HEX8B6863
Decimal13910499
Binary1000101111010001100011
Octal213150143

Shades and tints

Shades of #8B6863

#8B6863
(139,104,99)
#7F5F5A
(127,95,90)
#735651
(115,86,81)
#674D48
(103,77,72)
#5B443F
(91,68,63)
#4F3B36
(79,59,54)
#43322D
(67,50,45)
#372924
(55,41,36)
#2B201B
(43,32,27)
#1F1712
(31,23,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #8B6863

#8B6863
(139,104,99)
#957571
(149,117,113)
#9F827F
(159,130,127)
#A98F8D
(169,143,141)
#B39C9B
(179,156,155)
#BDA9A9
(189,169,169)
#C7B6B7
(199,182,183)
#D1C3C5
(209,195,197)
#DBD0D3
(219,208,211)
#E5DDE1
(229,221,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6863; }

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

This text font color is #8B6863.


Background Color

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

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

This div background color is #8B6863.


Border color

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

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

This div border color is #8B6863.


Opacity

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

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

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

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

This text has shadow with #8B6863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6863 on black background.


Color preview on white background

This text has color #8B6863 on white background.



Black color preview on #8B6863 background

This text has black color on #8B6863 background.


White color preview on #8B6863 background

This text has white color on #8B6863 background.