COLOR #5A773E

HEX: #5A773E RGB: (90,119,62)

Color info

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

RGB color model

#5A773E color RGB value is (90,119,62).

RGB: (90,119,62) (35%, 47%, 24%)

RGB channels and saturation

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

90
119
62

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

Portions of RGB colors in percentages

R + G + B = 90 + 119 + 62 = 271 (100%)
R 90 of 271 ~ 33.21%
G 119 of 271 ~ 43.91%
B 62 of 271 ~ 22.88'%

%33.21
%43.91
%22.88

CMYK color model

#5A773E color CMYK value is (24,0,48,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 47.90%
  • key color value is 53.33%

CMYK: (24,0,48,53)
C24M0Y48K53 (24%, 0%, 48%, 53%)
(0.24 / 0.00 / 0.48 / 0.53)

CMYK percentages

%24.37
%0
%47.9
%53.33

Codes

Color #5A773E in popluar color models

5A 77 3E
RGB 90 119 62
HSL 91° 31.49% 35.49%
HSB/HSV 91° 47.90% 46.67%
CMYK 24.37% 0.00% 47.90%
53.33%

Color #5A773E in popluar number systems.

HEX 5A 77 3E
Decimal 90 119 62
Binary 1011010 1110111 111110
Octal 132 167 76

Shades and tints

Shades of #5A773E

#5A773E
(90,119,62)
#526D39
(82,109,57)
#4A6334
(74,99,52)
#42592F
(66,89,47)
#3A4F2A
(58,79,42)
#324525
(50,69,37)
#2A3B20
(42,59,32)
#22311B
(34,49,27)
#1A2716
(26,39,22)
#121D11
(18,29,17)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #5A773E

#5A773E
(90,119,62)
#69834F
(105,131,79)
#788F60
(120,143,96)
#879B71
(135,155,113)
#96A782
(150,167,130)
#A5B393
(165,179,147)
#B4BFA4
(180,191,164)
#C3CBB5
(195,203,181)
#D2D7C6
(210,215,198)
#E1E3D7
(225,227,215)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A773E; }

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

This text font color is #5A773E.

Background Color

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

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

This div background color is #5A773E.

Border color

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

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

This div border color is #5A773E.

Opacity

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

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

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

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

This text has shadow with #5A773E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A773E.

Preview

Color preview on black background

This text has color #5A773E on black background.


Color preview on white background

This text has color #5A773E on white background.


Black color preview on #5A773E background

This text has black color on #5A773E background.


White color preview on #5A773E background

This text has white color on #5A773E background.


Related colors

Complementary color

Complementary color for #hex is #A588C1.


I love getcolorcode.com

Triadic colors

1 #3E5A77 and #773E5A with #5A773E are triadic colors.

2 #3E775A and #775A3E with #5A773E are triadic colors.