COLOR #93938B

HEX: #93938B
RGB: (147,147,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
147
139

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

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 139 = 433 (100%)
R 147 of 433 ~ 33.95%
G 147 of 433 ~ 33.95%
B 139 of 433 ~ 32.1%

%33.95
%33.95
%32.1

CMYK color model

#93938B color CMYK value is (0,0,5,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%
CMYK:
(0,0,5,42)
C0M0Y5K42 
(0%,0%,5%,42%)
(0.00/0.00/0.05/0.42)	

CMYK percentages

%0
%0
%5.44
%42.35

Codes

Color #93938B in popluar color models

93938B
RGB147147139
HSL60°3.57%56.08%
HSB/HSV60°5.44%57.65%
CMYK0.00%0.00%5.44%
42.35%

Color #93938B in popluar number systems.

HEX93938B
Decimal147147139
Binary100100111001001110001011
Octal223223213

Shades and tints

Shades of #93938B

#93938B
(147,147,139)
#86867F
(134,134,127)
#797973
(121,121,115)
#6C6C67
(108,108,103)
#5F5F5B
(95,95,91)
#52524F
(82,82,79)
#454543
(69,69,67)
#383837
(56,56,55)
#2B2B2B
(43,43,43)
#1E1E1F
(30,30,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #93938B

#93938B
(147,147,139)
#9C9C95
(156,156,149)
#A5A59F
(165,165,159)
#AEAEA9
(174,174,169)
#B7B7B3
(183,183,179)
#C0C0BD
(192,192,189)
#C9C9C7
(201,201,199)
#D2D2D1
(210,210,209)
#DBDBDB
(219,219,219)
#E4E4E5
(228,228,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93938B; }

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

This text font color is #93938B.


Background Color

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

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

This div background color is #93938B.


Border color

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

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

This div border color is #93938B.


Opacity

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

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

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

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

This text has shadow with #93938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93938B on black background.


Color preview on white background

This text has color #93938B on white background.



Black color preview on #93938B background

This text has black color on #93938B background.


White color preview on #93938B background

This text has white color on #93938B background.