COLOR #8B4361

HEX: #8B4361
RGB: (139,67,97)

Color info

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

RGB color model

#8B4361 color RGB value is (139,67,97).

  • red value is 139;
  • green value is 67;
  • blue value is 97.
RGB:
(139,67,97)
(55%,26%,38%)

RGB channels and saturation

R 139 of 255 = 55%
G 67 of 255 = 26%
B 97 of 255 = 38%

139
67
97

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

Portions of RGB colors in percentages

R + G + B =
139 + 67 + 97 = 303 (100%)
R 139 of 303 ~ 45.87%
G 67 of 303 ~ 22.11%
B 97 of 303 ~ 32.01%

%45.87
%22.11
%32.01

CMYK color model

#8B4361 color CMYK value is (0,52,30,45).

  • cyan value is 0.00%
  • magenta value is 51.80%
  • yellow value is 30.22%
  • key color value is 45.49%
CMYK:
(0,52,30,45)
C0M52Y30K45 
(0%,52%,30%,45%)
(0.00/0.52/0.30/0.45)	

CMYK percentages

%0
%51.8
%30.22
%45.49

Codes

Color #8B4361 in popluar color models

8B4361
RGB1396797
HSL335°34.95%40.39%
HSB/HSV335°51.80%54.51%
CMYK0.00%51.80%30.22%
45.49%

Color #8B4361 in popluar number systems.

HEX8B4361
Decimal1396797
Binary1000101110000111100001
Octal213103141

Shades and tints

Shades of #8B4361

#8B4361
(139,67,97)
#7F3D59
(127,61,89)
#733751
(115,55,81)
#673149
(103,49,73)
#5B2B41
(91,43,65)
#4F2539
(79,37,57)
#431F31
(67,31,49)
#371929
(55,25,41)
#2B1321
(43,19,33)
#1F0D19
(31,13,25)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #8B4361

#8B4361
(139,67,97)
#95546F
(149,84,111)
#9F657D
(159,101,125)
#A9768B
(169,118,139)
#B38799
(179,135,153)
#BD98A7
(189,152,167)
#C7A9B5
(199,169,181)
#D1BAC3
(209,186,195)
#DBCBD1
(219,203,209)
#E5DCDF
(229,220,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4361 color. Also use rgb(139,67,97) instead hex code.

Text Font Color

.myTextColor { color: #8B4361; }

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

This text font color is #8B4361.


Background Color

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

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

This div background color is #8B4361.


Border color

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

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

This div border color is #8B4361.


Opacity

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

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

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

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

This text has shadow with #8B4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4361 on black background.


Color preview on white background

This text has color #8B4361 on white background.



Black color preview on #8B4361 background

This text has black color on #8B4361 background.


White color preview on #8B4361 background

This text has white color on #8B4361 background.