COLOR #93B376

HEX: #93B376
RGB: (147,179,118)

Color info

#93B376 contains mainly red and green colors. Web safe color of #93B376 is #999966 (or #996).

RGB color model

#93B376 color RGB value is (147,179,118).

  • red value is 147;
  • green value is 179;
  • blue value is 118.
RGB:
(147,179,118)
(58%,70%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 118 of 255 = 46%

147
179
118

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

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 118 = 444 (100%)
R 147 of 444 ~ 33.11%
G 179 of 444 ~ 40.32%
B 118 of 444 ~ 26.58%

%33.11
%40.32
%26.58

CMYK color model

#93B376 color CMYK value is (18,0,34,30).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(18,0,34,30)
C18M0Y34K30 
(18%,0%,34%,30%)
(0.18/0.00/0.34/0.30)	

CMYK percentages

%17.88
%0
%34.08
%29.8

Codes

Color #93B376 in popluar color models

93B376
RGB147179118
HSL91°28.64%58.24%
HSB/HSV91°34.08%70.20%
CMYK17.88%0.00%34.08%
29.80%

Color #93B376 in popluar number systems.

HEX93B376
Decimal147179118
Binary10010011101100111110110
Octal223263166

Shades and tints

Shades of #93B376

#93B376
(147,179,118)
#86A36C
(134,163,108)
#799362
(121,147,98)
#6C8358
(108,131,88)
#5F734E
(95,115,78)
#526344
(82,99,68)
#45533A
(69,83,58)
#384330
(56,67,48)
#2B3326
(43,51,38)
#1E231C
(30,35,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #93B376

#93B376
(147,179,118)
#9CB982
(156,185,130)
#A5BF8E
(165,191,142)
#AEC59A
(174,197,154)
#B7CBA6
(183,203,166)
#C0D1B2
(192,209,178)
#C9D7BE
(201,215,190)
#D2DDCA
(210,221,202)
#DBE3D6
(219,227,214)
#E4E9E2
(228,233,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B376 color. Also use rgb(147,179,118) instead hex code.

Text Font Color

.myTextColor { color: #93B376; }

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

This text font color is #93B376.


Background Color

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

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

This div background color is #93B376.


Border color

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

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

This div border color is #93B376.


Opacity

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

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

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

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

This text has shadow with #93B376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B376 on black background.


Color preview on white background

This text has color #93B376 on white background.



Black color preview on #93B376 background

This text has black color on #93B376 background.


White color preview on #93B376 background

This text has white color on #93B376 background.