COLOR #93A491

HEX: #93A491
RGB: (147,164,145)

Color info

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

RGB color model

#93A491 color RGB value is (147,164,145).

  • red value is 147;
  • green value is 164;
  • blue value is 145.
RGB:
(147,164,145)
(58%,64%,57%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 145 of 255 = 57%

147
164
145

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

Portions of RGB colors in percentages

R + G + B =
147 + 164 + 145 = 456 (100%)
R 147 of 456 ~ 32.24%
G 164 of 456 ~ 35.96%
B 145 of 456 ~ 31.8%

%32.24
%35.96
%31.8

CMYK color model

#93A491 color CMYK value is (10,0,12,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(10,0,12,36)
C10M0Y12K36 
(10%,0%,12%,36%)
(0.10/0.00/0.12/0.36)	

CMYK percentages

%10.37
%0
%11.59
%35.69

Codes

Color #93A491 in popluar color models

93A491
RGB147164145
HSL114°9.45%60.59%
HSB/HSV114°11.59%64.31%
CMYK10.37%0.00%11.59%
35.69%

Color #93A491 in popluar number systems.

HEX93A491
Decimal147164145
Binary100100111010010010010001
Octal223244221

Shades and tints

Shades of #93A491

#93A491
(147,164,145)
#869684
(134,150,132)
#798877
(121,136,119)
#6C7A6A
(108,122,106)
#5F6C5D
(95,108,93)
#525E50
(82,94,80)
#455043
(69,80,67)
#384236
(56,66,54)
#2B3429
(43,52,41)
#1E261C
(30,38,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #93A491

#93A491
(147,164,145)
#9CAC9B
(156,172,155)
#A5B4A5
(165,180,165)
#AEBCAF
(174,188,175)
#B7C4B9
(183,196,185)
#C0CCC3
(192,204,195)
#C9D4CD
(201,212,205)
#D2DCD7
(210,220,215)
#DBE4E1
(219,228,225)
#E4ECEB
(228,236,235)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A491 color. Also use rgb(147,164,145) instead hex code.

Text Font Color

.myTextColor { color: #93A491; }

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

This text font color is #93A491.


Background Color

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

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

This div background color is #93A491.


Border color

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

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

This div border color is #93A491.


Opacity

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

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

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

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

This text has shadow with #93A491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A491 on black background.


Color preview on white background

This text has color #93A491 on white background.



Black color preview on #93A491 background

This text has black color on #93A491 background.


White color preview on #93A491 background

This text has white color on #93A491 background.