COLOR #8B646A

HEX: #8B646A RGB: (139,100,106)

Color info

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

RGB color model

#8B646A color RGB value is (139,100,106).

RGB: (139,100,106) (55%, 39%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 106 of 255 = 42%

139
100
106

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

Portions of RGB colors in percentages

R + G + B = 139 + 100 + 106 = 345 (100%)
R 139 of 345 ~ 40.29%
G 100 of 345 ~ 28.99%
B 106 of 345 ~ 30.72'%

%40.29
%28.99
%30.72

CMYK color model

#8B646A color CMYK value is (0,28,24,45).

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

CMYK: (0,28,24,45)
C0M28Y24K45 (0%, 28%, 24%, 45%)
(0.00 / 0.28 / 0.24 / 0.45)

CMYK percentages

%0
%28.06
%23.74
%45.49

Codes

Color #8B646A in popluar color models

8B 64 6A
RGB 139 100 106
HSL 351° 16.32% 46.86%
HSB/HSV 351° 28.06% 54.51%
CMYK 0.00% 28.06% 23.74%
45.49%

Color #8B646A in popluar number systems.

HEX 8B 64 6A
Decimal 139 100 106
Binary 10001011 1100100 1101010
Octal 213 144 152

Shades and tints

Shades of #8B646A

#8B646A
(139,100,106)
#7F5B61
(127,91,97)
#735258
(115,82,88)
#67494F
(103,73,79)
#5B4046
(91,64,70)
#4F373D
(79,55,61)
#432E34
(67,46,52)
#37252B
(55,37,43)
#2B1C22
(43,28,34)
#1F1319
(31,19,25)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #8B646A

#8B646A
(139,100,106)
#957277
(149,114,119)
#9F8084
(159,128,132)
#A98E91
(169,142,145)
#B39C9E
(179,156,158)
#BDAAAB
(189,170,171)
#C7B8B8
(199,184,184)
#D1C6C5
(209,198,197)
#DBD4D2
(219,212,210)
#E5E2DF
(229,226,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B646A; }

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

This text font color is #8B646A.

Background Color

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

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

This div background color is #8B646A.

Border color

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

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

This div border color is #8B646A.

Opacity

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

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

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

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

This text has shadow with #8B646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B646A.

Preview

Color preview on black background

This text has color #8B646A on black background.


Color preview on white background

This text has color #8B646A on white background.


Black color preview on #8B646A background

This text has black color on #8B646A background.


White color preview on #8B646A background

This text has white color on #8B646A background.


Related colors

Complementary color

Complementary color for #hex is #749B95.


I love getcolorcode.com

Triadic colors

1 #6A8B64 and #646A8B with #8B646A are triadic colors.

2 #6A648B and #648B6A with #8B646A are triadic colors.