COLOR #5A8D48

HEX: #5A8D48
RGB: (90,141,72)

Color info

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

RGB color model

#5A8D48 color RGB value is (90,141,72).

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

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 72 of 255 = 28%

90
141
72

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

Portions of RGB colors in percentages

R + G + B =
90 + 141 + 72 = 303 (100%)
R 90 of 303 ~ 29.7%
G 141 of 303 ~ 46.53%
B 72 of 303 ~ 23.76%

%29.7
%46.53
%23.76

CMYK color model

#5A8D48 color CMYK value is (36,0,49,45).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(36,0,49,45)
C36M0Y49K45 
(36%,0%,49%,45%)
(0.36/0.00/0.49/0.45)	

CMYK percentages

%36.17
%0
%48.94
%44.71

Codes

Color #5A8D48 in popluar color models

5A8D48
RGB9014172
HSL104°32.39%41.76%
HSB/HSV104°48.94%55.29%
CMYK36.17%0.00%48.94%
44.71%

Color #5A8D48 in popluar number systems.

HEX5A8D48
Decimal9014172
Binary1011010100011011001000
Octal132215110

Shades and tints

Shades of #5A8D48

#5A8D48
(90,141,72)
#528142
(82,129,66)
#4A753C
(74,117,60)
#426936
(66,105,54)
#3A5D30
(58,93,48)
#32512A
(50,81,42)
#2A4524
(42,69,36)
#22391E
(34,57,30)
#1A2D18
(26,45,24)
#122112
(18,33,18)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #5A8D48

#5A8D48
(90,141,72)
#699758
(105,151,88)
#78A168
(120,161,104)
#87AB78
(135,171,120)
#96B588
(150,181,136)
#A5BF98
(165,191,152)
#B4C9A8
(180,201,168)
#C3D3B8
(195,211,184)
#D2DDC8
(210,221,200)
#E1E7D8
(225,231,216)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8D48; }

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

This text font color is #5A8D48.


Background Color

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

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

This div background color is #5A8D48.


Border color

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

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

This div border color is #5A8D48.


Opacity

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

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

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

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

This text has shadow with #5A8D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8D48 on black background.


Color preview on white background

This text has color #5A8D48 on white background.



Black color preview on #5A8D48 background

This text has black color on #5A8D48 background.


White color preview on #5A8D48 background

This text has white color on #5A8D48 background.