COLOR #8B5250

HEX: #8B5250 RGB: (139,82,80)

Color info

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

RGB color model

#8B5250 color RGB value is (139,82,80).

RGB: (139,82,80) (55%, 32%, 31%)

RGB channels and saturation

R 139 of 255 = 55%
G 82 of 255 = 32%
B 80 of 255 = 31%

139
82
80

R + G + B ~ 39%. #8B5250 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 82 + 80 = 301 (100%)
R 139 of 301 ~ 46.18%
G 82 of 301 ~ 27.24%
B 80 of 301 ~ 26.58'%

%46.18
%27.24
%26.58

CMYK color model

#8B5250 color CMYK value is (0,41,42,45).

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

CMYK: (0,41,42,45)
C0M41Y42K45 (0%, 41%, 42%, 45%)
(0.00 / 0.41 / 0.42 / 0.45)

CMYK percentages

%0
%41.01
%42.45
%45.49

Codes

Color #8B5250 in popluar color models

8B 52 50
RGB 139 82 80
HSL 26.94% 42.94%
HSB/HSV 42.45% 54.51%
CMYK 0.00% 41.01% 42.45%
45.49%

Color #8B5250 in popluar number systems.

HEX 8B 52 50
Decimal 139 82 80
Binary 10001011 1010010 1010000
Octal 213 122 120

Shades and tints

Shades of #8B5250

#8B5250
(139,82,80)
#7F4B49
(127,75,73)
#734442
(115,68,66)
#673D3B
(103,61,59)
#5B3634
(91,54,52)
#4F2F2D
(79,47,45)
#432826
(67,40,38)
#37211F
(55,33,31)
#2B1A18
(43,26,24)
#1F1311
(31,19,17)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B5250

#8B5250
(139,82,80)
#95615F
(149,97,95)
#9F706E
(159,112,110)
#A97F7D
(169,127,125)
#B38E8C
(179,142,140)
#BD9D9B
(189,157,155)
#C7ACAA
(199,172,170)
#D1BBB9
(209,187,185)
#DBCAC8
(219,202,200)
#E5D9D7
(229,217,215)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5250; }

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

This text font color is #8B5250.

Background Color

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

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

This div background color is #8B5250.

Border color

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

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

This div border color is #8B5250.

Opacity

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

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

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

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

This text has shadow with #8B5250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5250.

Preview

Color preview on black background

This text has color #8B5250 on black background.


Color preview on white background

This text has color #8B5250 on white background.


Black color preview on #8B5250 background

This text has black color on #8B5250 background.


White color preview on #8B5250 background

This text has white color on #8B5250 background.


Related colors

Complementary color

Complementary color for #hex is #74ADAF.


I love getcolorcode.com

Triadic colors

1 #508B52 and #52508B with #8B5250 are triadic colors.

2 #50528B and #528B50 with #8B5250 are triadic colors.