COLOR #8B836F

HEX: #8B836F
RGB: (139,131,111)

Color info

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

RGB color model

#8B836F color RGB value is (139,131,111).

  • red value is 139;
  • green value is 131;
  • blue value is 111.
RGB:
(139,131,111)
(55%,51%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 111 of 255 = 44%

139
131
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 131 + 111 = 381 (100%)
R 139 of 381 ~ 36.48%
G 131 of 381 ~ 34.38%
B 111 of 381 ~ 29.13%

%36.48
%34.38
%29.13

CMYK color model

#8B836F color CMYK value is (0,6,20,45).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,6,20,45)
C0M6Y20K45 
(0%,6%,20%,45%)
(0.00/0.06/0.20/0.45)	

CMYK percentages

%0
%5.76
%20.14
%45.49

Codes

Color #8B836F in popluar color models

8B836F
RGB139131111
HSL43°11.20%49.02%
HSB/HSV43°20.14%54.51%
CMYK0.00%5.76%20.14%
45.49%

Color #8B836F in popluar number systems.

HEX8B836F
Decimal139131111
Binary10001011100000111101111
Octal213203157

Shades and tints

Shades of #8B836F

#8B836F
(139,131,111)
#7F7865
(127,120,101)
#736D5B
(115,109,91)
#676251
(103,98,81)
#5B5747
(91,87,71)
#4F4C3D
(79,76,61)
#434133
(67,65,51)
#373629
(55,54,41)
#2B2B1F
(43,43,31)
#1F2015
(31,32,21)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #8B836F

#8B836F
(139,131,111)
#958E7C
(149,142,124)
#9F9989
(159,153,137)
#A9A496
(169,164,150)
#B3AFA3
(179,175,163)
#BDBAB0
(189,186,176)
#C7C5BD
(199,197,189)
#D1D0CA
(209,208,202)
#DBDBD7
(219,219,215)
#E5E6E4
(229,230,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B836F color. Also use rgb(139,131,111) instead hex code.

Text Font Color

.myTextColor { color: #8B836F; }

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

This text font color is #8B836F.


Background Color

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

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

This div background color is #8B836F.


Border color

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

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

This div border color is #8B836F.


Opacity

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

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

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

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

This text has shadow with #8B836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B836F on black background.


Color preview on white background

This text has color #8B836F on white background.



Black color preview on #8B836F background

This text has black color on #8B836F background.


White color preview on #8B836F background

This text has white color on #8B836F background.