COLOR #5A7C4E

HEX: #5A7C4E
RGB: (90,124,78)

Color info

#5A7C4E contains red, green and blue colors in about the same proportion. Web safe color of #5A7C4E is #666666 (or #666).

RGB color model

#5A7C4E color RGB value is (90,124,78).

  • red value is 90;
  • green value is 124;
  • blue value is 78.
RGB:
(90,124,78)
(35%,49%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 124 of 255 = 49%
B 78 of 255 = 31%

90
124
78

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

Portions of RGB colors in percentages

R + G + B =
90 + 124 + 78 = 292 (100%)
R 90 of 292 ~ 30.82%
G 124 of 292 ~ 42.47%
B 78 of 292 ~ 26.71%

%30.82
%42.47
%26.71

CMYK color model

#5A7C4E color CMYK value is (27,0,37,51).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(27,0,37,51)
C27M0Y37K51 
(27%,0%,37%,51%)
(0.27/0.00/0.37/0.51)	

CMYK percentages

%27.42
%0
%37.1
%51.37

Codes

Color #5A7C4E in popluar color models

5A7C4E
RGB9012478
HSL104°22.77%39.61%
HSB/HSV104°37.10%48.63%
CMYK27.42%0.00%37.10%
51.37%

Color #5A7C4E in popluar number systems.

HEX5A7C4E
Decimal9012478
Binary101101011111001001110
Octal132174116

Shades and tints

Shades of #5A7C4E

#5A7C4E
(90,124,78)
#527147
(82,113,71)
#4A6640
(74,102,64)
#425B39
(66,91,57)
#3A5032
(58,80,50)
#32452B
(50,69,43)
#2A3A24
(42,58,36)
#222F1D
(34,47,29)
#1A2416
(26,36,22)
#12190F
(18,25,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A7C4E

#5A7C4E
(90,124,78)
#69875E
(105,135,94)
#78926E
(120,146,110)
#879D7E
(135,157,126)
#96A88E
(150,168,142)
#A5B39E
(165,179,158)
#B4BEAE
(180,190,174)
#C3C9BE
(195,201,190)
#D2D4CE
(210,212,206)
#E1DFDE
(225,223,222)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7C4E color. Also use rgb(90,124,78) instead hex code.

Text Font Color

.myTextColor { color: #5A7C4E; }

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

This text font color is #5A7C4E.


Background Color

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

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

This div background color is #5A7C4E.


Border color

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

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

This div border color is #5A7C4E.


Opacity

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

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

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

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

This text has shadow with #5A7C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7C4E on black background.


Color preview on white background

This text has color #5A7C4E on white background.



Black color preview on #5A7C4E background

This text has black color on #5A7C4E background.


White color preview on #5A7C4E background

This text has white color on #5A7C4E background.