COLOR #93A090

HEX: #93A090
RGB: (147,160,144)

Color info

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

RGB color model

#93A090 color RGB value is (147,160,144).

  • red value is 147;
  • green value is 160;
  • blue value is 144.
RGB:
(147,160,144)
(58%,63%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 144 of 255 = 56%

147
160
144

R + G + B ~ 59%. #93A090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 144 = 451 (100%)
R 147 of 451 ~ 32.59%
G 160 of 451 ~ 35.48%
B 144 of 451 ~ 31.93%

%32.59
%35.48
%31.93

CMYK color model

#93A090 color CMYK value is (8,0,10,37).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(8,0,10,37)
C8M0Y10K37 
(8%,0%,10%,37%)
(0.08/0.00/0.10/0.37)	

CMYK percentages

%8.13
%0
%10
%37.25

Codes

Color #93A090 in popluar color models

93A090
RGB147160144
HSL109°7.77%59.61%
HSB/HSV109°10.00%62.75%
CMYK8.13%0.00%10.00%
37.25%

Color #93A090 in popluar number systems.

HEX93A090
Decimal147160144
Binary100100111010000010010000
Octal223240220

Shades and tints

Shades of #93A090

#93A090
(147,160,144)
#869283
(134,146,131)
#798476
(121,132,118)
#6C7669
(108,118,105)
#5F685C
(95,104,92)
#525A4F
(82,90,79)
#454C42
(69,76,66)
#383E35
(56,62,53)
#2B3028
(43,48,40)
#1E221B
(30,34,27)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #93A090

#93A090
(147,160,144)
#9CA89A
(156,168,154)
#A5B0A4
(165,176,164)
#AEB8AE
(174,184,174)
#B7C0B8
(183,192,184)
#C0C8C2
(192,200,194)
#C9D0CC
(201,208,204)
#D2D8D6
(210,216,214)
#DBE0E0
(219,224,224)
#E4E8EA
(228,232,234)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A090 color. Also use rgb(147,160,144) instead hex code.

Text Font Color

.myTextColor { color: #93A090; }

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

This text font color is #93A090.


Background Color

.myBgColor { background-color: #93A090; }

<div style="background-color:#93A090">Inner text</div>

This div background color is #93A090.


Border color

.myBorderColor { border: 1px solid #93A090; }

<div style="border:3px solid #93A090">Div</div>

This div border color is #93A090.


Opacity

.myOpacity80 { color: #93A090; opacity: 0.8; }

<p style="color:#93A090;opacity:0.8;">80%</p>

Text with #93A090 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 #93A090;}

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

This text has shadow with #93A090 color.

.textShadow {text-shadow: 3px 3px 1px #93A090, 3px 3px 1px red;}

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

This text has shadow with #93A090 primary color and red secondary color.


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

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

This text has shadow with #93A090 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A090 on black background.


Color preview on white background

This text has color #93A090 on white background.



Black color preview on #93A090 background

This text has black color on #93A090 background.


White color preview on #93A090 background

This text has white color on #93A090 background.