COLOR #5A9340

HEX: #5A9340 RGB: (90,147,64)

Color info

#5A9340 contains mainly red and green colors. Web safe color of #5A9340 is #669933 (or #693).

RGB color model

#5A9340 color RGB value is (90,147,64).

RGB: (90,147,64) (35%, 58%, 25%)

RGB channels and saturation

R 90 of 255 = 35%
G 147 of 255 = 58%
B 64 of 255 = 25%

90
147
64

R + G + B ~ 39%. #5A9340 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 147 + 64 = 301 (100%)
R 90 of 301 ~ 29.9%
G 147 of 301 ~ 48.84%
B 64 of 301 ~ 21.26'%

%29.9
%48.84
%21.26

CMYK color model

#5A9340 color CMYK value is (39,0,56,42).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 56.46%
  • key color value is 42.35%
CMYK: (39,0,56,42) C39M0Y56K42 (39%,0%,56%,42%) (0.39/0.00/0.56/0.42) 

CMYK percentages

%38.78
%0
%56.46
%42.35

Codes

Color #5A9340 in popluar color models

5A 93 40
RGB 90 147 64
HSL 101° 39.34% 41.37%
HSB/HSV 101° 56.46% 57.65%
CMYK 38.78% 0.00% 56.46%
42.35%

Color #5A9340 in popluar number systems.

HEX 5A 93 40
Decimal 90 147 64
Binary 1011010 10010011 1000000
Octal 132 223 100

Shades and tints

Shades of #5A9340

#5A9340
(90,147,64)
#52863B
(82,134,59)
#4A7936
(74,121,54)
#426C31
(66,108,49)
#3A5F2C
(58,95,44)
#325227
(50,82,39)
#2A4522
(42,69,34)
#22381D
(34,56,29)
#1A2B18
(26,43,24)
#121E13
(18,30,19)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A9340

#5A9340
(90,147,64)
#699C51
(105,156,81)
#78A562
(120,165,98)
#87AE73
(135,174,115)
#96B784
(150,183,132)
#A5C095
(165,192,149)
#B4C9A6
(180,201,166)
#C3D2B7
(195,210,183)
#D2DBC8
(210,219,200)
#E1E4D9
(225,228,217)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9340 color. Also use rgb(90,147,64) instead hex code.

Text Font Color

.myTextColor { color: #5A9340; }

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

This text font color is #5A9340.

Background Color

.myBgColor { background-color: #5A9340; }

<div style="background-color:#5A9340">Inner text</div>

This div background color is #5A9340.

Border color

.myBorderColor { border: 1px solid #5A9340; }

<div style="border:3px solid #5A9340">Div</div>

This div border color is #5A9340.

Opacity

.myOpacity80 { color: #5A9340; opacity: 0.8; }

<p style="color:#5A9340;opacity:0.8;">80%</p>

Text with #5A9340 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 #5A9340;}

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

This text has shadow with #5A9340 color.


.textShadow {text-shadow: 3px 3px 1px #5A9340', 3px 3px 1px red;}

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

This text has shadow with #5A9340 primary color and red secondary color.


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

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

This text has shadow with #5A9340 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5A9340; -webkit-box-shadow: 1px 1px 3px 2px #5A9340; box-shadow:1px 1px 3px 2px #5A9340;">
Div content here
</div>

This div box has shadow with color #5A9340.

Preview

Color preview on black background

This text has color #5A9340 on black background.


Color preview on white background

This text has color #5A9340 on white background.


Black color preview on #5A9340 background

This text has black color on #5A9340 background.


White color preview on #5A9340 background

This text has white color on #5A9340 background.


Related colors

Complementary color

Complementary color for #hex is #A56CBF.


I love getcolorcode.com

Triadic colors

1 #405A93 and #93405A with #5A9340 are triadic colors.

2 #40935A and #935A40 with #5A9340 are triadic colors.