COLOR #5A774C

HEX: #5A774C
RGB: (90,119,76)

Color info

#5A774C contains red, green and blue colors in about the same proportion. Web safe color of #5A774C is #666633 (or #663).

RGB color model

#5A774C color RGB value is (90,119,76).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 76 of 255 = 30%

90
119
76

R + G + B ~ 37%. #5A774C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 76 = 285 (100%)
R 90 of 285 ~ 31.58%
G 119 of 285 ~ 41.75%
B 76 of 285 ~ 26.67%

%31.58
%41.75
%26.67

CMYK color model

#5A774C color CMYK value is (24,0,36,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(24,0,36,53)
C24M0Y36K53 
(24%,0%,36%,53%)
(0.24/0.00/0.36/0.53)	

CMYK percentages

%24.37
%0
%36.13
%53.33

Codes

Color #5A774C in popluar color models

5A774C
RGB9011976
HSL100°22.05%38.24%
HSB/HSV100°36.13%46.67%
CMYK24.37%0.00%36.13%
53.33%

Color #5A774C in popluar number systems.

HEX5A774C
Decimal9011976
Binary101101011101111001100
Octal132167114

Shades and tints

Shades of #5A774C

#5A774C
(90,119,76)
#526D46
(82,109,70)
#4A6340
(74,99,64)
#42593A
(66,89,58)
#3A4F34
(58,79,52)
#32452E
(50,69,46)
#2A3B28
(42,59,40)
#223122
(34,49,34)
#1A271C
(26,39,28)
#121D16
(18,29,22)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #5A774C

#5A774C
(90,119,76)
#69835C
(105,131,92)
#788F6C
(120,143,108)
#879B7C
(135,155,124)
#96A78C
(150,167,140)
#A5B39C
(165,179,156)
#B4BFAC
(180,191,172)
#C3CBBC
(195,203,188)
#D2D7CC
(210,215,204)
#E1E3DC
(225,227,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A774C; }

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

This text font color is #5A774C.


Background Color

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

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

This div background color is #5A774C.


Border color

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

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

This div border color is #5A774C.


Opacity

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

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

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

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

This text has shadow with #5A774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A774C on black background.


Color preview on white background

This text has color #5A774C on white background.



Black color preview on #5A774C background

This text has black color on #5A774C background.


White color preview on #5A774C background

This text has white color on #5A774C background.