COLOR #8B523F

HEX: #8B523F RGB: (139,82,63)

Color info

#8B523F contains mainly red and green colors. Web safe color of #8B523F is #996633 (or #963).

RGB color model

#8B523F color RGB value is (139,82,63).

RGB: (139,82,63) (55%, 32%, 25%)

RGB channels and saturation

R 139 of 255 = 55%
G 82 of 255 = 32%
B 63 of 255 = 25%

139
82
63

R + G + B ~ 37%. #8B523F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 82 + 63 = 284 (100%)
R 139 of 284 ~ 48.94%
G 82 of 284 ~ 28.87%
B 63 of 284 ~ 22.18'%

%48.94
%28.87
%22.18

CMYK color model

#8B523F color CMYK value is (0,41,55,45).

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

CMYK: (0,41,55,45)
C0M41Y55K45 (0%, 41%, 55%, 45%)
(0.00 / 0.41 / 0.55 / 0.45)

CMYK percentages

%0
%41.01
%54.68
%45.49

Codes

Color #8B523F in popluar color models

8B 52 3F
RGB 139 82 63
HSL 15° 37.62% 39.61%
HSB/HSV 15° 54.68% 54.51%
CMYK 0.00% 41.01% 54.68%
45.49%

Color #8B523F in popluar number systems.

HEX 8B 52 3F
Decimal 139 82 63
Binary 10001011 1010010 111111
Octal 213 122 77

Shades and tints

Shades of #8B523F

#8B523F
(139,82,63)
#7F4B3A
(127,75,58)
#734435
(115,68,53)
#673D30
(103,61,48)
#5B362B
(91,54,43)
#4F2F26
(79,47,38)
#432821
(67,40,33)
#37211C
(55,33,28)
#2B1A17
(43,26,23)
#1F1312
(31,19,18)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #8B523F

#8B523F
(139,82,63)
#956150
(149,97,80)
#9F7061
(159,112,97)
#A97F72
(169,127,114)
#B38E83
(179,142,131)
#BD9D94
(189,157,148)
#C7ACA5
(199,172,165)
#D1BBB6
(209,187,182)
#DBCAC7
(219,202,199)
#E5D9D8
(229,217,216)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B523F; }

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

This text font color is #8B523F.

Background Color

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

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

This div background color is #8B523F.

Border color

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

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

This div border color is #8B523F.

Opacity

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

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

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

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

This text has shadow with #8B523F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B523F.

Preview

Color preview on black background

This text has color #8B523F on black background.


Color preview on white background

This text has color #8B523F on white background.


Black color preview on #8B523F background

This text has black color on #8B523F background.


White color preview on #8B523F background

This text has white color on #8B523F background.


Related colors

Complementary color

Complementary color for #hex is #74ADC0.


I love getcolorcode.com

Triadic colors

1 #3F8B52 and #523F8B with #8B523F are triadic colors.

2 #3F528B and #528B3F with #8B523F are triadic colors.