COLOR #93A473

HEX: #93A473
RGB: (147,164,115)

Color info

#93A473 contains red, green and blue colors in about the same proportion. Web safe color of #93A473 is #999966 (or #996).

RGB color model

#93A473 color RGB value is (147,164,115).

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

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 115 of 255 = 45%

147
164
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 164 + 115 = 426 (100%)
R 147 of 426 ~ 34.51%
G 164 of 426 ~ 38.5%
B 115 of 426 ~ 27%

%34.51
%38.5
%27

CMYK color model

#93A473 color CMYK value is (10,0,30,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(10,0,30,36)
C10M0Y30K36 
(10%,0%,30%,36%)
(0.10/0.00/0.30/0.36)	

CMYK percentages

%10.37
%0
%29.88
%35.69

Codes

Color #93A473 in popluar color models

93A473
RGB147164115
HSL81°21.21%54.71%
HSB/HSV81°29.88%64.31%
CMYK10.37%0.00%29.88%
35.69%

Color #93A473 in popluar number systems.

HEX93A473
Decimal147164115
Binary10010011101001001110011
Octal223244163

Shades and tints

Shades of #93A473

#93A473
(147,164,115)
#869669
(134,150,105)
#79885F
(121,136,95)
#6C7A55
(108,122,85)
#5F6C4B
(95,108,75)
#525E41
(82,94,65)
#455037
(69,80,55)
#38422D
(56,66,45)
#2B3423
(43,52,35)
#1E2619
(30,38,25)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #93A473

#93A473
(147,164,115)
#9CAC7F
(156,172,127)
#A5B48B
(165,180,139)
#AEBC97
(174,188,151)
#B7C4A3
(183,196,163)
#C0CCAF
(192,204,175)
#C9D4BB
(201,212,187)
#D2DCC7
(210,220,199)
#DBE4D3
(219,228,211)
#E4ECDF
(228,236,223)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A473; }

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

This text font color is #93A473.


Background Color

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

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

This div background color is #93A473.


Border color

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

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

This div border color is #93A473.


Opacity

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

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

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

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

This text has shadow with #93A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A473 on black background.


Color preview on white background

This text has color #93A473 on white background.



Black color preview on #93A473 background

This text has black color on #93A473 background.


White color preview on #93A473 background

This text has white color on #93A473 background.