COLOR #93988B

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

Color info

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

RGB color model

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

  • red value is 147;
  • green value is 152;
  • blue value is 139.
RGB:
(147,152,139)
(58%,60%,55%)

RGB channels and saturation

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

147
152
139

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

Portions of RGB colors in percentages

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

%33.56
%34.7
%31.74

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(3,0,9,40)
C3M0Y9K40 
(3%,0%,9%,40%)
(0.03/0.00/0.09/0.40)	

CMYK percentages

%3.29
%0
%8.55
%40.39

Codes

Color #93988B in popluar color models

93988B
RGB147152139
HSL83°5.94%57.06%
HSB/HSV83°8.55%59.61%
CMYK3.29%0.00%8.55%
40.39%

Color #93988B in popluar number systems.

HEX93988B
Decimal147152139
Binary100100111001100010001011
Octal223230213

Shades and tints

Shades of #93988B

#93988B
(147,152,139)
#868B7F
(134,139,127)
#797E73
(121,126,115)
#6C7167
(108,113,103)
#5F645B
(95,100,91)
#52574F
(82,87,79)
#454A43
(69,74,67)
#383D37
(56,61,55)
#2B302B
(43,48,43)
#1E231F
(30,35,31)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #93988B

#93988B
(147,152,139)
#9CA195
(156,161,149)
#A5AA9F
(165,170,159)
#AEB3A9
(174,179,169)
#B7BCB3
(183,188,179)
#C0C5BD
(192,197,189)
#C9CEC7
(201,206,199)
#D2D7D1
(210,215,209)
#DBE0DB
(219,224,219)
#E4E9E5
(228,233,229)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93988B; }

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

This text font color is #93988B.


Background Color

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

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

This div background color is #93988B.


Border color

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

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

This div border color is #93988B.


Opacity

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

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

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

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

This text has shadow with #93988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93988B on black background.


Color preview on white background

This text has color #93988B on white background.



Black color preview on #93988B background

This text has black color on #93988B background.


White color preview on #93988B background

This text has white color on #93988B background.