COLOR #8B8675

HEX: #8B8675
RGB: (139,134,117)

Color info

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

RGB color model

#8B8675 color RGB value is (139,134,117).

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

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 117 of 255 = 46%

139
134
117

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

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 117 = 390 (100%)
R 139 of 390 ~ 35.64%
G 134 of 390 ~ 34.36%
B 117 of 390 ~ 30%

%35.64
%34.36
%30

CMYK color model

#8B8675 color CMYK value is (0,4,16,45).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(0,4,16,45)
C0M4Y16K45 
(0%,4%,16%,45%)
(0.00/0.04/0.16/0.45)	

CMYK percentages

%0
%3.6
%15.83
%45.49

Codes

Color #8B8675 in popluar color models

8B8675
RGB139134117
HSL46°8.66%50.20%
HSB/HSV46°15.83%54.51%
CMYK0.00%3.60%15.83%
45.49%

Color #8B8675 in popluar number systems.

HEX8B8675
Decimal139134117
Binary10001011100001101110101
Octal213206165

Shades and tints

Shades of #8B8675

#8B8675
(139,134,117)
#7F7A6B
(127,122,107)
#736E61
(115,110,97)
#676257
(103,98,87)
#5B564D
(91,86,77)
#4F4A43
(79,74,67)
#433E39
(67,62,57)
#37322F
(55,50,47)
#2B2625
(43,38,37)
#1F1A1B
(31,26,27)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #8B8675

#8B8675
(139,134,117)
#959181
(149,145,129)
#9F9C8D
(159,156,141)
#A9A799
(169,167,153)
#B3B2A5
(179,178,165)
#BDBDB1
(189,189,177)
#C7C8BD
(199,200,189)
#D1D3C9
(209,211,201)
#DBDED5
(219,222,213)
#E5E9E1
(229,233,225)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8675; }

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

This text font color is #8B8675.


Background Color

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

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

This div background color is #8B8675.


Border color

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

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

This div border color is #8B8675.


Opacity

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

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

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

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

This text has shadow with #8B8675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8675 on black background.


Color preview on white background

This text has color #8B8675 on white background.



Black color preview on #8B8675 background

This text has black color on #8B8675 background.


White color preview on #8B8675 background

This text has white color on #8B8675 background.