COLOR #99838B

HEX: #99838B RGB: (153,131,139)

Color info

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

RGB color model

#99838B color RGB value is (153,131,139).

RGB: (153,131,139) (60%, 51%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 139 of 255 = 55%

153
131
139

R + G + B ~ 55%. #99838B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 131 + 139 = 423 (100%)
R 153 of 423 ~ 36.17%
G 131 of 423 ~ 30.97%
B 139 of 423 ~ 32.86'%

%36.17
%30.97
%32.86

CMYK color model

#99838B color CMYK value is (0,14,9,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 9.15%
  • key color value is 40.00%

CMYK: (0,14,9,40)
C0M14Y9K40 (0%, 14%, 9%, 40%)
(0.00 / 0.14 / 0.09 / 0.40)

CMYK percentages

%0
%14.38
%9.15
%40

Codes

Color #99838B in popluar color models

99 83 8B
RGB 153 131 139
HSL 338° 9.73% 55.69%
HSB/HSV 338° 14.38% 60.00%
CMYK 0.00% 14.38% 9.15%
40.00%

Color #99838B in popluar number systems.

HEX 99 83 8B
Decimal 153 131 139
Binary 10011001 10000011 10001011
Octal 231 203 213

Shades and tints

Shades of #99838B

#99838B
(153,131,139)
#8C787F
(140,120,127)
#7F6D73
(127,109,115)
#726267
(114,98,103)
#65575B
(101,87,91)
#584C4F
(88,76,79)
#4B4143
(75,65,67)
#3E3637
(62,54,55)
#312B2B
(49,43,43)
#24201F
(36,32,31)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #99838B

#99838B
(153,131,139)
#A28E95
(162,142,149)
#AB999F
(171,153,159)
#B4A4A9
(180,164,169)
#BDAFB3
(189,175,179)
#C6BABD
(198,186,189)
#CFC5C7
(207,197,199)
#D8D0D1
(216,208,209)
#E1DBDB
(225,219,219)
#EAE6E5
(234,230,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99838B color. Also use rgb(153,131,139) instead hex code.

Text Font Color

.myTextColor { color: #99838B; }

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

This text font color is #99838B.

Background Color

.myBgColor { background-color: #99838B; }

<div style="background-color:#99838B">Inner text</div>

This div background color is #99838B.

Border color

.myBorderColor { border: 1px solid #99838B; }

<div style="border:3px solid #99838B">Div</div>

This div border color is #99838B.

Opacity

.myOpacity80 { color: #99838B; opacity: 0.8; }

<p style="color:#99838B;opacity:0.8;">80%</p>

Text with #99838B 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 #99838B;}

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

This text has shadow with #99838B color.


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

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

This text has shadow with #99838B primary color and red secondary color.


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

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

This text has shadow with #99838B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99838B.

Preview

Color preview on black background

This text has color #99838B on black background.


Color preview on white background

This text has color #99838B on white background.


Black color preview on #99838B background

This text has black color on #99838B background.


White color preview on #99838B background

This text has white color on #99838B background.


Related colors

Complementary color

Complementary color for #hex is #667C74.


I love getcolorcode.com

Triadic colors

1 #8B9983 and #838B99 with #99838B are triadic colors.

2 #8B8399 and #83998B with #99838B are triadic colors.