COLOR #5C804A

HEX: #5C804A RGB: (92,128,74)

Color info

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

RGB color model

#5C804A color RGB value is (92,128,74).

RGB: (92,128,74) (36%, 50%, 29%)

RGB channels and saturation

R 92 of 255 = 36%
G 128 of 255 = 50%
B 74 of 255 = 29%

92
128
74

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

Portions of RGB colors in percentages

R + G + B = 92 + 128 + 74 = 294 (100%)
R 92 of 294 ~ 31.29%
G 128 of 294 ~ 43.54%
B 74 of 294 ~ 25.17'%

%31.29
%43.54
%25.17

CMYK color model

#5C804A color CMYK value is (28,0,42,50).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 49.80%

CMYK: (28,0,42,50)
C28M0Y42K50 (28%, 0%, 42%, 50%)
(0.28 / 0.00 / 0.42 / 0.50)

CMYK percentages

%28.13
%0
%42.19
%49.8

Codes

Color #5C804A in popluar color models

5C 80 4A
RGB 92 128 74
HSL 100° 26.73% 39.61%
HSB/HSV 100° 42.19% 50.20%
CMYK 28.13% 0.00% 42.19%
49.80%

Color #5C804A in popluar number systems.

HEX 5C 80 4A
Decimal 92 128 74
Binary 1011100 10000000 1001010
Octal 134 200 112

Shades and tints

Shades of #5C804A

#5C804A
(92,128,74)
#547544
(84,117,68)
#4C6A3E
(76,106,62)
#445F38
(68,95,56)
#3C5432
(60,84,50)
#34492C
(52,73,44)
#2C3E26
(44,62,38)
#243320
(36,51,32)
#1C281A
(28,40,26)
#141D14
(20,29,20)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #5C804A

#5C804A
(92,128,74)
#6A8B5A
(106,139,90)
#78966A
(120,150,106)
#86A17A
(134,161,122)
#94AC8A
(148,172,138)
#A2B79A
(162,183,154)
#B0C2AA
(176,194,170)
#BECDBA
(190,205,186)
#CCD8CA
(204,216,202)
#DAE3DA
(218,227,218)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C804A color. Also use rgb(92,128,74) instead hex code.

Text Font Color

.myTextColor { color: #5C804A; }

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

This text font color is #5C804A.

Background Color

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

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

This div background color is #5C804A.

Border color

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

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

This div border color is #5C804A.

Opacity

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

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

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

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

This text has shadow with #5C804A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C804A.

Preview

Color preview on black background

This text has color #5C804A on black background.


Color preview on white background

This text has color #5C804A on white background.


Black color preview on #5C804A background

This text has black color on #5C804A background.


White color preview on #5C804A background

This text has white color on #5C804A background.


Related colors

Complementary color

Complementary color for #hex is #A37FB5.


I love getcolorcode.com

Triadic colors

1 #4A5C80 and #804A5C with #5C804A are triadic colors.

2 #4A805C and #805C4A with #5C804A are triadic colors.