COLOR #8B523B

HEX: #8B523B
RGB: (139,82,59)

Color info

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

RGB color model

#8B523B color RGB value is (139,82,59).

  • red value is 139;
  • green value is 82;
  • blue value is 59.
RGB:
(139,82,59)
(55%,32%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 82 of 255 = 32%
B 59 of 255 = 23%

139
82
59

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

Portions of RGB colors in percentages

R + G + B =
139 + 82 + 59 = 280 (100%)
R 139 of 280 ~ 49.64%
G 82 of 280 ~ 29.29%
B 59 of 280 ~ 21.07%

%49.64
%29.29
%21.07

CMYK color model

#8B523B color CMYK value is (0,41,58,45).

  • cyan value is 0.00%
  • magenta value is 41.01%
  • yellow value is 57.55%
  • key color value is 45.49%
CMYK:
(0,41,58,45)
C0M41Y58K45 
(0%,41%,58%,45%)
(0.00/0.41/0.58/0.45)	

CMYK percentages

%0
%41.01
%57.55
%45.49

Codes

Color #8B523B in popluar color models

8B523B
RGB1398259
HSL17°40.40%38.82%
HSB/HSV17°57.55%54.51%
CMYK0.00%41.01%57.55%
45.49%

Color #8B523B in popluar number systems.

HEX8B523B
Decimal1398259
Binary100010111010010111011
Octal21312273

Shades and tints

Shades of #8B523B

#8B523B
(139,82,59)
#7F4B36
(127,75,54)
#734431
(115,68,49)
#673D2C
(103,61,44)
#5B3627
(91,54,39)
#4F2F22
(79,47,34)
#43281D
(67,40,29)
#372118
(55,33,24)
#2B1A13
(43,26,19)
#1F130E
(31,19,14)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #8B523B

#8B523B
(139,82,59)
#95614C
(149,97,76)
#9F705D
(159,112,93)
#A97F6E
(169,127,110)
#B38E7F
(179,142,127)
#BD9D90
(189,157,144)
#C7ACA1
(199,172,161)
#D1BBB2
(209,187,178)
#DBCAC3
(219,202,195)
#E5D9D4
(229,217,212)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B523B; }

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

This text font color is #8B523B.


Background Color

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

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

This div background color is #8B523B.


Border color

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

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

This div border color is #8B523B.


Opacity

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

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

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

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

This text has shadow with #8B523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B523B on black background.


Color preview on white background

This text has color #8B523B on white background.



Black color preview on #8B523B background

This text has black color on #8B523B background.


White color preview on #8B523B background

This text has white color on #8B523B background.