COLOR #93A73C

HEX: #93A73C
RGB: (147,167,60)

Color info

#93A73C contains mainly red and green colors. Web safe color of #93A73C is #999933 (or #993).

RGB color model

#93A73C color RGB value is (147,167,60).

  • red value is 147;
  • green value is 167;
  • blue value is 60.
RGB:
(147,167,60)
(58%,65%,24%)

RGB channels and saturation

R 147 of 255 = 58%
G 167 of 255 = 65%
B 60 of 255 = 24%

147
167
60

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

Portions of RGB colors in percentages

R + G + B =
147 + 167 + 60 = 374 (100%)
R 147 of 374 ~ 39.3%
G 167 of 374 ~ 44.65%
B 60 of 374 ~ 16.04%

%39.3
%44.65
%16.04

CMYK color model

#93A73C color CMYK value is (12,0,64,35).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 64.07%
  • key color value is 34.51%
CMYK:
(12,0,64,35)
C12M0Y64K35 
(12%,0%,64%,35%)
(0.12/0.00/0.64/0.35)	

CMYK percentages

%11.98
%0
%64.07
%34.51

Codes

Color #93A73C in popluar color models

93A73C
RGB14716760
HSL71°47.14%44.51%
HSB/HSV71°64.07%65.49%
CMYK11.98%0.00%64.07%
34.51%

Color #93A73C in popluar number systems.

HEX93A73C
Decimal14716760
Binary1001001110100111111100
Octal22324774

Shades and tints

Shades of #93A73C

#93A73C
(147,167,60)
#869837
(134,152,55)
#798932
(121,137,50)
#6C7A2D
(108,122,45)
#5F6B28
(95,107,40)
#525C23
(82,92,35)
#454D1E
(69,77,30)
#383E19
(56,62,25)
#2B2F14
(43,47,20)
#1E200F
(30,32,15)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #93A73C

#93A73C
(147,167,60)
#9CAF4D
(156,175,77)
#A5B75E
(165,183,94)
#AEBF6F
(174,191,111)
#B7C780
(183,199,128)
#C0CF91
(192,207,145)
#C9D7A2
(201,215,162)
#D2DFB3
(210,223,179)
#DBE7C4
(219,231,196)
#E4EFD5
(228,239,213)
#EDF7E6
(237,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A73C color. Also use rgb(147,167,60) instead hex code.

Text Font Color

.myTextColor { color: #93A73C; }

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

This text font color is #93A73C.


Background Color

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

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

This div background color is #93A73C.


Border color

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

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

This div border color is #93A73C.


Opacity

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

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

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

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

This text has shadow with #93A73C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A73C on black background.


Color preview on white background

This text has color #93A73C on white background.



Black color preview on #93A73C background

This text has black color on #93A73C background.


White color preview on #93A73C background

This text has white color on #93A73C background.