COLOR #5A773D

HEX: #5A773D
RGB: (90,119,61)

Color info

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

RGB color model

#5A773D color RGB value is (90,119,61).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 61 of 255 = 24%

90
119
61

R + G + B ~ 35%. #5A773D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 61 = 270 (100%)
R 90 of 270 ~ 33.33%
G 119 of 270 ~ 44.07%
B 61 of 270 ~ 22.59%

%33.33
%44.07
%22.59

CMYK color model

#5A773D color CMYK value is (24,0,49,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 48.74%
  • key color value is 53.33%
CMYK:
(24,0,49,53)
C24M0Y49K53 
(24%,0%,49%,53%)
(0.24/0.00/0.49/0.53)	

CMYK percentages

%24.37
%0
%48.74
%53.33

Codes

Color #5A773D in popluar color models

5A773D
RGB9011961
HSL90°32.22%35.29%
HSB/HSV90°48.74%46.67%
CMYK24.37%0.00%48.74%
53.33%

Color #5A773D in popluar number systems.

HEX5A773D
Decimal9011961
Binary10110101110111111101
Octal13216775

Shades and tints

Shades of #5A773D

#5A773D
(90,119,61)
#526D38
(82,109,56)
#4A6333
(74,99,51)
#42592E
(66,89,46)
#3A4F29
(58,79,41)
#324524
(50,69,36)
#2A3B1F
(42,59,31)
#22311A
(34,49,26)
#1A2715
(26,39,21)
#121D10
(18,29,16)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #5A773D

#5A773D
(90,119,61)
#69834E
(105,131,78)
#788F5F
(120,143,95)
#879B70
(135,155,112)
#96A781
(150,167,129)
#A5B392
(165,179,146)
#B4BFA3
(180,191,163)
#C3CBB4
(195,203,180)
#D2D7C5
(210,215,197)
#E1E3D6
(225,227,214)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A773D; }

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

This text font color is #5A773D.


Background Color

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

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

This div background color is #5A773D.


Border color

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

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

This div border color is #5A773D.


Opacity

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

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

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

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

This text has shadow with #5A773D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A773D on black background.


Color preview on white background

This text has color #5A773D on white background.



Black color preview on #5A773D background

This text has black color on #5A773D background.


White color preview on #5A773D background

This text has white color on #5A773D background.