COLOR #93A873

HEX: #93A873 RGB: (147,168,115)

Color info

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

RGB color model

#93A873 color RGB value is (147,168,115).

RGB: (147,168,115) (58%, 66%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 115 of 255 = 45%

147
168
115

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

Portions of RGB colors in percentages

R + G + B = 147 + 168 + 115 = 430 (100%)
R 147 of 430 ~ 34.19%
G 168 of 430 ~ 39.07%
B 115 of 430 ~ 26.74'%

%34.19
%39.07
%26.74

CMYK color model

#93A873 color CMYK value is (13,0,32,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 34.12%

CMYK: (13,0,32,34)
C13M0Y32K34 (13%, 0%, 32%, 34%)
(0.13 / 0.00 / 0.32 / 0.34)

CMYK percentages

%12.5
%0
%31.55
%34.12

Codes

Color #93A873 in popluar color models

93 A8 73
RGB 147 168 115
HSL 84° 23.35% 55.49%
HSB/HSV 84° 31.55% 65.88%
CMYK 12.50% 0.00% 31.55%
34.12%

Color #93A873 in popluar number systems.

HEX 93 A8 73
Decimal 147 168 115
Binary 10010011 10101000 1110011
Octal 223 250 163

Shades and tints

Shades of #93A873

#93A873
(147,168,115)
#869969
(134,153,105)
#798A5F
(121,138,95)
#6C7B55
(108,123,85)
#5F6C4B
(95,108,75)
#525D41
(82,93,65)
#454E37
(69,78,55)
#383F2D
(56,63,45)
#2B3023
(43,48,35)
#1E2119
(30,33,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #93A873

#93A873
(147,168,115)
#9CAF7F
(156,175,127)
#A5B68B
(165,182,139)
#AEBD97
(174,189,151)
#B7C4A3
(183,196,163)
#C0CBAF
(192,203,175)
#C9D2BB
(201,210,187)
#D2D9C7
(210,217,199)
#DBE0D3
(219,224,211)
#E4E7DF
(228,231,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A873; }

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

This text font color is #93A873.

Background Color

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

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

This div background color is #93A873.

Border color

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

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

This div border color is #93A873.

Opacity

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

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

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

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

This text has shadow with #93A873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A873.

Preview

Color preview on black background

This text has color #93A873 on black background.


Color preview on white background

This text has color #93A873 on white background.


Black color preview on #93A873 background

This text has black color on #93A873 background.


White color preview on #93A873 background

This text has white color on #93A873 background.


Related colors

Complementary color

Complementary color for #hex is #6C578C.


I love getcolorcode.com

Triadic colors

1 #7393A8 and #A87393 with #93A873 are triadic colors.

2 #73A893 and #A89373 with #93A873 are triadic colors.