COLOR #8B837A

HEX: #8B837A
RGB: (139,131,122)

Color info

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

RGB color model

#8B837A color RGB value is (139,131,122).

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

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 122 of 255 = 48%

139
131
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 131 + 122 = 392 (100%)
R 139 of 392 ~ 35.46%
G 131 of 392 ~ 33.42%
B 122 of 392 ~ 31.12%

%35.46
%33.42
%31.12

CMYK color model

#8B837A color CMYK value is (0,6,12,45).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(0,6,12,45)
C0M6Y12K45 
(0%,6%,12%,45%)
(0.00/0.06/0.12/0.45)	

CMYK percentages

%0
%5.76
%12.23
%45.49

Codes

Color #8B837A in popluar color models

8B837A
RGB139131122
HSL32°6.83%51.18%
HSB/HSV32°12.23%54.51%
CMYK0.00%5.76%12.23%
45.49%

Color #8B837A in popluar number systems.

HEX8B837A
Decimal139131122
Binary10001011100000111111010
Octal213203172

Shades and tints

Shades of #8B837A

#8B837A
(139,131,122)
#7F786F
(127,120,111)
#736D64
(115,109,100)
#676259
(103,98,89)
#5B574E
(91,87,78)
#4F4C43
(79,76,67)
#434138
(67,65,56)
#37362D
(55,54,45)
#2B2B22
(43,43,34)
#1F2017
(31,32,23)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #8B837A

#8B837A
(139,131,122)
#958E86
(149,142,134)
#9F9992
(159,153,146)
#A9A49E
(169,164,158)
#B3AFAA
(179,175,170)
#BDBAB6
(189,186,182)
#C7C5C2
(199,197,194)
#D1D0CE
(209,208,206)
#DBDBDA
(219,219,218)
#E5E6E6
(229,230,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B837A; }

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

This text font color is #8B837A.


Background Color

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

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

This div background color is #8B837A.


Border color

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

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

This div border color is #8B837A.


Opacity

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

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

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

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

This text has shadow with #8B837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B837A on black background.


Color preview on white background

This text has color #8B837A on white background.



Black color preview on #8B837A background

This text has black color on #8B837A background.


White color preview on #8B837A background

This text has white color on #8B837A background.