COLOR #8B8385

HEX: #8B8385 RGB: (139,131,133)

Color info

#8B8385 contains red, green and blue colors in about the same proportion. Web safe color of #8B8385 is #999999 (or #999).

RGB color model

#8B8385 color RGB value is (139,131,133).

RGB: (139,131,133) (55%, 51%, 52%)

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 133 of 255 = 52%

139
131
133

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

Portions of RGB colors in percentages

R + G + B = 139 + 131 + 133 = 403 (100%)
R 139 of 403 ~ 34.49%
G 131 of 403 ~ 32.51%
B 133 of 403 ~ 33'%

%34.49
%32.51
%33

CMYK color model

#8B8385 color CMYK value is (0,6,4,45).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 4.32%
  • key color value is 45.49%

CMYK: (0,6,4,45)
C0M6Y4K45 (0%, 6%, 4%, 45%)
(0.00 / 0.06 / 0.04 / 0.45)

CMYK percentages

%0
%5.76
%4.32
%45.49

Codes

Color #8B8385 in popluar color models

8B 83 85
RGB 139 131 133
HSL 345° 3.33% 52.94%
HSB/HSV 345° 5.76% 54.51%
CMYK 0.00% 5.76% 4.32%
45.49%

Color #8B8385 in popluar number systems.

HEX 8B 83 85
Decimal 139 131 133
Binary 10001011 10000011 10000101
Octal 213 203 205

Shades and tints

Shades of #8B8385

#8B8385
(139,131,133)
#7F7879
(127,120,121)
#736D6D
(115,109,109)
#676261
(103,98,97)
#5B5755
(91,87,85)
#4F4C49
(79,76,73)
#43413D
(67,65,61)
#373631
(55,54,49)
#2B2B25
(43,43,37)
#1F2019
(31,32,25)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #8B8385

#8B8385
(139,131,133)
#958E90
(149,142,144)
#9F999B
(159,153,155)
#A9A4A6
(169,164,166)
#B3AFB1
(179,175,177)
#BDBABC
(189,186,188)
#C7C5C7
(199,197,199)
#D1D0D2
(209,208,210)
#DBDBDD
(219,219,221)
#E5E6E8
(229,230,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8385 color. Also use rgb(139,131,133) instead hex code.

Text Font Color

.myTextColor { color: #8B8385; }

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

This text font color is #8B8385.

Background Color

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

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

This div background color is #8B8385.

Border color

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

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

This div border color is #8B8385.

Opacity

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

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

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

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

This text has shadow with #8B8385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8385.

Preview

Color preview on black background

This text has color #8B8385 on black background.


Color preview on white background

This text has color #8B8385 on white background.


Black color preview on #8B8385 background

This text has black color on #8B8385 background.


White color preview on #8B8385 background

This text has white color on #8B8385 background.


Related colors

Complementary color

Complementary color for #hex is #747C7A.


I love getcolorcode.com

Triadic colors

1 #858B83 and #83858B with #8B8385 are triadic colors.

2 #85838B and #838B85 with #8B8385 are triadic colors.