COLOR #93A58F

HEX: #93A58F
RGB: (147,165,143)

Color info

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

RGB color model

#93A58F color RGB value is (147,165,143).

  • red value is 147;
  • green value is 165;
  • blue value is 143.
RGB:
(147,165,143)
(58%,65%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 143 of 255 = 56%

147
165
143

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

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 143 = 455 (100%)
R 147 of 455 ~ 32.31%
G 165 of 455 ~ 36.26%
B 143 of 455 ~ 31.43%

%32.31
%36.26
%31.43

CMYK color model

#93A58F color CMYK value is (11,0,13,35).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(11,0,13,35)
C11M0Y13K35 
(11%,0%,13%,35%)
(0.11/0.00/0.13/0.35)	

CMYK percentages

%10.91
%0
%13.33
%35.29

Codes

Color #93A58F in popluar color models

93A58F
RGB147165143
HSL109°10.89%60.39%
HSB/HSV109°13.33%64.71%
CMYK10.91%0.00%13.33%
35.29%

Color #93A58F in popluar number systems.

HEX93A58F
Decimal147165143
Binary100100111010010110001111
Octal223245217

Shades and tints

Shades of #93A58F

#93A58F
(147,165,143)
#869682
(134,150,130)
#798775
(121,135,117)
#6C7868
(108,120,104)
#5F695B
(95,105,91)
#525A4E
(82,90,78)
#454B41
(69,75,65)
#383C34
(56,60,52)
#2B2D27
(43,45,39)
#1E1E1A
(30,30,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #93A58F

#93A58F
(147,165,143)
#9CAD99
(156,173,153)
#A5B5A3
(165,181,163)
#AEBDAD
(174,189,173)
#B7C5B7
(183,197,183)
#C0CDC1
(192,205,193)
#C9D5CB
(201,213,203)
#D2DDD5
(210,221,213)
#DBE5DF
(219,229,223)
#E4EDE9
(228,237,233)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A58F color. Also use rgb(147,165,143) instead hex code.

Text Font Color

.myTextColor { color: #93A58F; }

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

This text font color is #93A58F.


Background Color

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

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

This div background color is #93A58F.


Border color

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

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

This div border color is #93A58F.


Opacity

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

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

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

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

This text has shadow with #93A58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A58F on black background.


Color preview on white background

This text has color #93A58F on white background.



Black color preview on #93A58F background

This text has black color on #93A58F background.


White color preview on #93A58F background

This text has white color on #93A58F background.