COLOR #9B8382

HEX: #9B8382 RGB: (155,131,130)

Color info

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

RGB color model

#9B8382 color RGB value is (155,131,130).

RGB: (155,131,130) (61%, 51%, 51%)

RGB channels and saturation

R 155 of 255 = 61%
G 131 of 255 = 51%
B 130 of 255 = 51%

155
131
130

R + G + B ~ 54%. #9B8382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 131 + 130 = 416 (100%)
R 155 of 416 ~ 37.26%
G 131 of 416 ~ 31.49%
B 130 of 416 ~ 31.25'%

%37.26
%31.49
%31.25

CMYK color model

#9B8382 color CMYK value is (0,15,16,39).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 16.13%
  • key color value is 39.22%

CMYK: (0,15,16,39)
C0M15Y16K39 (0%, 15%, 16%, 39%)
(0.00 / 0.15 / 0.16 / 0.39)

CMYK percentages

%0
%15.48
%16.13
%39.22

Codes

Color #9B8382 in popluar color models

9B 83 82
RGB 155 131 130
HSL 11.11% 55.88%
HSB/HSV 16.13% 60.78%
CMYK 0.00% 15.48% 16.13%
39.22%

Color #9B8382 in popluar number systems.

HEX 9B 83 82
Decimal 155 131 130
Binary 10011011 10000011 10000010
Octal 233 203 202

Shades and tints

Shades of #9B8382

#9B8382
(155,131,130)
#8D7877
(141,120,119)
#7F6D6C
(127,109,108)
#716261
(113,98,97)
#635756
(99,87,86)
#554C4B
(85,76,75)
#474140
(71,65,64)
#393635
(57,54,53)
#2B2B2A
(43,43,42)
#1D201F
(29,32,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9B8382

#9B8382
(155,131,130)
#A48E8D
(164,142,141)
#AD9998
(173,153,152)
#B6A4A3
(182,164,163)
#BFAFAE
(191,175,174)
#C8BAB9
(200,186,185)
#D1C5C4
(209,197,196)
#DAD0CF
(218,208,207)
#E3DBDA
(227,219,218)
#ECE6E5
(236,230,229)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8382 color. Also use rgb(155,131,130) instead hex code.

Text Font Color

.myTextColor { color: #9B8382; }

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

This text font color is #9B8382.

Background Color

.myBgColor { background-color: #9B8382; }

<div style="background-color:#9B8382">Inner text</div>

This div background color is #9B8382.

Border color

.myBorderColor { border: 1px solid #9B8382; }

<div style="border:3px solid #9B8382">Div</div>

This div border color is #9B8382.

Opacity

.myOpacity80 { color: #9B8382; opacity: 0.8; }

<p style="color:#9B8382;opacity:0.8;">80%</p>

Text with #9B8382 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 #9B8382;}

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

This text has shadow with #9B8382 color.


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

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

This text has shadow with #9B8382 primary color and red secondary color.


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

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

This text has shadow with #9B8382 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B8382.

Preview

Color preview on black background

This text has color #9B8382 on black background.


Color preview on white background

This text has color #9B8382 on white background.


Black color preview on #9B8382 background

This text has black color on #9B8382 background.


White color preview on #9B8382 background

This text has white color on #9B8382 background.


Related colors

Complementary color

Complementary color for #hex is #647C7D.


I love getcolorcode.com

Triadic colors

1 #829B83 and #83829B with #9B8382 are triadic colors.

2 #82839B and #839B82 with #9B8382 are triadic colors.