COLOR #5A8D41

HEX: #5A8D41
RGB: (90,141,65)

Color info

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

RGB color model

#5A8D41 color RGB value is (90,141,65).

  • red value is 90;
  • green value is 141;
  • blue value is 65.
RGB:
(90,141,65)
(35%,55%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 65 of 255 = 25%

90
141
65

R + G + B ~ 38%. #5A8D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 141 + 65 = 296 (100%)
R 90 of 296 ~ 30.41%
G 141 of 296 ~ 47.64%
B 65 of 296 ~ 21.96%

%30.41
%47.64
%21.96

CMYK color model

#5A8D41 color CMYK value is (36,0,54,45).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK:
(36,0,54,45)
C36M0Y54K45 
(36%,0%,54%,45%)
(0.36/0.00/0.54/0.45)	

CMYK percentages

%36.17
%0
%53.9
%44.71

Codes

Color #5A8D41 in popluar color models

5A8D41
RGB9014165
HSL100°36.89%40.39%
HSB/HSV100°53.90%55.29%
CMYK36.17%0.00%53.90%
44.71%

Color #5A8D41 in popluar number systems.

HEX5A8D41
Decimal9014165
Binary1011010100011011000001
Octal132215101

Shades and tints

Shades of #5A8D41

#5A8D41
(90,141,65)
#52813C
(82,129,60)
#4A7537
(74,117,55)
#426932
(66,105,50)
#3A5D2D
(58,93,45)
#325128
(50,81,40)
#2A4523
(42,69,35)
#22391E
(34,57,30)
#1A2D19
(26,45,25)
#122114
(18,33,20)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #5A8D41

#5A8D41
(90,141,65)
#699752
(105,151,82)
#78A163
(120,161,99)
#87AB74
(135,171,116)
#96B585
(150,181,133)
#A5BF96
(165,191,150)
#B4C9A7
(180,201,167)
#C3D3B8
(195,211,184)
#D2DDC9
(210,221,201)
#E1E7DA
(225,231,218)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8D41 color. Also use rgb(90,141,65) instead hex code.

Text Font Color

.myTextColor { color: #5A8D41; }

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

This text font color is #5A8D41.


Background Color

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

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

This div background color is #5A8D41.


Border color

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

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

This div border color is #5A8D41.


Opacity

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

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

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

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

This text has shadow with #5A8D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8D41 on black background.


Color preview on white background

This text has color #5A8D41 on white background.



Black color preview on #5A8D41 background

This text has black color on #5A8D41 background.


White color preview on #5A8D41 background

This text has white color on #5A8D41 background.