COLOR #8B8470

HEX: #8B8470 RGB: (139,132,112)

Color info

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

RGB color model

#8B8470 color RGB value is (139,132,112).

RGB: (139,132,112) (55%, 52%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 112 of 255 = 44%

139
132
112

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

Portions of RGB colors in percentages

R + G + B = 139 + 132 + 112 = 383 (100%)
R 139 of 383 ~ 36.29%
G 132 of 383 ~ 34.46%
B 112 of 383 ~ 29.24'%

%36.29
%34.46
%29.24

CMYK color model

#8B8470 color CMYK value is (0,5,19,45).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 19.42%
  • key color value is 45.49%

CMYK: (0,5,19,45)
C0M5Y19K45 (0%, 5%, 19%, 45%)
(0.00 / 0.05 / 0.19 / 0.45)

CMYK percentages

%0
%5.04
%19.42
%45.49

Codes

Color #8B8470 in popluar color models

8B 84 70
RGB 139 132 112
HSL 44° 10.76% 49.22%
HSB/HSV 44° 19.42% 54.51%
CMYK 0.00% 5.04% 19.42%
45.49%

Color #8B8470 in popluar number systems.

HEX 8B 84 70
Decimal 139 132 112
Binary 10001011 10000100 1110000
Octal 213 204 160

Shades and tints

Shades of #8B8470

#8B8470
(139,132,112)
#7F7866
(127,120,102)
#736C5C
(115,108,92)
#676052
(103,96,82)
#5B5448
(91,84,72)
#4F483E
(79,72,62)
#433C34
(67,60,52)
#37302A
(55,48,42)
#2B2420
(43,36,32)
#1F1816
(31,24,22)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #8B8470

#8B8470
(139,132,112)
#958F7D
(149,143,125)
#9F9A8A
(159,154,138)
#A9A597
(169,165,151)
#B3B0A4
(179,176,164)
#BDBBB1
(189,187,177)
#C7C6BE
(199,198,190)
#D1D1CB
(209,209,203)
#DBDCD8
(219,220,216)
#E5E7E5
(229,231,229)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8470 color. Also use rgb(139,132,112) instead hex code.

Text Font Color

.myTextColor { color: #8B8470; }

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

This text font color is #8B8470.

Background Color

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

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

This div background color is #8B8470.

Border color

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

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

This div border color is #8B8470.

Opacity

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

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

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

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

This text has shadow with #8B8470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8470.

Preview

Color preview on black background

This text has color #8B8470 on black background.


Color preview on white background

This text has color #8B8470 on white background.


Black color preview on #8B8470 background

This text has black color on #8B8470 background.


White color preview on #8B8470 background

This text has white color on #8B8470 background.


Related colors

Complementary color

Complementary color for #hex is #747B8F.


I love getcolorcode.com

Triadic colors

1 #708B84 and #84708B with #8B8470 are triadic colors.

2 #70848B and #848B70 with #8B8470 are triadic colors.