COLOR #8B8475

HEX: #8B8475
RGB: (139,132,117)

Color info

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

RGB color model

#8B8475 color RGB value is (139,132,117).

  • red value is 139;
  • green value is 132;
  • blue value is 117.
RGB:
(139,132,117)
(55%,52%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 117 of 255 = 46%

139
132
117

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

Portions of RGB colors in percentages

R + G + B =
139 + 132 + 117 = 388 (100%)
R 139 of 388 ~ 35.82%
G 132 of 388 ~ 34.02%
B 117 of 388 ~ 30.15%

%35.82
%34.02
%30.15

CMYK color model

#8B8475 color CMYK value is (0,5,16,45).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(0,5,16,45)
C0M5Y16K45 
(0%,5%,16%,45%)
(0.00/0.05/0.16/0.45)	

CMYK percentages

%0
%5.04
%15.83
%45.49

Codes

Color #8B8475 in popluar color models

8B8475
RGB139132117
HSL41°8.66%50.20%
HSB/HSV41°15.83%54.51%
CMYK0.00%5.04%15.83%
45.49%

Color #8B8475 in popluar number systems.

HEX8B8475
Decimal139132117
Binary10001011100001001110101
Octal213204165

Shades and tints

Shades of #8B8475

#8B8475
(139,132,117)
#7F786B
(127,120,107)
#736C61
(115,108,97)
#676057
(103,96,87)
#5B544D
(91,84,77)
#4F4843
(79,72,67)
#433C39
(67,60,57)
#37302F
(55,48,47)
#2B2425
(43,36,37)
#1F181B
(31,24,27)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B8475

#8B8475
(139,132,117)
#958F81
(149,143,129)
#9F9A8D
(159,154,141)
#A9A599
(169,165,153)
#B3B0A5
(179,176,165)
#BDBBB1
(189,187,177)
#C7C6BD
(199,198,189)
#D1D1C9
(209,209,201)
#DBDCD5
(219,220,213)
#E5E7E1
(229,231,225)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8475; }

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

This text font color is #8B8475.


Background Color

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

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

This div background color is #8B8475.


Border color

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

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

This div border color is #8B8475.


Opacity

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

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

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

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

This text has shadow with #8B8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8475 on black background.


Color preview on white background

This text has color #8B8475 on white background.



Black color preview on #8B8475 background

This text has black color on #8B8475 background.


White color preview on #8B8475 background

This text has white color on #8B8475 background.