COLOR #93A259

HEX: #93A259
RGB: (147,162,89)

Color info

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

RGB color model

#93A259 color RGB value is (147,162,89).

  • red value is 147;
  • green value is 162;
  • blue value is 89.
RGB:
(147,162,89)
(58%,64%,35%)

RGB channels and saturation

R 147 of 255 = 58%
G 162 of 255 = 64%
B 89 of 255 = 35%

147
162
89

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

Portions of RGB colors in percentages

R + G + B =
147 + 162 + 89 = 398 (100%)
R 147 of 398 ~ 36.93%
G 162 of 398 ~ 40.7%
B 89 of 398 ~ 22.36%

%36.93
%40.7
%22.36

CMYK color model

#93A259 color CMYK value is (9,0,45,36).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 36.47%
CMYK:
(9,0,45,36)
C9M0Y45K36 
(9%,0%,45%,36%)
(0.09/0.00/0.45/0.36)	

CMYK percentages

%9.26
%0
%45.06
%36.47

Codes

Color #93A259 in popluar color models

93A259
RGB14716289
HSL72°29.08%49.22%
HSB/HSV72°45.06%63.53%
CMYK9.26%0.00%45.06%
36.47%

Color #93A259 in popluar number systems.

HEX93A259
Decimal14716289
Binary10010011101000101011001
Octal223242131

Shades and tints

Shades of #93A259

#93A259
(147,162,89)
#869451
(134,148,81)
#798649
(121,134,73)
#6C7841
(108,120,65)
#5F6A39
(95,106,57)
#525C31
(82,92,49)
#454E29
(69,78,41)
#384021
(56,64,33)
#2B3219
(43,50,25)
#1E2411
(30,36,17)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #93A259

#93A259
(147,162,89)
#9CAA68
(156,170,104)
#A5B277
(165,178,119)
#AEBA86
(174,186,134)
#B7C295
(183,194,149)
#C0CAA4
(192,202,164)
#C9D2B3
(201,210,179)
#D2DAC2
(210,218,194)
#DBE2D1
(219,226,209)
#E4EAE0
(228,234,224)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A259 color. Also use rgb(147,162,89) instead hex code.

Text Font Color

.myTextColor { color: #93A259; }

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

This text font color is #93A259.


Background Color

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

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

This div background color is #93A259.


Border color

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

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

This div border color is #93A259.


Opacity

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

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

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

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

This text has shadow with #93A259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A259 on black background.


Color preview on white background

This text has color #93A259 on white background.



Black color preview on #93A259 background

This text has black color on #93A259 background.


White color preview on #93A259 background

This text has white color on #93A259 background.