COLOR #93A573

HEX: #93A573 RGB: (147,165,115)

Color info

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

RGB color model

#93A573 color RGB value is (147,165,115).

RGB: (147,165,115) (58%, 65%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 115 of 255 = 45%

147
165
115

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

Portions of RGB colors in percentages

R + G + B = 147 + 165 + 115 = 427 (100%)
R 147 of 427 ~ 34.43%
G 165 of 427 ~ 38.64%
B 115 of 427 ~ 26.93'%

%34.43
%38.64
%26.93

CMYK color model

#93A573 color CMYK value is (11,0,30,35).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 35.29%

CMYK: (11,0,30,35)
C11M0Y30K35 (11%, 0%, 30%, 35%)
(0.11 / 0.00 / 0.30 / 0.35)

CMYK percentages

%10.91
%0
%30.3
%35.29

Codes

Color #93A573 in popluar color models

93 A5 73
RGB 147 165 115
HSL 82° 21.74% 54.90%
HSB/HSV 82° 30.30% 64.71%
CMYK 10.91% 0.00% 30.30%
35.29%

Color #93A573 in popluar number systems.

HEX 93 A5 73
Decimal 147 165 115
Binary 10010011 10100101 1110011
Octal 223 245 163

Shades and tints

Shades of #93A573

#93A573
(147,165,115)
#869669
(134,150,105)
#79875F
(121,135,95)
#6C7855
(108,120,85)
#5F694B
(95,105,75)
#525A41
(82,90,65)
#454B37
(69,75,55)
#383C2D
(56,60,45)
#2B2D23
(43,45,35)
#1E1E19
(30,30,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #93A573

#93A573
(147,165,115)
#9CAD7F
(156,173,127)
#A5B58B
(165,181,139)
#AEBD97
(174,189,151)
#B7C5A3
(183,197,163)
#C0CDAF
(192,205,175)
#C9D5BB
(201,213,187)
#D2DDC7
(210,221,199)
#DBE5D3
(219,229,211)
#E4EDDF
(228,237,223)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A573; }

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

This text font color is #93A573.

Background Color

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

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

This div background color is #93A573.

Border color

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

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

This div border color is #93A573.

Opacity

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

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

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

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

This text has shadow with #93A573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A573.

Preview

Color preview on black background

This text has color #93A573 on black background.


Color preview on white background

This text has color #93A573 on white background.


Black color preview on #93A573 background

This text has black color on #93A573 background.


White color preview on #93A573 background

This text has white color on #93A573 background.


Related colors

Complementary color

Complementary color for #hex is #6C5A8C.


I love getcolorcode.com

Triadic colors

1 #7393A5 and #A57393 with #93A573 are triadic colors.

2 #73A593 and #A59373 with #93A573 are triadic colors.