COLOR #8B6164

HEX: #8B6164 RGB: (139,97,100)

Color info

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

RGB color model

#8B6164 color RGB value is (139,97,100).

RGB: (139,97,100) (55%, 38%, 39%)

RGB channels and saturation

R 139 of 255 = 55%
G 97 of 255 = 38%
B 100 of 255 = 39%

139
97
100

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

Portions of RGB colors in percentages

R + G + B = 139 + 97 + 100 = 336 (100%)
R 139 of 336 ~ 41.37%
G 97 of 336 ~ 28.87%
B 100 of 336 ~ 29.76'%

%41.37
%28.87
%29.76

CMYK color model

#8B6164 color CMYK value is (0,30,28,45).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 28.06%
  • key color value is 45.49%

CMYK: (0,30,28,45)
C0M30Y28K45 (0%, 30%, 28%, 45%)
(0.00 / 0.30 / 0.28 / 0.45)

CMYK percentages

%0
%30.22
%28.06
%45.49

Codes

Color #8B6164 in popluar color models

8B 61 64
RGB 139 97 100
HSL 356° 17.80% 46.27%
HSB/HSV 356° 30.22% 54.51%
CMYK 0.00% 30.22% 28.06%
45.49%

Color #8B6164 in popluar number systems.

HEX 8B 61 64
Decimal 139 97 100
Binary 10001011 1100001 1100100
Octal 213 141 144

Shades and tints

Shades of #8B6164

#8B6164
(139,97,100)
#7F595B
(127,89,91)
#735152
(115,81,82)
#674949
(103,73,73)
#5B4140
(91,65,64)
#4F3937
(79,57,55)
#43312E
(67,49,46)
#372925
(55,41,37)
#2B211C
(43,33,28)
#1F1913
(31,25,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #8B6164

#8B6164
(139,97,100)
#956F72
(149,111,114)
#9F7D80
(159,125,128)
#A98B8E
(169,139,142)
#B3999C
(179,153,156)
#BDA7AA
(189,167,170)
#C7B5B8
(199,181,184)
#D1C3C6
(209,195,198)
#DBD1D4
(219,209,212)
#E5DFE2
(229,223,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6164 color. Also use rgb(139,97,100) instead hex code.

Text Font Color

.myTextColor { color: #8B6164; }

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

This text font color is #8B6164.

Background Color

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

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

This div background color is #8B6164.

Border color

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

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

This div border color is #8B6164.

Opacity

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

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

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

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

This text has shadow with #8B6164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6164.

Preview

Color preview on black background

This text has color #8B6164 on black background.


Color preview on white background

This text has color #8B6164 on white background.


Black color preview on #8B6164 background

This text has black color on #8B6164 background.


White color preview on #8B6164 background

This text has white color on #8B6164 background.


Related colors

Complementary color

Complementary color for #hex is #749E9B.


I love getcolorcode.com

Triadic colors

1 #648B61 and #61648B with #8B6164 are triadic colors.

2 #64618B and #618B64 with #8B6164 are triadic colors.