COLOR #8B4B5F

HEX: #8B4B5F
RGB: (139,75,95)

Color info

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

RGB color model

#8B4B5F color RGB value is (139,75,95).

  • red value is 139;
  • green value is 75;
  • blue value is 95.
RGB:
(139,75,95)
(55%,29%,37%)

RGB channels and saturation

R 139 of 255 = 55%
G 75 of 255 = 29%
B 95 of 255 = 37%

139
75
95

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

Portions of RGB colors in percentages

R + G + B =
139 + 75 + 95 = 309 (100%)
R 139 of 309 ~ 44.98%
G 75 of 309 ~ 24.27%
B 95 of 309 ~ 30.74%

%44.98
%24.27
%30.74

CMYK color model

#8B4B5F color CMYK value is (0,46,32,45).

  • cyan value is 0.00%
  • magenta value is 46.04%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK:
(0,46,32,45)
C0M46Y32K45 
(0%,46%,32%,45%)
(0.00/0.46/0.32/0.45)	

CMYK percentages

%0
%46.04
%31.65
%45.49

Codes

Color #8B4B5F in popluar color models

8B4B5F
RGB1397595
HSL341°29.91%41.96%
HSB/HSV341°46.04%54.51%
CMYK0.00%46.04%31.65%
45.49%

Color #8B4B5F in popluar number systems.

HEX8B4B5F
Decimal1397595
Binary1000101110010111011111
Octal213113137

Shades and tints

Shades of #8B4B5F

#8B4B5F
(139,75,95)
#7F4557
(127,69,87)
#733F4F
(115,63,79)
#673947
(103,57,71)
#5B333F
(91,51,63)
#4F2D37
(79,45,55)
#43272F
(67,39,47)
#372127
(55,33,39)
#2B1B1F
(43,27,31)
#1F1517
(31,21,23)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8B4B5F

#8B4B5F
(139,75,95)
#955B6D
(149,91,109)
#9F6B7B
(159,107,123)
#A97B89
(169,123,137)
#B38B97
(179,139,151)
#BD9BA5
(189,155,165)
#C7ABB3
(199,171,179)
#D1BBC1
(209,187,193)
#DBCBCF
(219,203,207)
#E5DBDD
(229,219,221)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4B5F color. Also use rgb(139,75,95) instead hex code.

Text Font Color

.myTextColor { color: #8B4B5F; }

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

This text font color is #8B4B5F.


Background Color

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

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

This div background color is #8B4B5F.


Border color

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

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

This div border color is #8B4B5F.


Opacity

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

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

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

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

This text has shadow with #8B4B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4B5F on black background.


Color preview on white background

This text has color #8B4B5F on white background.



Black color preview on #8B4B5F background

This text has black color on #8B4B5F background.


White color preview on #8B4B5F background

This text has white color on #8B4B5F background.