COLOR #8B4050

HEX: #8B4050 RGB: (139,64,80)

Color info

#8B4050 contains mainly red and blue colors. Web safe color of #8B4050 is #993366 (or #936).

RGB color model

#8B4050 color RGB value is (139,64,80).

RGB: (139,64,80) (55%, 25%, 31%)

RGB channels and saturation

R 139 of 255 = 55%
G 64 of 255 = 25%
B 80 of 255 = 31%

139
64
80

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

Portions of RGB colors in percentages

R + G + B = 139 + 64 + 80 = 283 (100%)
R 139 of 283 ~ 49.12%
G 64 of 283 ~ 22.61%
B 80 of 283 ~ 28.27'%

%49.12
%22.61
%28.27

CMYK color model

#8B4050 color CMYK value is (0,54,42,45).

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

CMYK: (0,54,42,45)
C0M54Y42K45 (0%, 54%, 42%, 45%)
(0.00 / 0.54 / 0.42 / 0.45)

CMYK percentages

%0
%53.96
%42.45
%45.49

Codes

Color #8B4050 in popluar color models

8B 40 50
RGB 139 64 80
HSL 347° 36.95% 39.80%
HSB/HSV 347° 53.96% 54.51%
CMYK 0.00% 53.96% 42.45%
45.49%

Color #8B4050 in popluar number systems.

HEX 8B 40 50
Decimal 139 64 80
Binary 10001011 1000000 1010000
Octal 213 100 120

Shades and tints

Shades of #8B4050

#8B4050
(139,64,80)
#7F3B49
(127,59,73)
#733642
(115,54,66)
#67313B
(103,49,59)
#5B2C34
(91,44,52)
#4F272D
(79,39,45)
#432226
(67,34,38)
#371D1F
(55,29,31)
#2B1818
(43,24,24)
#1F1311
(31,19,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #8B4050

#8B4050
(139,64,80)
#95515F
(149,81,95)
#9F626E
(159,98,110)
#A9737D
(169,115,125)
#B3848C
(179,132,140)
#BD959B
(189,149,155)
#C7A6AA
(199,166,170)
#D1B7B9
(209,183,185)
#DBC8C8
(219,200,200)
#E5D9D7
(229,217,215)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4050; }

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

This text font color is #8B4050.

Background Color

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

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

This div background color is #8B4050.

Border color

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

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

This div border color is #8B4050.

Opacity

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

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

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

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

This text has shadow with #8B4050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4050.

Preview

Color preview on black background

This text has color #8B4050 on black background.


Color preview on white background

This text has color #8B4050 on white background.


Black color preview on #8B4050 background

This text has black color on #8B4050 background.


White color preview on #8B4050 background

This text has white color on #8B4050 background.


Related colors

Complementary color

Complementary color for #hex is #74BFAF.


I love getcolorcode.com

Triadic colors

1 #508B40 and #40508B with #8B4050 are triadic colors.

2 #50408B and #408B50 with #8B4050 are triadic colors.