COLOR #8B7F52

HEX: #8B7F52 RGB: (139,127,82)

Color info

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

RGB color model

#8B7F52 color RGB value is (139,127,82).

RGB: (139,127,82) (55%, 50%, 32%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 82 of 255 = 32%

139
127
82

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

Portions of RGB colors in percentages

R + G + B = 139 + 127 + 82 = 348 (100%)
R 139 of 348 ~ 39.94%
G 127 of 348 ~ 36.49%
B 82 of 348 ~ 23.56'%

%39.94
%36.49
%23.56

CMYK color model

#8B7F52 color CMYK value is (0,9,41,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 41.01%
  • key color value is 45.49%

CMYK: (0,9,41,45)
C0M9Y41K45 (0%, 9%, 41%, 45%)
(0.00 / 0.09 / 0.41 / 0.45)

CMYK percentages

%0
%8.63
%41.01
%45.49

Codes

Color #8B7F52 in popluar color models

8B 7F 52
RGB 139 127 82
HSL 47° 25.79% 43.33%
HSB/HSV 47° 41.01% 54.51%
CMYK 0.00% 8.63% 41.01%
45.49%

Color #8B7F52 in popluar number systems.

HEX 8B 7F 52
Decimal 139 127 82
Binary 10001011 1111111 1010010
Octal 213 177 122

Shades and tints

Shades of #8B7F52

#8B7F52
(139,127,82)
#7F744B
(127,116,75)
#736944
(115,105,68)
#675E3D
(103,94,61)
#5B5336
(91,83,54)
#4F482F
(79,72,47)
#433D28
(67,61,40)
#373221
(55,50,33)
#2B271A
(43,39,26)
#1F1C13
(31,28,19)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #8B7F52

#8B7F52
(139,127,82)
#958A61
(149,138,97)
#9F9570
(159,149,112)
#A9A07F
(169,160,127)
#B3AB8E
(179,171,142)
#BDB69D
(189,182,157)
#C7C1AC
(199,193,172)
#D1CCBB
(209,204,187)
#DBD7CA
(219,215,202)
#E5E2D9
(229,226,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7F52 color. Also use rgb(139,127,82) instead hex code.

Text Font Color

.myTextColor { color: #8B7F52; }

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

This text font color is #8B7F52.

Background Color

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

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

This div background color is #8B7F52.

Border color

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

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

This div border color is #8B7F52.

Opacity

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

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

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

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

This text has shadow with #8B7F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7F52.

Preview

Color preview on black background

This text has color #8B7F52 on black background.


Color preview on white background

This text has color #8B7F52 on white background.


Black color preview on #8B7F52 background

This text has black color on #8B7F52 background.


White color preview on #8B7F52 background

This text has white color on #8B7F52 background.


Related colors

Complementary color

Complementary color for #hex is #7480AD.


I love getcolorcode.com

Triadic colors

1 #528B7F and #7F528B with #8B7F52 are triadic colors.

2 #527F8B and #7F8B52 with #8B7F52 are triadic colors.