COLOR #8B877F

HEX: #8B877F RGB: (139,135,127)

Color info

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

RGB color model

#8B877F color RGB value is (139,135,127).

RGB: (139,135,127) (55%, 53%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 127 of 255 = 50%

139
135
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 135 + 127 = 401 (100%)
R 139 of 401 ~ 34.66%
G 135 of 401 ~ 33.67%
B 127 of 401 ~ 31.67'%

%34.66
%33.67
%31.67

CMYK color model

#8B877F color CMYK value is (0,3,9,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,3,9,45)
C0M3Y9K45 (0%, 3%, 9%, 45%)
(0.00 / 0.03 / 0.09 / 0.45)

CMYK percentages

%0
%2.88
%8.63
%45.49

Codes

Color #8B877F in popluar color models

8B 87 7F
RGB 139 135 127
HSL 40° 4.92% 52.16%
HSB/HSV 40° 8.63% 54.51%
CMYK 0.00% 2.88% 8.63%
45.49%

Color #8B877F in popluar number systems.

HEX 8B 87 7F
Decimal 139 135 127
Binary 10001011 10000111 1111111
Octal 213 207 177

Shades and tints

Shades of #8B877F

#8B877F
(139,135,127)
#7F7B74
(127,123,116)
#736F69
(115,111,105)
#67635E
(103,99,94)
#5B5753
(91,87,83)
#4F4B48
(79,75,72)
#433F3D
(67,63,61)
#373332
(55,51,50)
#2B2727
(43,39,39)
#1F1B1C
(31,27,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #8B877F

#8B877F
(139,135,127)
#95918A
(149,145,138)
#9F9B95
(159,155,149)
#A9A5A0
(169,165,160)
#B3AFAB
(179,175,171)
#BDB9B6
(189,185,182)
#C7C3C1
(199,195,193)
#D1CDCC
(209,205,204)
#DBD7D7
(219,215,215)
#E5E1E2
(229,225,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B877F; }

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

This text font color is #8B877F.

Background Color

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

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

This div background color is #8B877F.

Border color

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

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

This div border color is #8B877F.

Opacity

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

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

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

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

This text has shadow with #8B877F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B877F.

Preview

Color preview on black background

This text has color #8B877F on black background.


Color preview on white background

This text has color #8B877F on white background.


Black color preview on #8B877F background

This text has black color on #8B877F background.


White color preview on #8B877F background

This text has white color on #8B877F background.


Related colors

Complementary color

Complementary color for #hex is #747880.


I love getcolorcode.com

Triadic colors

1 #7F8B87 and #877F8B with #8B877F are triadic colors.

2 #7F878B and #878B7F with #8B877F are triadic colors.