COLOR #8B8066

HEX: #8B8066
RGB: (139,128,102)

Color info

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

RGB color model

#8B8066 color RGB value is (139,128,102).

  • red value is 139;
  • green value is 128;
  • blue value is 102.
RGB:
(139,128,102)
(55%,50%,40%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 102 of 255 = 40%

139
128
102

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 102 = 369 (100%)
R 139 of 369 ~ 37.67%
G 128 of 369 ~ 34.69%
B 102 of 369 ~ 27.64%

%37.67
%34.69
%27.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(0,8,27,45)
C0M8Y27K45 
(0%,8%,27%,45%)
(0.00/0.08/0.27/0.45)	

CMYK percentages

%0
%7.91
%26.62
%45.49

Codes

Color #8B8066 in popluar color models

8B8066
RGB139128102
HSL42°15.35%47.25%
HSB/HSV42°26.62%54.51%
CMYK0.00%7.91%26.62%
45.49%

Color #8B8066 in popluar number systems.

HEX8B8066
Decimal139128102
Binary10001011100000001100110
Octal213200146

Shades and tints

Shades of #8B8066

#8B8066
(139,128,102)
#7F755D
(127,117,93)
#736A54
(115,106,84)
#675F4B
(103,95,75)
#5B5442
(91,84,66)
#4F4939
(79,73,57)
#433E30
(67,62,48)
#373327
(55,51,39)
#2B281E
(43,40,30)
#1F1D15
(31,29,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #8B8066

#8B8066
(139,128,102)
#958B73
(149,139,115)
#9F9680
(159,150,128)
#A9A18D
(169,161,141)
#B3AC9A
(179,172,154)
#BDB7A7
(189,183,167)
#C7C2B4
(199,194,180)
#D1CDC1
(209,205,193)
#DBD8CE
(219,216,206)
#E5E3DB
(229,227,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8066; }

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

This text font color is #8B8066.


Background Color

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

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

This div background color is #8B8066.


Border color

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

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

This div border color is #8B8066.


Opacity

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

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

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

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

This text has shadow with #8B8066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8066 on black background.


Color preview on white background

This text has color #8B8066 on white background.



Black color preview on #8B8066 background

This text has black color on #8B8066 background.


White color preview on #8B8066 background

This text has white color on #8B8066 background.