COLOR #8B616B

HEX: #8B616B RGB: (139,97,107)

Color info

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

RGB color model

#8B616B color RGB value is (139,97,107).

RGB: (139,97,107) (55%, 38%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 97 of 255 = 38%
B 107 of 255 = 42%

139
97
107

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

Portions of RGB colors in percentages

R + G + B = 139 + 97 + 107 = 343 (100%)
R 139 of 343 ~ 40.52%
G 97 of 343 ~ 28.28%
B 107 of 343 ~ 31.2'%

%40.52
%28.28
%31.2

CMYK color model

#8B616B color CMYK value is (0,30,23,45).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK: (0,30,23,45) C0M30Y23K45 (0%,30%,23%,45%) (0.00/0.30/0.23/0.45) 

CMYK percentages

%0
%30.22
%23.02
%45.49

Codes

Color #8B616B in popluar color models

8B 61 6B
RGB 139 97 107
HSL 346° 17.80% 46.27%
HSB/HSV 346° 30.22% 54.51%
CMYK 0.00% 30.22% 23.02%
45.49%

Color #8B616B in popluar number systems.

HEX 8B 61 6B
Decimal 139 97 107
Binary 10001011 1100001 1101011
Octal 213 141 153

Shades and tints

Shades of #8B616B

#8B616B
(139,97,107)
#7F5962
(127,89,98)
#735159
(115,81,89)
#674950
(103,73,80)
#5B4147
(91,65,71)
#4F393E
(79,57,62)
#433135
(67,49,53)
#37292C
(55,41,44)
#2B2123
(43,33,35)
#1F191A
(31,25,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #8B616B

#8B616B
(139,97,107)
#956F78
(149,111,120)
#9F7D85
(159,125,133)
#A98B92
(169,139,146)
#B3999F
(179,153,159)
#BDA7AC
(189,167,172)
#C7B5B9
(199,181,185)
#D1C3C6
(209,195,198)
#DBD1D3
(219,209,211)
#E5DFE0
(229,223,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B616B; }

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

This text font color is #8B616B.

Background Color

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

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

This div background color is #8B616B.

Border color

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

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

This div border color is #8B616B.

Opacity

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

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

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

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

This text has shadow with #8B616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B616B.

Preview

Color preview on black background

This text has color #8B616B on black background.


Color preview on white background

This text has color #8B616B on white background.


Black color preview on #8B616B background

This text has black color on #8B616B background.


White color preview on #8B616B background

This text has white color on #8B616B background.


Related colors

Complementary color

Complementary color for #hex is #749E94.


I love getcolorcode.com

Triadic colors

1 #6B8B61 and #616B8B with #8B616B are triadic colors.

2 #6B618B and #618B6B with #8B616B are triadic colors.