COLOR #98938B

HEX: #98938B RGB: (152,147,139)

Color info

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

RGB color model

#98938B color RGB value is (152,147,139).

RGB: (152,147,139) (60%, 58%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 139 of 255 = 55%

152
147
139

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

Portions of RGB colors in percentages

R + G + B = 152 + 147 + 139 = 438 (100%)
R 152 of 438 ~ 34.7%
G 147 of 438 ~ 33.56%
B 139 of 438 ~ 31.74'%

%34.7
%33.56
%31.74

CMYK color model

#98938B color CMYK value is (0,3,9,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 8.55%
  • key color value is 40.39%

CMYK: (0,3,9,40)
C0M3Y9K40 (0%, 3%, 9%, 40%)
(0.00 / 0.03 / 0.09 / 0.40)

CMYK percentages

%0
%3.29
%8.55
%40.39

Codes

Color #98938B in popluar color models

98 93 8B
RGB 152 147 139
HSL 37° 5.94% 57.06%
HSB/HSV 37° 8.55% 59.61%
CMYK 0.00% 3.29% 8.55%
40.39%

Color #98938B in popluar number systems.

HEX 98 93 8B
Decimal 152 147 139
Binary 10011000 10010011 10001011
Octal 230 223 213

Shades and tints

Shades of #98938B

#98938B
(152,147,139)
#8B867F
(139,134,127)
#7E7973
(126,121,115)
#716C67
(113,108,103)
#645F5B
(100,95,91)
#57524F
(87,82,79)
#4A4543
(74,69,67)
#3D3837
(61,56,55)
#302B2B
(48,43,43)
#231E1F
(35,30,31)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #98938B

#98938B
(152,147,139)
#A19C95
(161,156,149)
#AAA59F
(170,165,159)
#B3AEA9
(179,174,169)
#BCB7B3
(188,183,179)
#C5C0BD
(197,192,189)
#CEC9C7
(206,201,199)
#D7D2D1
(215,210,209)
#E0DBDB
(224,219,219)
#E9E4E5
(233,228,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98938B color. Also use rgb(152,147,139) instead hex code.

Text Font Color

.myTextColor { color: #98938B; }

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

This text font color is #98938B.

Background Color

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

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

This div background color is #98938B.

Border color

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

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

This div border color is #98938B.

Opacity

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

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

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

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

This text has shadow with #98938B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98938B.

Preview

Color preview on black background

This text has color #98938B on black background.


Color preview on white background

This text has color #98938B on white background.


Black color preview on #98938B background

This text has black color on #98938B background.


White color preview on #98938B background

This text has white color on #98938B background.


Related colors

Complementary color

Complementary color for #hex is #676C74.


I love getcolorcode.com

Triadic colors

1 #8B9893 and #938B98 with #98938B are triadic colors.

2 #8B9398 and #93988B with #98938B are triadic colors.