COLOR #8B6979

HEX: #8B6979 RGB: (139,105,121)

Color info

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

RGB color model

#8B6979 color RGB value is (139,105,121).

RGB: (139,105,121) (55%, 41%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 105 of 255 = 41%
B 121 of 255 = 47%

139
105
121

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

Portions of RGB colors in percentages

R + G + B = 139 + 105 + 121 = 365 (100%)
R 139 of 365 ~ 38.08%
G 105 of 365 ~ 28.77%
B 121 of 365 ~ 33.15'%

%38.08
%28.77
%33.15

CMYK color model

#8B6979 color CMYK value is (0,24,13,45).

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

CMYK: (0,24,13,45)
C0M24Y13K45 (0%, 24%, 13%, 45%)
(0.00 / 0.24 / 0.13 / 0.45)

CMYK percentages

%0
%24.46
%12.95
%45.49

Codes

Color #8B6979 in popluar color models

8B 69 79
RGB 139 105 121
HSL 332° 13.93% 47.84%
HSB/HSV 332° 24.46% 54.51%
CMYK 0.00% 24.46% 12.95%
45.49%

Color #8B6979 in popluar number systems.

HEX 8B 69 79
Decimal 139 105 121
Binary 10001011 1101001 1111001
Octal 213 151 171

Shades and tints

Shades of #8B6979

#8B6979
(139,105,121)
#7F606E
(127,96,110)
#735763
(115,87,99)
#674E58
(103,78,88)
#5B454D
(91,69,77)
#4F3C42
(79,60,66)
#433337
(67,51,55)
#372A2C
(55,42,44)
#2B2121
(43,33,33)
#1F1816
(31,24,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B6979

#8B6979
(139,105,121)
#957685
(149,118,133)
#9F8391
(159,131,145)
#A9909D
(169,144,157)
#B39DA9
(179,157,169)
#BDAAB5
(189,170,181)
#C7B7C1
(199,183,193)
#D1C4CD
(209,196,205)
#DBD1D9
(219,209,217)
#E5DEE5
(229,222,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6979; }

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

This text font color is #8B6979.

Background Color

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

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

This div background color is #8B6979.

Border color

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

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

This div border color is #8B6979.

Opacity

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

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

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

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

This text has shadow with #8B6979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6979.

Preview

Color preview on black background

This text has color #8B6979 on black background.


Color preview on white background

This text has color #8B6979 on white background.


Black color preview on #8B6979 background

This text has black color on #8B6979 background.


White color preview on #8B6979 background

This text has white color on #8B6979 background.


Related colors

Complementary color

Complementary color for #hex is #749686.


I love getcolorcode.com

Triadic colors

1 #798B69 and #69798B with #8B6979 are triadic colors.

2 #79698B and #698B79 with #8B6979 are triadic colors.