COLOR #5A774F

HEX: #5A774F
RGB: (90,119,79)

Color info

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

RGB color model

#5A774F color RGB value is (90,119,79).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 79 of 255 = 31%

90
119
79

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 79 = 288 (100%)
R 90 of 288 ~ 31.25%
G 119 of 288 ~ 41.32%
B 79 of 288 ~ 27.43%

%31.25
%41.32
%27.43

CMYK color model

#5A774F color CMYK value is (24,0,34,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(24,0,34,53)
C24M0Y34K53 
(24%,0%,34%,53%)
(0.24/0.00/0.34/0.53)	

CMYK percentages

%24.37
%0
%33.61
%53.33

Codes

Color #5A774F in popluar color models

5A774F
RGB9011979
HSL104°20.20%38.82%
HSB/HSV104°33.61%46.67%
CMYK24.37%0.00%33.61%
53.33%

Color #5A774F in popluar number systems.

HEX5A774F
Decimal9011979
Binary101101011101111001111
Octal132167117

Shades and tints

Shades of #5A774F

#5A774F
(90,119,79)
#526D48
(82,109,72)
#4A6341
(74,99,65)
#42593A
(66,89,58)
#3A4F33
(58,79,51)
#32452C
(50,69,44)
#2A3B25
(42,59,37)
#22311E
(34,49,30)
#1A2717
(26,39,23)
#121D10
(18,29,16)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #5A774F

#5A774F
(90,119,79)
#69835F
(105,131,95)
#788F6F
(120,143,111)
#879B7F
(135,155,127)
#96A78F
(150,167,143)
#A5B39F
(165,179,159)
#B4BFAF
(180,191,175)
#C3CBBF
(195,203,191)
#D2D7CF
(210,215,207)
#E1E3DF
(225,227,223)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A774F; }

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

This text font color is #5A774F.


Background Color

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

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

This div background color is #5A774F.


Border color

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

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

This div border color is #5A774F.


Opacity

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

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

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

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

This text has shadow with #5A774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A774F on black background.


Color preview on white background

This text has color #5A774F on white background.



Black color preview on #5A774F background

This text has black color on #5A774F background.


White color preview on #5A774F background

This text has white color on #5A774F background.