COLOR #8B5469

HEX: #8B5469 RGB: (139,84,105)

Color info

#8B5469 contains red, green and blue colors in about the same proportion. Web safe color of #8B5469 is #996666 (or #966).

RGB color model

#8B5469 color RGB value is (139,84,105).

RGB: (139,84,105) (55%, 33%, 41%)

RGB channels and saturation

R 139 of 255 = 55%
G 84 of 255 = 33%
B 105 of 255 = 41%

139
84
105

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

Portions of RGB colors in percentages

R + G + B = 139 + 84 + 105 = 328 (100%)
R 139 of 328 ~ 42.38%
G 84 of 328 ~ 25.61%
B 105 of 328 ~ 32.01'%

%42.38
%25.61
%32.01

CMYK color model

#8B5469 color CMYK value is (0,40,24,45).

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

CMYK: (0,40,24,45)
C0M40Y24K45 (0%, 40%, 24%, 45%)
(0.00 / 0.40 / 0.24 / 0.45)

CMYK percentages

%0
%39.57
%24.46
%45.49

Codes

Color #8B5469 in popluar color models

8B 54 69
RGB 139 84 105
HSL 337° 24.66% 43.73%
HSB/HSV 337° 39.57% 54.51%
CMYK 0.00% 39.57% 24.46%
45.49%

Color #8B5469 in popluar number systems.

HEX 8B 54 69
Decimal 139 84 105
Binary 10001011 1010100 1101001
Octal 213 124 151

Shades and tints

Shades of #8B5469

#8B5469
(139,84,105)
#7F4D60
(127,77,96)
#734657
(115,70,87)
#673F4E
(103,63,78)
#5B3845
(91,56,69)
#4F313C
(79,49,60)
#432A33
(67,42,51)
#37232A
(55,35,42)
#2B1C21
(43,28,33)
#1F1518
(31,21,24)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #8B5469

#8B5469
(139,84,105)
#956376
(149,99,118)
#9F7283
(159,114,131)
#A98190
(169,129,144)
#B3909D
(179,144,157)
#BD9FAA
(189,159,170)
#C7AEB7
(199,174,183)
#D1BDC4
(209,189,196)
#DBCCD1
(219,204,209)
#E5DBDE
(229,219,222)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5469; }

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

This text font color is #8B5469.

Background Color

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

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

This div background color is #8B5469.

Border color

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

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

This div border color is #8B5469.

Opacity

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

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

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

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

This text has shadow with #8B5469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5469.

Preview

Color preview on black background

This text has color #8B5469 on black background.


Color preview on white background

This text has color #8B5469 on white background.


Black color preview on #8B5469 background

This text has black color on #8B5469 background.


White color preview on #8B5469 background

This text has white color on #8B5469 background.


Related colors

Complementary color

Complementary color for #hex is #74AB96.


I love getcolorcode.com

Triadic colors

1 #698B54 and #54698B with #8B5469 are triadic colors.

2 #69548B and #548B69 with #8B5469 are triadic colors.