COLOR #8B5562

HEX: #8B5562 RGB: (139,85,98)

Color info

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

RGB color model

#8B5562 color RGB value is (139,85,98).

RGB: (139,85,98) (55%, 33%, 38%)

RGB channels and saturation

R 139 of 255 = 55%
G 85 of 255 = 33%
B 98 of 255 = 38%

139
85
98

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

Portions of RGB colors in percentages

R + G + B = 139 + 85 + 98 = 322 (100%)
R 139 of 322 ~ 43.17%
G 85 of 322 ~ 26.4%
B 98 of 322 ~ 30.43'%

%43.17
%26.4
%30.43

CMYK color model

#8B5562 color CMYK value is (0,39,29,45).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 29.50%
  • key color value is 45.49%

CMYK: (0,39,29,45)
C0M39Y29K45 (0%, 39%, 29%, 45%)
(0.00 / 0.39 / 0.29 / 0.45)

CMYK percentages

%0
%38.85
%29.5
%45.49

Codes

Color #8B5562 in popluar color models

8B 55 62
RGB 139 85 98
HSL 346° 24.11% 43.92%
HSB/HSV 346° 38.85% 54.51%
CMYK 0.00% 38.85% 29.50%
45.49%

Color #8B5562 in popluar number systems.

HEX 8B 55 62
Decimal 139 85 98
Binary 10001011 1010101 1100010
Octal 213 125 142

Shades and tints

Shades of #8B5562

#8B5562
(139,85,98)
#7F4E5A
(127,78,90)
#734752
(115,71,82)
#67404A
(103,64,74)
#5B3942
(91,57,66)
#4F323A
(79,50,58)
#432B32
(67,43,50)
#37242A
(55,36,42)
#2B1D22
(43,29,34)
#1F161A
(31,22,26)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #8B5562

#8B5562
(139,85,98)
#956470
(149,100,112)
#9F737E
(159,115,126)
#A9828C
(169,130,140)
#B3919A
(179,145,154)
#BDA0A8
(189,160,168)
#C7AFB6
(199,175,182)
#D1BEC4
(209,190,196)
#DBCDD2
(219,205,210)
#E5DCE0
(229,220,224)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5562 color. Also use rgb(139,85,98) instead hex code.

Text Font Color

.myTextColor { color: #8B5562; }

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

This text font color is #8B5562.

Background Color

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

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

This div background color is #8B5562.

Border color

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

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

This div border color is #8B5562.

Opacity

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

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

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

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

This text has shadow with #8B5562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5562.

Preview

Color preview on black background

This text has color #8B5562 on black background.


Color preview on white background

This text has color #8B5562 on white background.


Black color preview on #8B5562 background

This text has black color on #8B5562 background.


White color preview on #8B5562 background

This text has white color on #8B5562 background.


Related colors

Complementary color

Complementary color for #hex is #74AA9D.


I love getcolorcode.com

Triadic colors

1 #628B55 and #55628B with #8B5562 are triadic colors.

2 #62558B and #558B62 with #8B5562 are triadic colors.