COLOR #8B8365

HEX: #8B8365 RGB: (139,131,101)

Color info

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

RGB color model

#8B8365 color RGB value is (139,131,101).

RGB: (139,131,101) (55%, 51%, 40%)

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 101 of 255 = 40%

139
131
101

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

Portions of RGB colors in percentages

R + G + B = 139 + 131 + 101 = 371 (100%)
R 139 of 371 ~ 37.47%
G 131 of 371 ~ 35.31%
B 101 of 371 ~ 27.22'%

%37.47
%35.31
%27.22

CMYK color model

#8B8365 color CMYK value is (0,6,27,45).

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

CMYK: (0,6,27,45)
C0M6Y27K45 (0%, 6%, 27%, 45%)
(0.00 / 0.06 / 0.27 / 0.45)

CMYK percentages

%0
%5.76
%27.34
%45.49

Codes

Color #8B8365 in popluar color models

8B 83 65
RGB 139 131 101
HSL 47° 15.83% 47.06%
HSB/HSV 47° 27.34% 54.51%
CMYK 0.00% 5.76% 27.34%
45.49%

Color #8B8365 in popluar number systems.

HEX 8B 83 65
Decimal 139 131 101
Binary 10001011 10000011 1100101
Octal 213 203 145

Shades and tints

Shades of #8B8365

#8B8365
(139,131,101)
#7F785C
(127,120,92)
#736D53
(115,109,83)
#67624A
(103,98,74)
#5B5741
(91,87,65)
#4F4C38
(79,76,56)
#43412F
(67,65,47)
#373626
(55,54,38)
#2B2B1D
(43,43,29)
#1F2014
(31,32,20)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #8B8365

#8B8365
(139,131,101)
#958E73
(149,142,115)
#9F9981
(159,153,129)
#A9A48F
(169,164,143)
#B3AF9D
(179,175,157)
#BDBAAB
(189,186,171)
#C7C5B9
(199,197,185)
#D1D0C7
(209,208,199)
#DBDBD5
(219,219,213)
#E5E6E3
(229,230,227)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8365; }

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

This text font color is #8B8365.

Background Color

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

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

This div background color is #8B8365.

Border color

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

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

This div border color is #8B8365.

Opacity

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

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

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

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

This text has shadow with #8B8365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8365.

Preview

Color preview on black background

This text has color #8B8365 on black background.


Color preview on white background

This text has color #8B8365 on white background.


Black color preview on #8B8365 background

This text has black color on #8B8365 background.


White color preview on #8B8365 background

This text has white color on #8B8365 background.


Related colors

Complementary color

Complementary color for #hex is #747C9A.


I love getcolorcode.com

Triadic colors

1 #658B83 and #83658B with #8B8365 are triadic colors.

2 #65838B and #838B65 with #8B8365 are triadic colors.