COLOR #93B973

HEX: #93B973
RGB: (147,185,115)

Color info

#93B973 contains mainly red and green colors. Web safe color of #93B973 is #99CC66 (or #9C6).

RGB color model

#93B973 color RGB value is (147,185,115).

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

RGB channels and saturation

R 147 of 255 = 58%
G 185 of 255 = 73%
B 115 of 255 = 45%

147
185
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 185 + 115 = 447 (100%)
R 147 of 447 ~ 32.89%
G 185 of 447 ~ 41.39%
B 115 of 447 ~ 25.73%

%32.89
%41.39
%25.73

CMYK color model

#93B973 color CMYK value is (21,0,38,27).

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 27.45%
CMYK:
(21,0,38,27)
C21M0Y38K27 
(21%,0%,38%,27%)
(0.21/0.00/0.38/0.27)	

CMYK percentages

%20.54
%0
%37.84
%27.45

Codes

Color #93B973 in popluar color models

93B973
RGB147185115
HSL93°33.33%58.82%
HSB/HSV93°37.84%72.55%
CMYK20.54%0.00%37.84%
27.45%

Color #93B973 in popluar number systems.

HEX93B973
Decimal147185115
Binary10010011101110011110011
Octal223271163

Shades and tints

Shades of #93B973

#93B973
(147,185,115)
#86A969
(134,169,105)
#79995F
(121,153,95)
#6C8955
(108,137,85)
#5F794B
(95,121,75)
#526941
(82,105,65)
#455937
(69,89,55)
#38492D
(56,73,45)
#2B3923
(43,57,35)
#1E2919
(30,41,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #93B973

#93B973
(147,185,115)
#9CBF7F
(156,191,127)
#A5C58B
(165,197,139)
#AECB97
(174,203,151)
#B7D1A3
(183,209,163)
#C0D7AF
(192,215,175)
#C9DDBB
(201,221,187)
#D2E3C7
(210,227,199)
#DBE9D3
(219,233,211)
#E4EFDF
(228,239,223)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B973; }

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

This text font color is #93B973.


Background Color

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

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

This div background color is #93B973.


Border color

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

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

This div border color is #93B973.


Opacity

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

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

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

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

This text has shadow with #93B973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B973 on black background.


Color preview on white background

This text has color #93B973 on white background.



Black color preview on #93B973 background

This text has black color on #93B973 background.


White color preview on #93B973 background

This text has white color on #93B973 background.