COLOR #93A488

HEX: #93A488
RGB: (147,164,136)

Color info

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

RGB color model

#93A488 color RGB value is (147,164,136).

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

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 136 of 255 = 53%

147
164
136

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

Portions of RGB colors in percentages

R + G + B =
147 + 164 + 136 = 447 (100%)
R 147 of 447 ~ 32.89%
G 164 of 447 ~ 36.69%
B 136 of 447 ~ 30.43%

%32.89
%36.69
%30.43

CMYK color model

#93A488 color CMYK value is (10,0,17,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(10,0,17,36)
C10M0Y17K36 
(10%,0%,17%,36%)
(0.10/0.00/0.17/0.36)	

CMYK percentages

%10.37
%0
%17.07
%35.69

Codes

Color #93A488 in popluar color models

93A488
RGB147164136
HSL96°13.33%58.82%
HSB/HSV96°17.07%64.31%
CMYK10.37%0.00%17.07%
35.69%

Color #93A488 in popluar number systems.

HEX93A488
Decimal147164136
Binary100100111010010010001000
Octal223244210

Shades and tints

Shades of #93A488

#93A488
(147,164,136)
#86967C
(134,150,124)
#798870
(121,136,112)
#6C7A64
(108,122,100)
#5F6C58
(95,108,88)
#525E4C
(82,94,76)
#455040
(69,80,64)
#384234
(56,66,52)
#2B3428
(43,52,40)
#1E261C
(30,38,28)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #93A488

#93A488
(147,164,136)
#9CAC92
(156,172,146)
#A5B49C
(165,180,156)
#AEBCA6
(174,188,166)
#B7C4B0
(183,196,176)
#C0CCBA
(192,204,186)
#C9D4C4
(201,212,196)
#D2DCCE
(210,220,206)
#DBE4D8
(219,228,216)
#E4ECE2
(228,236,226)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A488; }

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

This text font color is #93A488.


Background Color

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

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

This div background color is #93A488.


Border color

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

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

This div border color is #93A488.


Opacity

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

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

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

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

This text has shadow with #93A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A488 on black background.


Color preview on white background

This text has color #93A488 on white background.



Black color preview on #93A488 background

This text has black color on #93A488 background.


White color preview on #93A488 background

This text has white color on #93A488 background.