COLOR #8B8767

HEX: #8B8767
RGB: (139,135,103)

Color info

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

RGB color model

#8B8767 color RGB value is (139,135,103).

  • red value is 139;
  • green value is 135;
  • blue value is 103.
RGB:
(139,135,103)
(55%,53%,40%)

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 103 of 255 = 40%

139
135
103

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

Portions of RGB colors in percentages

R + G + B =
139 + 135 + 103 = 377 (100%)
R 139 of 377 ~ 36.87%
G 135 of 377 ~ 35.81%
B 103 of 377 ~ 27.32%

%36.87
%35.81
%27.32

CMYK color model

#8B8767 color CMYK value is (0,3,26,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 25.90%
  • key color value is 45.49%
CMYK:
(0,3,26,45)
C0M3Y26K45 
(0%,3%,26%,45%)
(0.00/0.03/0.26/0.45)	

CMYK percentages

%0
%2.88
%25.9
%45.49

Codes

Color #8B8767 in popluar color models

8B8767
RGB139135103
HSL53°14.88%47.45%
HSB/HSV53°25.90%54.51%
CMYK0.00%2.88%25.90%
45.49%

Color #8B8767 in popluar number systems.

HEX8B8767
Decimal139135103
Binary10001011100001111100111
Octal213207147

Shades and tints

Shades of #8B8767

#8B8767
(139,135,103)
#7F7B5E
(127,123,94)
#736F55
(115,111,85)
#67634C
(103,99,76)
#5B5743
(91,87,67)
#4F4B3A
(79,75,58)
#433F31
(67,63,49)
#373328
(55,51,40)
#2B271F
(43,39,31)
#1F1B16
(31,27,22)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B8767

#8B8767
(139,135,103)
#959174
(149,145,116)
#9F9B81
(159,155,129)
#A9A58E
(169,165,142)
#B3AF9B
(179,175,155)
#BDB9A8
(189,185,168)
#C7C3B5
(199,195,181)
#D1CDC2
(209,205,194)
#DBD7CF
(219,215,207)
#E5E1DC
(229,225,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8767 color. Also use rgb(139,135,103) instead hex code.

Text Font Color

.myTextColor { color: #8B8767; }

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

This text font color is #8B8767.


Background Color

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

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

This div background color is #8B8767.


Border color

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

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

This div border color is #8B8767.


Opacity

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

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

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

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

This text has shadow with #8B8767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8767 on black background.


Color preview on white background

This text has color #8B8767 on white background.



Black color preview on #8B8767 background

This text has black color on #8B8767 background.


White color preview on #8B8767 background

This text has white color on #8B8767 background.