COLOR #8B8664

HEX: #8B8664 RGB: (139,134,100)

Color info

#8B8664 contains red, green and blue colors in about the same proportion. Web safe color of #8B8664 is #999966 (or #996).

RGB color model

#8B8664 color RGB value is (139,134,100).

RGB: (139,134,100) (55%, 53%, 39%)

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 100 of 255 = 39%

139
134
100

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

Portions of RGB colors in percentages

R + G + B = 139 + 134 + 100 = 373 (100%)
R 139 of 373 ~ 37.27%
G 134 of 373 ~ 35.92%
B 100 of 373 ~ 26.81'%

%37.27
%35.92
%26.81

CMYK color model

#8B8664 color CMYK value is (0,4,28,45).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK: (0,4,28,45) C0M4Y28K45 (0%,4%,28%,45%) (0.00/0.04/0.28/0.45) 

CMYK percentages

%0
%3.6
%28.06
%45.49

Codes

Color #8B8664 in popluar color models

8B 86 64
RGB 139 134 100
HSL 52° 16.32% 46.86%
HSB/HSV 52° 28.06% 54.51%
CMYK 0.00% 3.60% 28.06%
45.49%

Color #8B8664 in popluar number systems.

HEX 8B 86 64
Decimal 139 134 100
Binary 10001011 10000110 1100100
Octal 213 206 144

Shades and tints

Shades of #8B8664

#8B8664
(139,134,100)
#7F7A5B
(127,122,91)
#736E52
(115,110,82)
#676249
(103,98,73)
#5B5640
(91,86,64)
#4F4A37
(79,74,55)
#433E2E
(67,62,46)
#373225
(55,50,37)
#2B261C
(43,38,28)
#1F1A13
(31,26,19)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #8B8664

#8B8664
(139,134,100)
#959172
(149,145,114)
#9F9C80
(159,156,128)
#A9A78E
(169,167,142)
#B3B29C
(179,178,156)
#BDBDAA
(189,189,170)
#C7C8B8
(199,200,184)
#D1D3C6
(209,211,198)
#DBDED4
(219,222,212)
#E5E9E2
(229,233,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8664 color. Also use rgb(139,134,100) instead hex code.

Text Font Color

.myTextColor { color: #8B8664; }

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

This text font color is #8B8664.

Background Color

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

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

This div background color is #8B8664.

Border color

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

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

This div border color is #8B8664.

Opacity

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

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

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

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

This text has shadow with #8B8664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8664.

Preview

Color preview on black background

This text has color #8B8664 on black background.


Color preview on white background

This text has color #8B8664 on white background.


Black color preview on #8B8664 background

This text has black color on #8B8664 background.


White color preview on #8B8664 background

This text has white color on #8B8664 background.


Related colors

Complementary color

Complementary color for #hex is #74799B.


I love getcolorcode.com

Triadic colors

1 #648B86 and #86648B with #8B8664 are triadic colors.

2 #64868B and #868B64 with #8B8664 are triadic colors.