COLOR #5C7C5A

HEX: #5C7C5A
RGB: (92,124,90)

Color info

#5C7C5A contains red, green and blue colors in about the same proportion. Web safe color of #5C7C5A is #666666 (or #666).

RGB color model

#5C7C5A color RGB value is (92,124,90).

  • red value is 92;
  • green value is 124;
  • blue value is 90.
RGB:
(92,124,90)
(36%,49%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 90 of 255 = 35%

92
124
90

R + G + B ~ 40%. #5C7C5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 124 + 90 = 306 (100%)
R 92 of 306 ~ 30.07%
G 124 of 306 ~ 40.52%
B 90 of 306 ~ 29.41%

%30.07
%40.52
%29.41

CMYK color model

#5C7C5A color CMYK value is (26,0,27,51).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 51.37%
CMYK:
(26,0,27,51)
C26M0Y27K51 
(26%,0%,27%,51%)
(0.26/0.00/0.27/0.51)	

CMYK percentages

%25.81
%0
%27.42
%51.37

Codes

Color #5C7C5A in popluar color models

5C7C5A
RGB9212490
HSL116°15.89%41.96%
HSB/HSV116°27.42%48.63%
CMYK25.81%0.00%27.42%
51.37%

Color #5C7C5A in popluar number systems.

HEX5C7C5A
Decimal9212490
Binary101110011111001011010
Octal134174132

Shades and tints

Shades of #5C7C5A

#5C7C5A
(92,124,90)
#547152
(84,113,82)
#4C664A
(76,102,74)
#445B42
(68,91,66)
#3C503A
(60,80,58)
#344532
(52,69,50)
#2C3A2A
(44,58,42)
#242F22
(36,47,34)
#1C241A
(28,36,26)
#141912
(20,25,18)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #5C7C5A

#5C7C5A
(92,124,90)
#6A8769
(106,135,105)
#789278
(120,146,120)
#869D87
(134,157,135)
#94A896
(148,168,150)
#A2B3A5
(162,179,165)
#B0BEB4
(176,190,180)
#BEC9C3
(190,201,195)
#CCD4D2
(204,212,210)
#DADFE1
(218,223,225)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7C5A; }

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

This text font color is #5C7C5A.


Background Color

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

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

This div background color is #5C7C5A.


Border color

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

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

This div border color is #5C7C5A.


Opacity

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

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

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

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

This text has shadow with #5C7C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7C5A on black background.


Color preview on white background

This text has color #5C7C5A on white background.



Black color preview on #5C7C5A background

This text has black color on #5C7C5A background.


White color preview on #5C7C5A background

This text has white color on #5C7C5A background.