COLOR #8B3760

HEX: #8B3760 RGB: (139,55,96)

Color info

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

RGB color model

#8B3760 color RGB value is (139,55,96).

RGB: (139,55,96) (55%, 22%, 38%)

RGB channels and saturation

R 139 of 255 = 55%
G 55 of 255 = 22%
B 96 of 255 = 38%

139
55
96

R + G + B ~ 38%. #8B3760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 55 + 96 = 290 (100%)
R 139 of 290 ~ 47.93%
G 55 of 290 ~ 18.97%
B 96 of 290 ~ 33.1'%

%47.93
%18.97
%33.1

CMYK color model

#8B3760 color CMYK value is (0,60,31,45).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 30.94%
  • key color value is 45.49%

CMYK: (0,60,31,45)
C0M60Y31K45 (0%, 60%, 31%, 45%)
(0.00 / 0.60 / 0.31 / 0.45)

CMYK percentages

%0
%60.43
%30.94
%45.49

Codes

Color #8B3760 in popluar color models

8B 37 60
RGB 139 55 96
HSL 331° 43.30% 38.04%
HSB/HSV 331° 60.43% 54.51%
CMYK 0.00% 60.43% 30.94%
45.49%

Color #8B3760 in popluar number systems.

HEX 8B 37 60
Decimal 139 55 96
Binary 10001011 110111 1100000
Octal 213 67 140

Shades and tints

Shades of #8B3760

#8B3760
(139,55,96)
#7F3258
(127,50,88)
#732D50
(115,45,80)
#672848
(103,40,72)
#5B2340
(91,35,64)
#4F1E38
(79,30,56)
#431930
(67,25,48)
#371428
(55,20,40)
#2B0F20
(43,15,32)
#1F0A18
(31,10,24)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #8B3760

#8B3760
(139,55,96)
#95496E
(149,73,110)
#9F5B7C
(159,91,124)
#A96D8A
(169,109,138)
#B37F98
(179,127,152)
#BD91A6
(189,145,166)
#C7A3B4
(199,163,180)
#D1B5C2
(209,181,194)
#DBC7D0
(219,199,208)
#E5D9DE
(229,217,222)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3760 color. Also use rgb(139,55,96) instead hex code.

Text Font Color

.myTextColor { color: #8B3760; }

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

This text font color is #8B3760.

Background Color

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

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

This div background color is #8B3760.

Border color

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

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

This div border color is #8B3760.

Opacity

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

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

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

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

This text has shadow with #8B3760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B3760.

Preview

Color preview on black background

This text has color #8B3760 on black background.


Color preview on white background

This text has color #8B3760 on white background.


Black color preview on #8B3760 background

This text has black color on #8B3760 background.


White color preview on #8B3760 background

This text has white color on #8B3760 background.


Related colors

Complementary color

Complementary color for #hex is #74C89F.


I love getcolorcode.com

Triadic colors

1 #608B37 and #37608B with #8B3760 are triadic colors.

2 #60378B and #378B60 with #8B3760 are triadic colors.