COLOR #93A373

HEX: #93A373
RGB: (147,163,115)

Color info

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

RGB color model

#93A373 color RGB value is (147,163,115).

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

RGB channels and saturation

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

147
163
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 115 = 425 (100%)
R 147 of 425 ~ 34.59%
G 163 of 425 ~ 38.35%
B 115 of 425 ~ 27.06%

%34.59
%38.35
%27.06

CMYK color model

#93A373 color CMYK value is (10,0,29,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(10,0,29,36)
C10M0Y29K36 
(10%,0%,29%,36%)
(0.10/0.00/0.29/0.36)	

CMYK percentages

%9.82
%0
%29.45
%36.08

Codes

Color #93A373 in popluar color models

93A373
RGB147163115
HSL80°20.69%54.51%
HSB/HSV80°29.45%63.92%
CMYK9.82%0.00%29.45%
36.08%

Color #93A373 in popluar number systems.

HEX93A373
Decimal147163115
Binary10010011101000111110011
Octal223243163

Shades and tints

Shades of #93A373

#93A373
(147,163,115)
#869569
(134,149,105)
#79875F
(121,135,95)
#6C7955
(108,121,85)
#5F6B4B
(95,107,75)
#525D41
(82,93,65)
#454F37
(69,79,55)
#38412D
(56,65,45)
#2B3323
(43,51,35)
#1E2519
(30,37,25)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #93A373

#93A373
(147,163,115)
#9CAB7F
(156,171,127)
#A5B38B
(165,179,139)
#AEBB97
(174,187,151)
#B7C3A3
(183,195,163)
#C0CBAF
(192,203,175)
#C9D3BB
(201,211,187)
#D2DBC7
(210,219,199)
#DBE3D3
(219,227,211)
#E4EBDF
(228,235,223)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A373; }

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

This text font color is #93A373.


Background Color

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

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

This div background color is #93A373.


Border color

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

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

This div border color is #93A373.


Opacity

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

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

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

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

This text has shadow with #93A373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A373 on black background.


Color preview on white background

This text has color #93A373 on white background.



Black color preview on #93A373 background

This text has black color on #93A373 background.


White color preview on #93A373 background

This text has white color on #93A373 background.