COLOR #8B5668

HEX: #8B5668
RGB: (139,86,104)

Color info

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

RGB color model

#8B5668 color RGB value is (139,86,104).

  • red value is 139;
  • green value is 86;
  • blue value is 104.
RGB:
(139,86,104)
(55%,34%,41%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 104 of 255 = 41%

139
86
104

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 104 = 329 (100%)
R 139 of 329 ~ 42.25%
G 86 of 329 ~ 26.14%
B 104 of 329 ~ 31.61%

%42.25
%26.14
%31.61

CMYK color model

#8B5668 color CMYK value is (0,38,25,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 25.18%
  • key color value is 45.49%
CMYK:
(0,38,25,45)
C0M38Y25K45 
(0%,38%,25%,45%)
(0.00/0.38/0.25/0.45)	

CMYK percentages

%0
%38.13
%25.18
%45.49

Codes

Color #8B5668 in popluar color models

8B5668
RGB13986104
HSL340°23.56%44.12%
HSB/HSV340°38.13%54.51%
CMYK0.00%38.13%25.18%
45.49%

Color #8B5668 in popluar number systems.

HEX8B5668
Decimal13986104
Binary1000101110101101101000
Octal213126150

Shades and tints

Shades of #8B5668

#8B5668
(139,86,104)
#7F4F5F
(127,79,95)
#734856
(115,72,86)
#67414D
(103,65,77)
#5B3A44
(91,58,68)
#4F333B
(79,51,59)
#432C32
(67,44,50)
#372529
(55,37,41)
#2B1E20
(43,30,32)
#1F1717
(31,23,23)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B5668

#8B5668
(139,86,104)
#956575
(149,101,117)
#9F7482
(159,116,130)
#A9838F
(169,131,143)
#B3929C
(179,146,156)
#BDA1A9
(189,161,169)
#C7B0B6
(199,176,182)
#D1BFC3
(209,191,195)
#DBCED0
(219,206,208)
#E5DDDD
(229,221,221)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5668 color. Also use rgb(139,86,104) instead hex code.

Text Font Color

.myTextColor { color: #8B5668; }

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

This text font color is #8B5668.


Background Color

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

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

This div background color is #8B5668.


Border color

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

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

This div border color is #8B5668.


Opacity

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

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

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

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

This text has shadow with #8B5668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5668 on black background.


Color preview on white background

This text has color #8B5668 on white background.



Black color preview on #8B5668 background

This text has black color on #8B5668 background.


White color preview on #8B5668 background

This text has white color on #8B5668 background.