COLOR #8B875D

HEX: #8B875D RGB: (139,135,93)

Color info

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

RGB color model

#8B875D color RGB value is (139,135,93).

RGB: (139,135,93) (55%, 53%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 93 of 255 = 36%

139
135
93

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

Portions of RGB colors in percentages

R + G + B = 139 + 135 + 93 = 367 (100%)
R 139 of 367 ~ 37.87%
G 135 of 367 ~ 36.78%
B 93 of 367 ~ 25.34'%

%37.87
%36.78
%25.34

CMYK color model

#8B875D color CMYK value is (0,3,33,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK: (0,3,33,45) C0M3Y33K45 (0%,3%,33%,45%) (0.00/0.03/0.33/0.45) 

CMYK percentages

%0
%2.88
%33.09
%45.49

Codes

Color #8B875D in popluar color models

8B 87 5D
RGB 139 135 93
HSL 55° 19.83% 45.49%
HSB/HSV 55° 33.09% 54.51%
CMYK 0.00% 2.88% 33.09%
45.49%

Color #8B875D in popluar number systems.

HEX 8B 87 5D
Decimal 139 135 93
Binary 10001011 10000111 1011101
Octal 213 207 135

Shades and tints

Shades of #8B875D

#8B875D
(139,135,93)
#7F7B55
(127,123,85)
#736F4D
(115,111,77)
#676345
(103,99,69)
#5B573D
(91,87,61)
#4F4B35
(79,75,53)
#433F2D
(67,63,45)
#373325
(55,51,37)
#2B271D
(43,39,29)
#1F1B15
(31,27,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B875D

#8B875D
(139,135,93)
#95916B
(149,145,107)
#9F9B79
(159,155,121)
#A9A587
(169,165,135)
#B3AF95
(179,175,149)
#BDB9A3
(189,185,163)
#C7C3B1
(199,195,177)
#D1CDBF
(209,205,191)
#DBD7CD
(219,215,205)
#E5E1DB
(229,225,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B875D; }

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

This text font color is #8B875D.

Background Color

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

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

This div background color is #8B875D.

Border color

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

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

This div border color is #8B875D.

Opacity

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

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

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

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

This text has shadow with #8B875D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B875D.

Preview

Color preview on black background

This text has color #8B875D on black background.


Color preview on white background

This text has color #8B875D on white background.


Black color preview on #8B875D background

This text has black color on #8B875D background.


White color preview on #8B875D background

This text has white color on #8B875D background.


Related colors

Complementary color

Complementary color for #hex is #7478A2.


I love getcolorcode.com

Triadic colors

1 #5D8B87 and #875D8B with #8B875D are triadic colors.

2 #5D878B and #878B5D with #8B875D are triadic colors.