COLOR #8B837F

HEX: #8B837F RGB: (139,131,127)

Color info

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

RGB color model

#8B837F color RGB value is (139,131,127).

RGB: (139,131,127) (55%, 51%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 127 of 255 = 50%

139
131
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 131 + 127 = 397 (100%)
R 139 of 397 ~ 35.01%
G 131 of 397 ~ 33%
B 127 of 397 ~ 31.99'%

%35.01
%33
%31.99

CMYK color model

#8B837F color CMYK value is (0,6,9,45).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK: (0,6,9,45) C0M6Y9K45 (0%,6%,9%,45%) (0.00/0.06/0.09/0.45) 

CMYK percentages

%0
%5.76
%8.63
%45.49

Codes

Color #8B837F in popluar color models

8B 83 7F
RGB 139 131 127
HSL 20° 4.92% 52.16%
HSB/HSV 20° 8.63% 54.51%
CMYK 0.00% 5.76% 8.63%
45.49%

Color #8B837F in popluar number systems.

HEX 8B 83 7F
Decimal 139 131 127
Binary 10001011 10000011 1111111
Octal 213 203 177

Shades and tints

Shades of #8B837F

#8B837F
(139,131,127)
#7F7874
(127,120,116)
#736D69
(115,109,105)
#67625E
(103,98,94)
#5B5753
(91,87,83)
#4F4C48
(79,76,72)
#43413D
(67,65,61)
#373632
(55,54,50)
#2B2B27
(43,43,39)
#1F201C
(31,32,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #8B837F

#8B837F
(139,131,127)
#958E8A
(149,142,138)
#9F9995
(159,153,149)
#A9A4A0
(169,164,160)
#B3AFAB
(179,175,171)
#BDBAB6
(189,186,182)
#C7C5C1
(199,197,193)
#D1D0CC
(209,208,204)
#DBDBD7
(219,219,215)
#E5E6E2
(229,230,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B837F; }

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

This text font color is #8B837F.

Background Color

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

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

This div background color is #8B837F.

Border color

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

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

This div border color is #8B837F.

Opacity

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

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

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

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

This text has shadow with #8B837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B837F.

Preview

Color preview on black background

This text has color #8B837F on black background.


Color preview on white background

This text has color #8B837F on white background.


Black color preview on #8B837F background

This text has black color on #8B837F background.


White color preview on #8B837F background

This text has white color on #8B837F background.


Related colors

Complementary color

Complementary color for #hex is #747C80.


I love getcolorcode.com

Triadic colors

1 #7F8B83 and #837F8B with #8B837F are triadic colors.

2 #7F838B and #838B7F with #8B837F are triadic colors.