COLOR #93B05E

HEX: #93B05E
RGB: (147,176,94)

Color info

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

RGB color model

#93B05E color RGB value is (147,176,94).

  • red value is 147;
  • green value is 176;
  • blue value is 94.
RGB:
(147,176,94)
(58%,69%,37%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 94 of 255 = 37%

147
176
94

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

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 94 = 417 (100%)
R 147 of 417 ~ 35.25%
G 176 of 417 ~ 42.21%
B 94 of 417 ~ 22.54%

%35.25
%42.21
%22.54

CMYK color model

#93B05E color CMYK value is (16,0,47,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 46.59%
  • key color value is 30.98%
CMYK:
(16,0,47,31)
C16M0Y47K31 
(16%,0%,47%,31%)
(0.16/0.00/0.47/0.31)	

CMYK percentages

%16.48
%0
%46.59
%30.98

Codes

Color #93B05E in popluar color models

93B05E
RGB14717694
HSL81°34.17%52.94%
HSB/HSV81°46.59%69.02%
CMYK16.48%0.00%46.59%
30.98%

Color #93B05E in popluar number systems.

HEX93B05E
Decimal14717694
Binary10010011101100001011110
Octal223260136

Shades and tints

Shades of #93B05E

#93B05E
(147,176,94)
#86A056
(134,160,86)
#79904E
(121,144,78)
#6C8046
(108,128,70)
#5F703E
(95,112,62)
#526036
(82,96,54)
#45502E
(69,80,46)
#384026
(56,64,38)
#2B301E
(43,48,30)
#1E2016
(30,32,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #93B05E

#93B05E
(147,176,94)
#9CB76C
(156,183,108)
#A5BE7A
(165,190,122)
#AEC588
(174,197,136)
#B7CC96
(183,204,150)
#C0D3A4
(192,211,164)
#C9DAB2
(201,218,178)
#D2E1C0
(210,225,192)
#DBE8CE
(219,232,206)
#E4EFDC
(228,239,220)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B05E color. Also use rgb(147,176,94) instead hex code.

Text Font Color

.myTextColor { color: #93B05E; }

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

This text font color is #93B05E.


Background Color

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

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

This div background color is #93B05E.


Border color

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

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

This div border color is #93B05E.


Opacity

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

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

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

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

This text has shadow with #93B05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B05E on black background.


Color preview on white background

This text has color #93B05E on white background.



Black color preview on #93B05E background

This text has black color on #93B05E background.


White color preview on #93B05E background

This text has white color on #93B05E background.