COLOR #8B475C

HEX: #8B475C
RGB: (139,71,92)

Color info

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

RGB color model

#8B475C color RGB value is (139,71,92).

  • red value is 139;
  • green value is 71;
  • blue value is 92.
RGB:
(139,71,92)
(55%,28%,36%)

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 92 of 255 = 36%

139
71
92

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

Portions of RGB colors in percentages

R + G + B =
139 + 71 + 92 = 302 (100%)
R 139 of 302 ~ 46.03%
G 71 of 302 ~ 23.51%
B 92 of 302 ~ 30.46%

%46.03
%23.51
%30.46

CMYK color model

#8B475C color CMYK value is (0,49,34,45).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 33.81%
  • key color value is 45.49%
CMYK:
(0,49,34,45)
C0M49Y34K45 
(0%,49%,34%,45%)
(0.00/0.49/0.34/0.45)	

CMYK percentages

%0
%48.92
%33.81
%45.49

Codes

Color #8B475C in popluar color models

8B475C
RGB1397192
HSL341°32.38%41.18%
HSB/HSV341°48.92%54.51%
CMYK0.00%48.92%33.81%
45.49%

Color #8B475C in popluar number systems.

HEX8B475C
Decimal1397192
Binary1000101110001111011100
Octal213107134

Shades and tints

Shades of #8B475C

#8B475C
(139,71,92)
#7F4154
(127,65,84)
#733B4C
(115,59,76)
#673544
(103,53,68)
#5B2F3C
(91,47,60)
#4F2934
(79,41,52)
#43232C
(67,35,44)
#371D24
(55,29,36)
#2B171C
(43,23,28)
#1F1114
(31,17,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #8B475C

#8B475C
(139,71,92)
#95576A
(149,87,106)
#9F6778
(159,103,120)
#A97786
(169,119,134)
#B38794
(179,135,148)
#BD97A2
(189,151,162)
#C7A7B0
(199,167,176)
#D1B7BE
(209,183,190)
#DBC7CC
(219,199,204)
#E5D7DA
(229,215,218)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B475C color. Also use rgb(139,71,92) instead hex code.

Text Font Color

.myTextColor { color: #8B475C; }

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

This text font color is #8B475C.


Background Color

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

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

This div background color is #8B475C.


Border color

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

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

This div border color is #8B475C.


Opacity

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

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

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

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

This text has shadow with #8B475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B475C on black background.


Color preview on white background

This text has color #8B475C on white background.



Black color preview on #8B475C background

This text has black color on #8B475C background.


White color preview on #8B475C background

This text has white color on #8B475C background.