COLOR #8B975D

HEX: #8B975D RGB: (139,151,93)

Color info

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

RGB color model

#8B975D color RGB value is (139,151,93).

RGB: (139,151,93) (55%, 59%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 93 of 255 = 36%

139
151
93

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

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 93 = 383 (100%)
R 139 of 383 ~ 36.29%
G 151 of 383 ~ 39.43%
B 93 of 383 ~ 24.28'%

%36.29
%39.43
%24.28

CMYK color model

#8B975D color CMYK value is (8,0,38,41).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 40.78%

CMYK: (8,0,38,41)
C8M0Y38K41 (8%, 0%, 38%, 41%)
(0.08 / 0.00 / 0.38 / 0.41)

CMYK percentages

%7.95
%0
%38.41
%40.78

Codes

Color #8B975D in popluar color models

8B 97 5D
RGB 139 151 93
HSL 72° 23.77% 47.84%
HSB/HSV 72° 38.41% 59.22%
CMYK 7.95% 0.00% 38.41%
40.78%

Color #8B975D in popluar number systems.

HEX 8B 97 5D
Decimal 139 151 93
Binary 10001011 10010111 1011101
Octal 213 227 135

Shades and tints

Shades of #8B975D

#8B975D
(139,151,93)
#7F8A55
(127,138,85)
#737D4D
(115,125,77)
#677045
(103,112,69)
#5B633D
(91,99,61)
#4F5635
(79,86,53)
#43492D
(67,73,45)
#373C25
(55,60,37)
#2B2F1D
(43,47,29)
#1F2215
(31,34,21)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #8B975D

#8B975D
(139,151,93)
#95A06B
(149,160,107)
#9FA979
(159,169,121)
#A9B287
(169,178,135)
#B3BB95
(179,187,149)
#BDC4A3
(189,196,163)
#C7CDB1
(199,205,177)
#D1D6BF
(209,214,191)
#DBDFCD
(219,223,205)
#E5E8DB
(229,232,219)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B975D; }

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

This text font color is #8B975D.

Background Color

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

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

This div background color is #8B975D.

Border color

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

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

This div border color is #8B975D.

Opacity

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

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

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

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

This text has shadow with #8B975D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B975D.

Preview

Color preview on black background

This text has color #8B975D on black background.


Color preview on white background

This text has color #8B975D on white background.


Black color preview on #8B975D background

This text has black color on #8B975D background.


White color preview on #8B975D background

This text has white color on #8B975D background.


Related colors

Complementary color

Complementary color for #hex is #7468A2.


I love getcolorcode.com

Triadic colors

1 #5D8B97 and #975D8B with #8B975D are triadic colors.

2 #5D978B and #978B5D with #8B975D are triadic colors.