COLOR #8B666A

HEX: #8B666A RGB: (139,102,106)

Color info

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

RGB color model

#8B666A color RGB value is (139,102,106).

RGB: (139,102,106) (55%, 40%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 106 of 255 = 42%

139
102
106

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

Portions of RGB colors in percentages

R + G + B = 139 + 102 + 106 = 347 (100%)
R 139 of 347 ~ 40.06%
G 102 of 347 ~ 29.39%
B 106 of 347 ~ 30.55'%

%40.06
%29.39
%30.55

CMYK color model

#8B666A color CMYK value is (0,27,24,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 23.74%
  • key color value is 45.49%

CMYK: (0,27,24,45)
C0M27Y24K45 (0%, 27%, 24%, 45%)
(0.00 / 0.27 / 0.24 / 0.45)

CMYK percentages

%0
%26.62
%23.74
%45.49

Codes

Color #8B666A in popluar color models

8B 66 6A
RGB 139 102 106
HSL 354° 15.35% 47.25%
HSB/HSV 354° 26.62% 54.51%
CMYK 0.00% 26.62% 23.74%
45.49%

Color #8B666A in popluar number systems.

HEX 8B 66 6A
Decimal 139 102 106
Binary 10001011 1100110 1101010
Octal 213 146 152

Shades and tints

Shades of #8B666A

#8B666A
(139,102,106)
#7F5D61
(127,93,97)
#735458
(115,84,88)
#674B4F
(103,75,79)
#5B4246
(91,66,70)
#4F393D
(79,57,61)
#433034
(67,48,52)
#37272B
(55,39,43)
#2B1E22
(43,30,34)
#1F1519
(31,21,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #8B666A

#8B666A
(139,102,106)
#957377
(149,115,119)
#9F8084
(159,128,132)
#A98D91
(169,141,145)
#B39A9E
(179,154,158)
#BDA7AB
(189,167,171)
#C7B4B8
(199,180,184)
#D1C1C5
(209,193,197)
#DBCED2
(219,206,210)
#E5DBDF
(229,219,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B666A; }

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

This text font color is #8B666A.

Background Color

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

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

This div background color is #8B666A.

Border color

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

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

This div border color is #8B666A.

Opacity

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

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

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

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

This text has shadow with #8B666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B666A.

Preview

Color preview on black background

This text has color #8B666A on black background.


Color preview on white background

This text has color #8B666A on white background.


Black color preview on #8B666A background

This text has black color on #8B666A background.


White color preview on #8B666A background

This text has white color on #8B666A background.


Related colors

Complementary color

Complementary color for #hex is #749995.


I love getcolorcode.com

Triadic colors

1 #6A8B66 and #666A8B with #8B666A are triadic colors.

2 #6A668B and #668B6A with #8B666A are triadic colors.