COLOR #5A844F

HEX: #5A844F
RGB: (90,132,79)

Color info

#5A844F contains red, green and blue colors in about the same proportion. Web safe color of #5A844F is #669966 (or #696).

RGB color model

#5A844F color RGB value is (90,132,79).

  • red value is 90;
  • green value is 132;
  • blue value is 79.
RGB:
(90,132,79)
(35%,52%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 132 of 255 = 52%
B 79 of 255 = 31%

90
132
79

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

Portions of RGB colors in percentages

R + G + B =
90 + 132 + 79 = 301 (100%)
R 90 of 301 ~ 29.9%
G 132 of 301 ~ 43.85%
B 79 of 301 ~ 26.25%

%29.9
%43.85
%26.25

CMYK color model

#5A844F color CMYK value is (32,0,40,48).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 48.24%
CMYK:
(32,0,40,48)
C32M0Y40K48 
(32%,0%,40%,48%)
(0.32/0.00/0.40/0.48)	

CMYK percentages

%31.82
%0
%40.15
%48.24

Codes

Color #5A844F in popluar color models

5A844F
RGB9013279
HSL108°25.12%41.37%
HSB/HSV108°40.15%51.76%
CMYK31.82%0.00%40.15%
48.24%

Color #5A844F in popluar number systems.

HEX5A844F
Decimal9013279
Binary1011010100001001001111
Octal132204117

Shades and tints

Shades of #5A844F

#5A844F
(90,132,79)
#527848
(82,120,72)
#4A6C41
(74,108,65)
#42603A
(66,96,58)
#3A5433
(58,84,51)
#32482C
(50,72,44)
#2A3C25
(42,60,37)
#22301E
(34,48,30)
#1A2417
(26,36,23)
#121810
(18,24,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A844F

#5A844F
(90,132,79)
#698F5F
(105,143,95)
#789A6F
(120,154,111)
#87A57F
(135,165,127)
#96B08F
(150,176,143)
#A5BB9F
(165,187,159)
#B4C6AF
(180,198,175)
#C3D1BF
(195,209,191)
#D2DCCF
(210,220,207)
#E1E7DF
(225,231,223)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A844F color. Also use rgb(90,132,79) instead hex code.

Text Font Color

.myTextColor { color: #5A844F; }

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

This text font color is #5A844F.


Background Color

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

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

This div background color is #5A844F.


Border color

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

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

This div border color is #5A844F.


Opacity

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

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

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

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

This text has shadow with #5A844F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A844F on black background.


Color preview on white background

This text has color #5A844F on white background.



Black color preview on #5A844F background

This text has black color on #5A844F background.


White color preview on #5A844F background

This text has white color on #5A844F background.