COLOR #8B874B

HEX: #8B874B RGB: (139,135,75)

Color info

#8B874B contains mainly red and green colors. Web safe color of #8B874B is #999933 (or #993).

RGB color model

#8B874B color RGB value is (139,135,75).

RGB: (139,135,75) (55%, 53%, 29%)

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 75 of 255 = 29%

139
135
75

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

Portions of RGB colors in percentages

R + G + B = 139 + 135 + 75 = 349 (100%)
R 139 of 349 ~ 39.83%
G 135 of 349 ~ 38.68%
B 75 of 349 ~ 21.49'%

%39.83
%38.68
%21.49

CMYK color model

#8B874B color CMYK value is (0,3,46,45).

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

CMYK: (0,3,46,45)
C0M3Y46K45 (0%, 3%, 46%, 45%)
(0.00 / 0.03 / 0.46 / 0.45)

CMYK percentages

%0
%2.88
%46.04
%45.49

Codes

Color #8B874B in popluar color models

8B 87 4B
RGB 139 135 75
HSL 56° 29.91% 41.96%
HSB/HSV 56° 46.04% 54.51%
CMYK 0.00% 2.88% 46.04%
45.49%

Color #8B874B in popluar number systems.

HEX 8B 87 4B
Decimal 139 135 75
Binary 10001011 10000111 1001011
Octal 213 207 113

Shades and tints

Shades of #8B874B

#8B874B
(139,135,75)
#7F7B45
(127,123,69)
#736F3F
(115,111,63)
#676339
(103,99,57)
#5B5733
(91,87,51)
#4F4B2D
(79,75,45)
#433F27
(67,63,39)
#373321
(55,51,33)
#2B271B
(43,39,27)
#1F1B15
(31,27,21)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8B874B

#8B874B
(139,135,75)
#95915B
(149,145,91)
#9F9B6B
(159,155,107)
#A9A57B
(169,165,123)
#B3AF8B
(179,175,139)
#BDB99B
(189,185,155)
#C7C3AB
(199,195,171)
#D1CDBB
(209,205,187)
#DBD7CB
(219,215,203)
#E5E1DB
(229,225,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B874B; }

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

This text font color is #8B874B.

Background Color

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

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

This div background color is #8B874B.

Border color

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

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

This div border color is #8B874B.

Opacity

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

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

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

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

This text has shadow with #8B874B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B874B.

Preview

Color preview on black background

This text has color #8B874B on black background.


Color preview on white background

This text has color #8B874B on white background.


Black color preview on #8B874B background

This text has black color on #8B874B background.


White color preview on #8B874B background

This text has white color on #8B874B background.


Related colors

Complementary color

Complementary color for #hex is #7478B4.


I love getcolorcode.com

Triadic colors

1 #4B8B87 and #874B8B with #8B874B are triadic colors.

2 #4B878B and #878B4B with #8B874B are triadic colors.