COLOR #8B4669

HEX: #8B4669 RGB: (139,70,105)

Color info

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

RGB color model

#8B4669 color RGB value is (139,70,105).

RGB: (139,70,105) (55%, 27%, 41%)

RGB channels and saturation

R 139 of 255 = 55%
G 70 of 255 = 27%
B 105 of 255 = 41%

139
70
105

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

Portions of RGB colors in percentages

R + G + B = 139 + 70 + 105 = 314 (100%)
R 139 of 314 ~ 44.27%
G 70 of 314 ~ 22.29%
B 105 of 314 ~ 33.44'%

%44.27
%22.29
%33.44

CMYK color model

#8B4669 color CMYK value is (0,50,24,45).

  • cyan value is 0.00%
  • magenta value is 49.64%
  • yellow value is 24.46%
  • key color value is 45.49%

CMYK: (0,50,24,45)
C0M50Y24K45 (0%, 50%, 24%, 45%)
(0.00 / 0.50 / 0.24 / 0.45)

CMYK percentages

%0
%49.64
%24.46
%45.49

Codes

Color #8B4669 in popluar color models

8B 46 69
RGB 139 70 105
HSL 330° 33.01% 40.98%
HSB/HSV 330° 49.64% 54.51%
CMYK 0.00% 49.64% 24.46%
45.49%

Color #8B4669 in popluar number systems.

HEX 8B 46 69
Decimal 139 70 105
Binary 10001011 1000110 1101001
Octal 213 106 151

Shades and tints

Shades of #8B4669

#8B4669
(139,70,105)
#7F4060
(127,64,96)
#733A57
(115,58,87)
#67344E
(103,52,78)
#5B2E45
(91,46,69)
#4F283C
(79,40,60)
#432233
(67,34,51)
#371C2A
(55,28,42)
#2B1621
(43,22,33)
#1F1018
(31,16,24)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8B4669

#8B4669
(139,70,105)
#955676
(149,86,118)
#9F6683
(159,102,131)
#A97690
(169,118,144)
#B3869D
(179,134,157)
#BD96AA
(189,150,170)
#C7A6B7
(199,166,183)
#D1B6C4
(209,182,196)
#DBC6D1
(219,198,209)
#E5D6DE
(229,214,222)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4669 color. Also use rgb(139,70,105) instead hex code.

Text Font Color

.myTextColor { color: #8B4669; }

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

This text font color is #8B4669.

Background Color

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

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

This div background color is #8B4669.

Border color

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

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

This div border color is #8B4669.

Opacity

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

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

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

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

This text has shadow with #8B4669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4669.

Preview

Color preview on black background

This text has color #8B4669 on black background.


Color preview on white background

This text has color #8B4669 on white background.


Black color preview on #8B4669 background

This text has black color on #8B4669 background.


White color preview on #8B4669 background

This text has white color on #8B4669 background.


Related colors

Complementary color

Complementary color for #hex is #74B996.


I love getcolorcode.com

Triadic colors

1 #698B46 and #46698B with #8B4669 are triadic colors.

2 #69468B and #468B69 with #8B4669 are triadic colors.