COLOR #8B505E

HEX: #8B505E
RGB: (139,80,94)

Color info

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

RGB color model

#8B505E color RGB value is (139,80,94).

  • red value is 139;
  • green value is 80;
  • blue value is 94.
RGB:
(139,80,94)
(55%,31%,37%)

RGB channels and saturation

R 139 of 255 = 55%
G 80 of 255 = 31%
B 94 of 255 = 37%

139
80
94

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

Portions of RGB colors in percentages

R + G + B =
139 + 80 + 94 = 313 (100%)
R 139 of 313 ~ 44.41%
G 80 of 313 ~ 25.56%
B 94 of 313 ~ 30.03%

%44.41
%25.56
%30.03

CMYK color model

#8B505E color CMYK value is (0,42,32,45).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,42,32,45)
C0M42Y32K45 
(0%,42%,32%,45%)
(0.00/0.42/0.32/0.45)	

CMYK percentages

%0
%42.45
%32.37
%45.49

Codes

Color #8B505E in popluar color models

8B505E
RGB1398094
HSL346°26.94%42.94%
HSB/HSV346°42.45%54.51%
CMYK0.00%42.45%32.37%
45.49%

Color #8B505E in popluar number systems.

HEX8B505E
Decimal1398094
Binary1000101110100001011110
Octal213120136

Shades and tints

Shades of #8B505E

#8B505E
(139,80,94)
#7F4956
(127,73,86)
#73424E
(115,66,78)
#673B46
(103,59,70)
#5B343E
(91,52,62)
#4F2D36
(79,45,54)
#43262E
(67,38,46)
#371F26
(55,31,38)
#2B181E
(43,24,30)
#1F1116
(31,17,22)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #8B505E

#8B505E
(139,80,94)
#955F6C
(149,95,108)
#9F6E7A
(159,110,122)
#A97D88
(169,125,136)
#B38C96
(179,140,150)
#BD9BA4
(189,155,164)
#C7AAB2
(199,170,178)
#D1B9C0
(209,185,192)
#DBC8CE
(219,200,206)
#E5D7DC
(229,215,220)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B505E; }

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

This text font color is #8B505E.


Background Color

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

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

This div background color is #8B505E.


Border color

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

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

This div border color is #8B505E.


Opacity

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

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

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

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

This text has shadow with #8B505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B505E on black background.


Color preview on white background

This text has color #8B505E on white background.



Black color preview on #8B505E background

This text has black color on #8B505E background.


White color preview on #8B505E background

This text has white color on #8B505E background.