COLOR #93AD7D

HEX: #93AD7D
RGB: (147,173,125)

Color info

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

RGB color model

#93AD7D color RGB value is (147,173,125).

  • red value is 147;
  • green value is 173;
  • blue value is 125.
RGB:
(147,173,125)
(58%,68%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 125 of 255 = 49%

147
173
125

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

Portions of RGB colors in percentages

R + G + B =
147 + 173 + 125 = 445 (100%)
R 147 of 445 ~ 33.03%
G 173 of 445 ~ 38.88%
B 125 of 445 ~ 28.09%

%33.03
%38.88
%28.09

CMYK color model

#93AD7D color CMYK value is (15,0,28,32).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK:
(15,0,28,32)
C15M0Y28K32 
(15%,0%,28%,32%)
(0.15/0.00/0.28/0.32)	

CMYK percentages

%15.03
%0
%27.75
%32.16

Codes

Color #93AD7D in popluar color models

93AD7D
RGB147173125
HSL93°22.64%58.43%
HSB/HSV93°27.75%67.84%
CMYK15.03%0.00%27.75%
32.16%

Color #93AD7D in popluar number systems.

HEX93AD7D
Decimal147173125
Binary10010011101011011111101
Octal223255175

Shades and tints

Shades of #93AD7D

#93AD7D
(147,173,125)
#869E72
(134,158,114)
#798F67
(121,143,103)
#6C805C
(108,128,92)
#5F7151
(95,113,81)
#526246
(82,98,70)
#45533B
(69,83,59)
#384430
(56,68,48)
#2B3525
(43,53,37)
#1E261A
(30,38,26)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #93AD7D

#93AD7D
(147,173,125)
#9CB488
(156,180,136)
#A5BB93
(165,187,147)
#AEC29E
(174,194,158)
#B7C9A9
(183,201,169)
#C0D0B4
(192,208,180)
#C9D7BF
(201,215,191)
#D2DECA
(210,222,202)
#DBE5D5
(219,229,213)
#E4ECE0
(228,236,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AD7D color. Also use rgb(147,173,125) instead hex code.

Text Font Color

.myTextColor { color: #93AD7D; }

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

This text font color is #93AD7D.


Background Color

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

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

This div background color is #93AD7D.


Border color

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

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

This div border color is #93AD7D.


Opacity

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

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

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

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

This text has shadow with #93AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AD7D on black background.


Color preview on white background

This text has color #93AD7D on white background.



Black color preview on #93AD7D background

This text has black color on #93AD7D background.


White color preview on #93AD7D background

This text has white color on #93AD7D background.