COLOR #8B6A6B

HEX: #8B6A6B
RGB: (139,106,107)

Color info

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

RGB color model

#8B6A6B color RGB value is (139,106,107).

  • red value is 139;
  • green value is 106;
  • blue value is 107.
RGB:
(139,106,107)
(55%,42%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 107 of 255 = 42%

139
106
107

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

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 107 = 352 (100%)
R 139 of 352 ~ 39.49%
G 106 of 352 ~ 30.11%
B 107 of 352 ~ 30.4%

%39.49
%30.11
%30.4

CMYK color model

#8B6A6B color CMYK value is (0,24,23,45).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK:
(0,24,23,45)
C0M24Y23K45 
(0%,24%,23%,45%)
(0.00/0.24/0.23/0.45)	

CMYK percentages

%0
%23.74
%23.02
%45.49

Codes

Color #8B6A6B in popluar color models

8B6A6B
RGB139106107
HSL358°13.47%48.04%
HSB/HSV358°23.74%54.51%
CMYK0.00%23.74%23.02%
45.49%

Color #8B6A6B in popluar number systems.

HEX8B6A6B
Decimal139106107
Binary1000101111010101101011
Octal213152153

Shades and tints

Shades of #8B6A6B

#8B6A6B
(139,106,107)
#7F6162
(127,97,98)
#735859
(115,88,89)
#674F50
(103,79,80)
#5B4647
(91,70,71)
#4F3D3E
(79,61,62)
#433435
(67,52,53)
#372B2C
(55,43,44)
#2B2223
(43,34,35)
#1F191A
(31,25,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8B6A6B

#8B6A6B
(139,106,107)
#957778
(149,119,120)
#9F8485
(159,132,133)
#A99192
(169,145,146)
#B39E9F
(179,158,159)
#BDABAC
(189,171,172)
#C7B8B9
(199,184,185)
#D1C5C6
(209,197,198)
#DBD2D3
(219,210,211)
#E5DFE0
(229,223,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6A6B color. Also use rgb(139,106,107) instead hex code.

Text Font Color

.myTextColor { color: #8B6A6B; }

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

This text font color is #8B6A6B.


Background Color

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

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

This div background color is #8B6A6B.


Border color

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

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

This div border color is #8B6A6B.


Opacity

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

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

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

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

This text has shadow with #8B6A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6A6B on black background.


Color preview on white background

This text has color #8B6A6B on white background.



Black color preview on #8B6A6B background

This text has black color on #8B6A6B background.


White color preview on #8B6A6B background

This text has white color on #8B6A6B background.