COLOR #93A35E

HEX: #93A35E
RGB: (147,163,94)

Color info

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

RGB color model

#93A35E color RGB value is (147,163,94).

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

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 94 of 255 = 37%

147
163
94

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

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 94 = 404 (100%)
R 147 of 404 ~ 36.39%
G 163 of 404 ~ 40.35%
B 94 of 404 ~ 23.27%

%36.39
%40.35
%23.27

CMYK color model

#93A35E color CMYK value is (10,0,42,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 36.08%
CMYK:
(10,0,42,36)
C10M0Y42K36 
(10%,0%,42%,36%)
(0.10/0.00/0.42/0.36)	

CMYK percentages

%9.82
%0
%42.33
%36.08

Codes

Color #93A35E in popluar color models

93A35E
RGB14716394
HSL74°27.27%50.39%
HSB/HSV74°42.33%63.92%
CMYK9.82%0.00%42.33%
36.08%

Color #93A35E in popluar number systems.

HEX93A35E
Decimal14716394
Binary10010011101000111011110
Octal223243136

Shades and tints

Shades of #93A35E

#93A35E
(147,163,94)
#869556
(134,149,86)
#79874E
(121,135,78)
#6C7946
(108,121,70)
#5F6B3E
(95,107,62)
#525D36
(82,93,54)
#454F2E
(69,79,46)
#384126
(56,65,38)
#2B331E
(43,51,30)
#1E2516
(30,37,22)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #93A35E

#93A35E
(147,163,94)
#9CAB6C
(156,171,108)
#A5B37A
(165,179,122)
#AEBB88
(174,187,136)
#B7C396
(183,195,150)
#C0CBA4
(192,203,164)
#C9D3B2
(201,211,178)
#D2DBC0
(210,219,192)
#DBE3CE
(219,227,206)
#E4EBDC
(228,235,220)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A35E; }

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

This text font color is #93A35E.


Background Color

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

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

This div background color is #93A35E.


Border color

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

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

This div border color is #93A35E.


Opacity

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

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

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

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

This text has shadow with #93A35E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A35E on black background.


Color preview on white background

This text has color #93A35E on white background.



Black color preview on #93A35E background

This text has black color on #93A35E background.


White color preview on #93A35E background

This text has white color on #93A35E background.