COLOR #93988A

HEX: #93988A
RGB: (147,152,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
152
138

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

Portions of RGB colors in percentages

R + G + B =
147 + 152 + 138 = 437 (100%)
R 147 of 437 ~ 33.64%
G 152 of 437 ~ 34.78%
B 138 of 437 ~ 31.58%

%33.64
%34.78
%31.58

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • 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
%9.21
%40.39

Codes

Color #93988A in popluar color models

93988A
RGB147152138
HSL81°6.36%56.86%
HSB/HSV81°9.21%59.61%
CMYK3.29%0.00%9.21%
40.39%

Color #93988A in popluar number systems.

HEX93988A
Decimal147152138
Binary100100111001100010001010
Octal223230212

Shades and tints

Shades of #93988A

#93988A
(147,152,138)
#868B7E
(134,139,126)
#797E72
(121,126,114)
#6C7166
(108,113,102)
#5F645A
(95,100,90)
#52574E
(82,87,78)
#454A42
(69,74,66)
#383D36
(56,61,54)
#2B302A
(43,48,42)
#1E231E
(30,35,30)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #93988A

#93988A
(147,152,138)
#9CA194
(156,161,148)
#A5AA9E
(165,170,158)
#AEB3A8
(174,179,168)
#B7BCB2
(183,188,178)
#C0C5BC
(192,197,188)
#C9CEC6
(201,206,198)
#D2D7D0
(210,215,208)
#DBE0DA
(219,224,218)
#E4E9E4
(228,233,228)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93988A; }

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

This text font color is #93988A.


Background Color

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

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

This div background color is #93988A.


Border color

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

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

This div border color is #93988A.


Opacity

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

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

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

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

This text has shadow with #93988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93988A on black background.


Color preview on white background

This text has color #93988A on white background.



Black color preview on #93988A background

This text has black color on #93988A background.


White color preview on #93988A background

This text has white color on #93988A background.