COLOR #93A33E

HEX: #93A33E
RGB: (147,163,62)

Color info

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

RGB color model

#93A33E color RGB value is (147,163,62).

  • red value is 147;
  • green value is 163;
  • blue value is 62.
RGB:
(147,163,62)
(58%,64%,24%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 62 of 255 = 24%

147
163
62

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

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 62 = 372 (100%)
R 147 of 372 ~ 39.52%
G 163 of 372 ~ 43.82%
B 62 of 372 ~ 16.67%

%39.52
%43.82
%16.67

CMYK color model

#93A33E color CMYK value is (10,0,62,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 61.96%
  • key color value is 36.08%
CMYK:
(10,0,62,36)
C10M0Y62K36 
(10%,0%,62%,36%)
(0.10/0.00/0.62/0.36)	

CMYK percentages

%9.82
%0
%61.96
%36.08

Codes

Color #93A33E in popluar color models

93A33E
RGB14716362
HSL70°44.89%44.12%
HSB/HSV70°61.96%63.92%
CMYK9.82%0.00%61.96%
36.08%

Color #93A33E in popluar number systems.

HEX93A33E
Decimal14716362
Binary1001001110100011111110
Octal22324376

Shades and tints

Shades of #93A33E

#93A33E
(147,163,62)
#869539
(134,149,57)
#798734
(121,135,52)
#6C792F
(108,121,47)
#5F6B2A
(95,107,42)
#525D25
(82,93,37)
#454F20
(69,79,32)
#38411B
(56,65,27)
#2B3316
(43,51,22)
#1E2511
(30,37,17)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #93A33E

#93A33E
(147,163,62)
#9CAB4F
(156,171,79)
#A5B360
(165,179,96)
#AEBB71
(174,187,113)
#B7C382
(183,195,130)
#C0CB93
(192,203,147)
#C9D3A4
(201,211,164)
#D2DBB5
(210,219,181)
#DBE3C6
(219,227,198)
#E4EBD7
(228,235,215)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A33E color. Also use rgb(147,163,62) instead hex code.

Text Font Color

.myTextColor { color: #93A33E; }

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

This text font color is #93A33E.


Background Color

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

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

This div background color is #93A33E.


Border color

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

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

This div border color is #93A33E.


Opacity

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

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

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

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

This text has shadow with #93A33E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A33E on black background.


Color preview on white background

This text has color #93A33E on white background.



Black color preview on #93A33E background

This text has black color on #93A33E background.


White color preview on #93A33E background

This text has white color on #93A33E background.