COLOR #93938A

HEX: #93938A
RGB: (147,147,138)

Color info

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

RGB color model

#93938A color RGB value is (147,147,138).

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

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 138 of 255 = 54%

147
147
138

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

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 138 = 432 (100%)
R 147 of 432 ~ 34.03%
G 147 of 432 ~ 34.03%
B 138 of 432 ~ 31.94%

%34.03
%34.03
%31.94

CMYK color model

#93938A color CMYK value is (0,0,6,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK:
(0,0,6,42)
C0M0Y6K42 
(0%,0%,6%,42%)
(0.00/0.00/0.06/0.42)	

CMYK percentages

%0
%0
%6.12
%42.35

Codes

Color #93938A in popluar color models

93938A
RGB147147138
HSL60°4.00%55.88%
HSB/HSV60°6.12%57.65%
CMYK0.00%0.00%6.12%
42.35%

Color #93938A in popluar number systems.

HEX93938A
Decimal147147138
Binary100100111001001110001010
Octal223223212

Shades and tints

Shades of #93938A

#93938A
(147,147,138)
#86867E
(134,134,126)
#797972
(121,121,114)
#6C6C66
(108,108,102)
#5F5F5A
(95,95,90)
#52524E
(82,82,78)
#454542
(69,69,66)
#383836
(56,56,54)
#2B2B2A
(43,43,42)
#1E1E1E
(30,30,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #93938A

#93938A
(147,147,138)
#9C9C94
(156,156,148)
#A5A59E
(165,165,158)
#AEAEA8
(174,174,168)
#B7B7B2
(183,183,178)
#C0C0BC
(192,192,188)
#C9C9C6
(201,201,198)
#D2D2D0
(210,210,208)
#DBDBDA
(219,219,218)
#E4E4E4
(228,228,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93938A; }

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

This text font color is #93938A.


Background Color

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

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

This div background color is #93938A.


Border color

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

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

This div border color is #93938A.


Opacity

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

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

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

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

This text has shadow with #93938A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93938A on black background.


Color preview on white background

This text has color #93938A on white background.



Black color preview on #93938A background

This text has black color on #93938A background.


White color preview on #93938A background

This text has white color on #93938A background.