COLOR #5A7D4D

HEX: #5A7D4D RGB: (90,125,77)

Color info

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

RGB color model

#5A7D4D color RGB value is (90,125,77).

RGB: (90,125,77) (35%, 49%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 125 of 255 = 49%
B 77 of 255 = 30%

90
125
77

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

Portions of RGB colors in percentages

R + G + B = 90 + 125 + 77 = 292 (100%)
R 90 of 292 ~ 30.82%
G 125 of 292 ~ 42.81%
B 77 of 292 ~ 26.37'%

%30.82
%42.81
%26.37

CMYK color model

#5A7D4D color CMYK value is (28,0,38,51).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (28,0,38,51)
C28M0Y38K51 (28%, 0%, 38%, 51%)
(0.28 / 0.00 / 0.38 / 0.51)

CMYK percentages

%28
%0
%38.4
%50.98

Codes

Color #5A7D4D in popluar color models

5A 7D 4D
RGB 90 125 77
HSL 104° 23.76% 39.61%
HSB/HSV 104° 38.40% 49.02%
CMYK 28.00% 0.00% 38.40%
50.98%

Color #5A7D4D in popluar number systems.

HEX 5A 7D 4D
Decimal 90 125 77
Binary 1011010 1111101 1001101
Octal 132 175 115

Shades and tints

Shades of #5A7D4D

#5A7D4D
(90,125,77)
#527246
(82,114,70)
#4A673F
(74,103,63)
#425C38
(66,92,56)
#3A5131
(58,81,49)
#32462A
(50,70,42)
#2A3B23
(42,59,35)
#22301C
(34,48,28)
#1A2515
(26,37,21)
#121A0E
(18,26,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #5A7D4D

#5A7D4D
(90,125,77)
#69885D
(105,136,93)
#78936D
(120,147,109)
#879E7D
(135,158,125)
#96A98D
(150,169,141)
#A5B49D
(165,180,157)
#B4BFAD
(180,191,173)
#C3CABD
(195,202,189)
#D2D5CD
(210,213,205)
#E1E0DD
(225,224,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7D4D color. Also use rgb(90,125,77) instead hex code.

Text Font Color

.myTextColor { color: #5A7D4D; }

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

This text font color is #5A7D4D.

Background Color

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

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

This div background color is #5A7D4D.

Border color

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

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

This div border color is #5A7D4D.

Opacity

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

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

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

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

This text has shadow with #5A7D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7D4D.

Preview

Color preview on black background

This text has color #5A7D4D on black background.


Color preview on white background

This text has color #5A7D4D on white background.


Black color preview on #5A7D4D background

This text has black color on #5A7D4D background.


White color preview on #5A7D4D background

This text has white color on #5A7D4D background.


Related colors

Complementary color

Complementary color for #hex is #A582B2.


I love getcolorcode.com

Triadic colors

1 #4D5A7D and #7D4D5A with #5A7D4D are triadic colors.

2 #4D7D5A and #7D5A4D with #5A7D4D are triadic colors.