COLOR #8B4D5A

HEX: #8B4D5A
RGB: (139,77,90)

Color info

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

RGB color model

#8B4D5A color RGB value is (139,77,90).

  • red value is 139;
  • green value is 77;
  • blue value is 90.
RGB:
(139,77,90)
(55%,30%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 77 of 255 = 30%
B 90 of 255 = 35%

139
77
90

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

Portions of RGB colors in percentages

R + G + B =
139 + 77 + 90 = 306 (100%)
R 139 of 306 ~ 45.42%
G 77 of 306 ~ 25.16%
B 90 of 306 ~ 29.41%

%45.42
%25.16
%29.41

CMYK color model

#8B4D5A color CMYK value is (0,45,35,45).

  • cyan value is 0.00%
  • magenta value is 44.60%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(0,45,35,45)
C0M45Y35K45 
(0%,45%,35%,45%)
(0.00/0.45/0.35/0.45)	

CMYK percentages

%0
%44.6
%35.25
%45.49

Codes

Color #8B4D5A in popluar color models

8B4D5A
RGB1397790
HSL347°28.70%42.35%
HSB/HSV347°44.60%54.51%
CMYK0.00%44.60%35.25%
45.49%

Color #8B4D5A in popluar number systems.

HEX8B4D5A
Decimal1397790
Binary1000101110011011011010
Octal213115132

Shades and tints

Shades of #8B4D5A

#8B4D5A
(139,77,90)
#7F4652
(127,70,82)
#733F4A
(115,63,74)
#673842
(103,56,66)
#5B313A
(91,49,58)
#4F2A32
(79,42,50)
#43232A
(67,35,42)
#371C22
(55,28,34)
#2B151A
(43,21,26)
#1F0E12
(31,14,18)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #8B4D5A

#8B4D5A
(139,77,90)
#955D69
(149,93,105)
#9F6D78
(159,109,120)
#A97D87
(169,125,135)
#B38D96
(179,141,150)
#BD9DA5
(189,157,165)
#C7ADB4
(199,173,180)
#D1BDC3
(209,189,195)
#DBCDD2
(219,205,210)
#E5DDE1
(229,221,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4D5A color. Also use rgb(139,77,90) instead hex code.

Text Font Color

.myTextColor { color: #8B4D5A; }

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

This text font color is #8B4D5A.


Background Color

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

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

This div background color is #8B4D5A.


Border color

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

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

This div border color is #8B4D5A.


Opacity

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

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

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

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

This text has shadow with #8B4D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4D5A on black background.


Color preview on white background

This text has color #8B4D5A on white background.



Black color preview on #8B4D5A background

This text has black color on #8B4D5A background.


White color preview on #8B4D5A background

This text has white color on #8B4D5A background.