COLOR #5A784A

HEX: #5A784A RGB: (90,120,74)

Color info

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

RGB color model

#5A784A color RGB value is (90,120,74).

RGB: (90,120,74) (35%, 47%, 29%)

RGB channels and saturation

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

90
120
74

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

Portions of RGB colors in percentages

R + G + B = 90 + 120 + 74 = 284 (100%)
R 90 of 284 ~ 31.69%
G 120 of 284 ~ 42.25%
B 74 of 284 ~ 26.06'%

%31.69
%42.25
%26.06

CMYK color model

#5A784A color CMYK value is (25,0,38,53).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%

CMYK: (25,0,38,53)
C25M0Y38K53 (25%, 0%, 38%, 53%)
(0.25 / 0.00 / 0.38 / 0.53)

CMYK percentages

%25
%0
%38.33
%52.94

Codes

Color #5A784A in popluar color models

5A 78 4A
RGB 90 120 74
HSL 99° 23.71% 38.04%
HSB/HSV 99° 38.33% 47.06%
CMYK 25.00% 0.00% 38.33%
52.94%

Color #5A784A in popluar number systems.

HEX 5A 78 4A
Decimal 90 120 74
Binary 1011010 1111000 1001010
Octal 132 170 112

Shades and tints

Shades of #5A784A

#5A784A
(90,120,74)
#526E44
(82,110,68)
#4A643E
(74,100,62)
#425A38
(66,90,56)
#3A5032
(58,80,50)
#32462C
(50,70,44)
#2A3C26
(42,60,38)
#223220
(34,50,32)
#1A281A
(26,40,26)
#121E14
(18,30,20)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #5A784A

#5A784A
(90,120,74)
#69845A
(105,132,90)
#78906A
(120,144,106)
#879C7A
(135,156,122)
#96A88A
(150,168,138)
#A5B49A
(165,180,154)
#B4C0AA
(180,192,170)
#C3CCBA
(195,204,186)
#D2D8CA
(210,216,202)
#E1E4DA
(225,228,218)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A784A; }

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

This text font color is #5A784A.

Background Color

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

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

This div background color is #5A784A.

Border color

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

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

This div border color is #5A784A.

Opacity

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

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

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

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

This text has shadow with #5A784A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A784A.

Preview

Color preview on black background

This text has color #5A784A on black background.


Color preview on white background

This text has color #5A784A on white background.


Black color preview on #5A784A background

This text has black color on #5A784A background.


White color preview on #5A784A background

This text has white color on #5A784A background.


Related colors

Complementary color

Complementary color for #hex is #A587B5.


I love getcolorcode.com

Triadic colors

1 #4A5A78 and #784A5A with #5A784A are triadic colors.

2 #4A785A and #785A4A with #5A784A are triadic colors.