COLOR #8B7E65

HEX: #8B7E65 RGB: (139,126,101)

Color info

#8B7E65 contains red, green and blue colors in about the same proportion. Web safe color of #8B7E65 is #996666 (or #966).

RGB color model

#8B7E65 color RGB value is (139,126,101).

RGB: (139,126,101) (55%, 49%, 40%)

RGB channels and saturation

R 139 of 255 = 55%
G 126 of 255 = 49%
B 101 of 255 = 40%

139
126
101

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

Portions of RGB colors in percentages

R + G + B = 139 + 126 + 101 = 366 (100%)
R 139 of 366 ~ 37.98%
G 126 of 366 ~ 34.43%
B 101 of 366 ~ 27.6'%

%37.98
%34.43
%27.6

CMYK color model

#8B7E65 color CMYK value is (0,9,27,45).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 27.34%
  • key color value is 45.49%

CMYK: (0,9,27,45)
C0M9Y27K45 (0%, 9%, 27%, 45%)
(0.00 / 0.09 / 0.27 / 0.45)

CMYK percentages

%0
%9.35
%27.34
%45.49

Codes

Color #8B7E65 in popluar color models

8B 7E 65
RGB 139 126 101
HSL 39° 15.83% 47.06%
HSB/HSV 39° 27.34% 54.51%
CMYK 0.00% 9.35% 27.34%
45.49%

Color #8B7E65 in popluar number systems.

HEX 8B 7E 65
Decimal 139 126 101
Binary 10001011 1111110 1100101
Octal 213 176 145

Shades and tints

Shades of #8B7E65

#8B7E65
(139,126,101)
#7F735C
(127,115,92)
#736853
(115,104,83)
#675D4A
(103,93,74)
#5B5241
(91,82,65)
#4F4738
(79,71,56)
#433C2F
(67,60,47)
#373126
(55,49,38)
#2B261D
(43,38,29)
#1F1B14
(31,27,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #8B7E65

#8B7E65
(139,126,101)
#958973
(149,137,115)
#9F9481
(159,148,129)
#A99F8F
(169,159,143)
#B3AA9D
(179,170,157)
#BDB5AB
(189,181,171)
#C7C0B9
(199,192,185)
#D1CBC7
(209,203,199)
#DBD6D5
(219,214,213)
#E5E1E3
(229,225,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7E65 color. Also use rgb(139,126,101) instead hex code.

Text Font Color

.myTextColor { color: #8B7E65; }

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

This text font color is #8B7E65.

Background Color

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

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

This div background color is #8B7E65.

Border color

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

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

This div border color is #8B7E65.

Opacity

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

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

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

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

This text has shadow with #8B7E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7E65.

Preview

Color preview on black background

This text has color #8B7E65 on black background.


Color preview on white background

This text has color #8B7E65 on white background.


Black color preview on #8B7E65 background

This text has black color on #8B7E65 background.


White color preview on #8B7E65 background

This text has white color on #8B7E65 background.


Related colors

Complementary color

Complementary color for #hex is #74819A.


I love getcolorcode.com

Triadic colors

1 #658B7E and #7E658B with #8B7E65 are triadic colors.

2 #657E8B and #7E8B65 with #8B7E65 are triadic colors.