COLOR #5A784C

HEX: #5A784C
RGB: (90,120,76)

Color info

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

RGB color model

#5A784C color RGB value is (90,120,76).

  • red value is 90;
  • green value is 120;
  • blue value is 76.
RGB:
(90,120,76)
(35%,47%,30%)

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 76 of 255 = 30%

90
120
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 120 + 76 = 286 (100%)
R 90 of 286 ~ 31.47%
G 120 of 286 ~ 41.96%
B 76 of 286 ~ 26.57%

%31.47
%41.96
%26.57

CMYK color model

#5A784C color CMYK value is (25,0,37,53).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK:
(25,0,37,53)
C25M0Y37K53 
(25%,0%,37%,53%)
(0.25/0.00/0.37/0.53)	

CMYK percentages

%25
%0
%36.67
%52.94

Codes

Color #5A784C in popluar color models

5A784C
RGB9012076
HSL101°22.45%38.43%
HSB/HSV101°36.67%47.06%
CMYK25.00%0.00%36.67%
52.94%

Color #5A784C in popluar number systems.

HEX5A784C
Decimal9012076
Binary101101011110001001100
Octal132170114

Shades and tints

Shades of #5A784C

#5A784C
(90,120,76)
#526E46
(82,110,70)
#4A6440
(74,100,64)
#425A3A
(66,90,58)
#3A5034
(58,80,52)
#32462E
(50,70,46)
#2A3C28
(42,60,40)
#223222
(34,50,34)
#1A281C
(26,40,28)
#121E16
(18,30,22)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #5A784C

#5A784C
(90,120,76)
#69845C
(105,132,92)
#78906C
(120,144,108)
#879C7C
(135,156,124)
#96A88C
(150,168,140)
#A5B49C
(165,180,156)
#B4C0AC
(180,192,172)
#C3CCBC
(195,204,188)
#D2D8CC
(210,216,204)
#E1E4DC
(225,228,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A784C; }

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

This text font color is #5A784C.


Background Color

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

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

This div background color is #5A784C.


Border color

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

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

This div border color is #5A784C.


Opacity

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

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

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

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

This text has shadow with #5A784C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A784C on black background.


Color preview on white background

This text has color #5A784C on white background.



Black color preview on #5A784C background

This text has black color on #5A784C background.


White color preview on #5A784C background

This text has white color on #5A784C background.