COLOR #5C7C4D

HEX: #5C7C4D RGB: (92,124,77)

Color info

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

RGB color model

#5C7C4D color RGB value is (92,124,77).

RGB: (92,124,77) (36%, 49%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 77 of 255 = 30%

92
124
77

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

Portions of RGB colors in percentages

R + G + B = 92 + 124 + 77 = 293 (100%)
R 92 of 293 ~ 31.4%
G 124 of 293 ~ 42.32%
B 77 of 293 ~ 26.28'%

%31.4
%42.32
%26.28

CMYK color model

#5C7C4D color CMYK value is (26,0,38,51).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%

CMYK: (26,0,38,51)
C26M0Y38K51 (26%, 0%, 38%, 51%)
(0.26 / 0.00 / 0.38 / 0.51)

CMYK percentages

%25.81
%0
%37.9
%51.37

Codes

Color #5C7C4D in popluar color models

5C 7C 4D
RGB 92 124 77
HSL 101° 23.38% 39.41%
HSB/HSV 101° 37.90% 48.63%
CMYK 25.81% 0.00% 37.90%
51.37%

Color #5C7C4D in popluar number systems.

HEX 5C 7C 4D
Decimal 92 124 77
Binary 1011100 1111100 1001101
Octal 134 174 115

Shades and tints

Shades of #5C7C4D

#5C7C4D
(92,124,77)
#547146
(84,113,70)
#4C663F
(76,102,63)
#445B38
(68,91,56)
#3C5031
(60,80,49)
#34452A
(52,69,42)
#2C3A23
(44,58,35)
#242F1C
(36,47,28)
#1C2415
(28,36,21)
#14190E
(20,25,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #5C7C4D

#5C7C4D
(92,124,77)
#6A875D
(106,135,93)
#78926D
(120,146,109)
#869D7D
(134,157,125)
#94A88D
(148,168,141)
#A2B39D
(162,179,157)
#B0BEAD
(176,190,173)
#BEC9BD
(190,201,189)
#CCD4CD
(204,212,205)
#DADFDD
(218,223,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7C4D color. Also use rgb(92,124,77) instead hex code.

Text Font Color

.myTextColor { color: #5C7C4D; }

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

This text font color is #5C7C4D.

Background Color

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

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

This div background color is #5C7C4D.

Border color

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

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

This div border color is #5C7C4D.

Opacity

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

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

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

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

This text has shadow with #5C7C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7C4D.

Preview

Color preview on black background

This text has color #5C7C4D on black background.


Color preview on white background

This text has color #5C7C4D on white background.


Black color preview on #5C7C4D background

This text has black color on #5C7C4D background.


White color preview on #5C7C4D background

This text has white color on #5C7C4D background.


Related colors

Complementary color

Complementary color for #hex is #A383B2.


I love getcolorcode.com

Triadic colors

1 #4D5C7C and #7C4D5C with #5C7C4D are triadic colors.

2 #4D7C5C and #7C5C4D with #5C7C4D are triadic colors.