COLOR #5C7E6D

HEX: #5C7E6D RGB: (92,126,109)

Color info

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

RGB color model

#5C7E6D color RGB value is (92,126,109).

RGB: (92,126,109) (36%, 49%, 43%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 109 of 255 = 43%

92
126
109

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

Portions of RGB colors in percentages

R + G + B = 92 + 126 + 109 = 327 (100%)
R 92 of 327 ~ 28.13%
G 126 of 327 ~ 38.53%
B 109 of 327 ~ 33.33'%

%28.13
%38.53
%33.33

CMYK color model

#5C7E6D color CMYK value is (27,0,13,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK: (27,0,13,51) C27M0Y13K51 (27%,0%,13%,51%) (0.27/0.00/0.13/0.51) 

CMYK percentages

%26.98
%0
%13.49
%50.59

Codes

Color #5C7E6D in popluar color models

5C 7E 6D
RGB 92 126 109
HSL 150° 15.60% 42.75%
HSB/HSV 150° 26.98% 49.41%
CMYK 26.98% 0.00% 13.49%
50.59%

Color #5C7E6D in popluar number systems.

HEX 5C 7E 6D
Decimal 92 126 109
Binary 1011100 1111110 1101101
Octal 134 176 155

Shades and tints

Shades of #5C7E6D

#5C7E6D
(92,126,109)
#547364
(84,115,100)
#4C685B
(76,104,91)
#445D52
(68,93,82)
#3C5249
(60,82,73)
#344740
(52,71,64)
#2C3C37
(44,60,55)
#24312E
(36,49,46)
#1C2625
(28,38,37)
#141B1C
(20,27,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C7E6D

#5C7E6D
(92,126,109)
#6A897A
(106,137,122)
#789487
(120,148,135)
#869F94
(134,159,148)
#94AAA1
(148,170,161)
#A2B5AE
(162,181,174)
#B0C0BB
(176,192,187)
#BECBC8
(190,203,200)
#CCD6D5
(204,214,213)
#DAE1E2
(218,225,226)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7E6D color. Also use rgb(92,126,109) instead hex code.

Text Font Color

.myTextColor { color: #5C7E6D; }

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

This text font color is #5C7E6D.

Background Color

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

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

This div background color is #5C7E6D.

Border color

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

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

This div border color is #5C7E6D.

Opacity

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

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

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

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

This text has shadow with #5C7E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7E6D.

Preview

Color preview on black background

This text has color #5C7E6D on black background.


Color preview on white background

This text has color #5C7E6D on white background.


Black color preview on #5C7E6D background

This text has black color on #5C7E6D background.


White color preview on #5C7E6D background

This text has white color on #5C7E6D background.


Related colors

Complementary color

Complementary color for #hex is #A38192.


I love getcolorcode.com

Triadic colors

1 #6D5C7E and #7E6D5C with #5C7E6D are triadic colors.

2 #6D7E5C and #7E5C6D with #5C7E6D are triadic colors.