COLOR #5A774A

HEX: #5A774A
RGB: (90,119,74)

Color info

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

RGB color model

#5A774A color RGB value is (90,119,74).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 74 of 255 = 29%

90
119
74

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 74 = 283 (100%)
R 90 of 283 ~ 31.8%
G 119 of 283 ~ 42.05%
B 74 of 283 ~ 26.15%

%31.8
%42.05
%26.15

CMYK color model

#5A774A color CMYK value is (24,0,38,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(24,0,38,53)
C24M0Y38K53 
(24%,0%,38%,53%)
(0.24/0.00/0.38/0.53)	

CMYK percentages

%24.37
%0
%37.82
%53.33

Codes

Color #5A774A in popluar color models

5A774A
RGB9011974
HSL99°23.32%37.84%
HSB/HSV99°37.82%46.67%
CMYK24.37%0.00%37.82%
53.33%

Color #5A774A in popluar number systems.

HEX5A774A
Decimal9011974
Binary101101011101111001010
Octal132167112

Shades and tints

Shades of #5A774A

#5A774A
(90,119,74)
#526D44
(82,109,68)
#4A633E
(74,99,62)
#425938
(66,89,56)
#3A4F32
(58,79,50)
#32452C
(50,69,44)
#2A3B26
(42,59,38)
#223120
(34,49,32)
#1A271A
(26,39,26)
#121D14
(18,29,20)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #5A774A

#5A774A
(90,119,74)
#69835A
(105,131,90)
#788F6A
(120,143,106)
#879B7A
(135,155,122)
#96A78A
(150,167,138)
#A5B39A
(165,179,154)
#B4BFAA
(180,191,170)
#C3CBBA
(195,203,186)
#D2D7CA
(210,215,202)
#E1E3DA
(225,227,218)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A774A; }

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

This text font color is #5A774A.


Background Color

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

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

This div background color is #5A774A.


Border color

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

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

This div border color is #5A774A.


Opacity

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

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

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

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

This text has shadow with #5A774A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A774A on black background.


Color preview on white background

This text has color #5A774A on white background.



Black color preview on #5A774A background

This text has black color on #5A774A background.


White color preview on #5A774A background

This text has white color on #5A774A background.