COLOR #8B476F

HEX: #8B476F
RGB: (139,71,111)

Color info

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

RGB color model

#8B476F color RGB value is (139,71,111).

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

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 111 of 255 = 44%

139
71
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 71 + 111 = 321 (100%)
R 139 of 321 ~ 43.3%
G 71 of 321 ~ 22.12%
B 111 of 321 ~ 34.58%

%43.3
%22.12
%34.58

CMYK color model

#8B476F color CMYK value is (0,49,20,45).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,49,20,45)
C0M49Y20K45 
(0%,49%,20%,45%)
(0.00/0.49/0.20/0.45)	

CMYK percentages

%0
%48.92
%20.14
%45.49

Codes

Color #8B476F in popluar color models

8B476F
RGB13971111
HSL325°32.38%41.18%
HSB/HSV325°48.92%54.51%
CMYK0.00%48.92%20.14%
45.49%

Color #8B476F in popluar number systems.

HEX8B476F
Decimal13971111
Binary1000101110001111101111
Octal213107157

Shades and tints

Shades of #8B476F

#8B476F
(139,71,111)
#7F4165
(127,65,101)
#733B5B
(115,59,91)
#673551
(103,53,81)
#5B2F47
(91,47,71)
#4F293D
(79,41,61)
#432333
(67,35,51)
#371D29
(55,29,41)
#2B171F
(43,23,31)
#1F1115
(31,17,21)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #8B476F

#8B476F
(139,71,111)
#95577C
(149,87,124)
#9F6789
(159,103,137)
#A97796
(169,119,150)
#B387A3
(179,135,163)
#BD97B0
(189,151,176)
#C7A7BD
(199,167,189)
#D1B7CA
(209,183,202)
#DBC7D7
(219,199,215)
#E5D7E4
(229,215,228)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B476F; }

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

This text font color is #8B476F.


Background Color

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

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

This div background color is #8B476F.


Border color

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

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

This div border color is #8B476F.


Opacity

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

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

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

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

This text has shadow with #8B476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B476F on black background.


Color preview on white background

This text has color #8B476F on white background.



Black color preview on #8B476F background

This text has black color on #8B476F background.


White color preview on #8B476F background

This text has white color on #8B476F background.