COLOR #5C6B4E

HEX: #5C6B4E RGB: (92,107,78)

Color info

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

RGB color model

#5C6B4E color RGB value is (92,107,78).

RGB: (92,107,78) (36%, 42%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 78 of 255 = 31%

92
107
78

R + G + B ~ 36%. #5C6B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 107 + 78 = 277 (100%)
R 92 of 277 ~ 33.21%
G 107 of 277 ~ 38.63%
B 78 of 277 ~ 28.16'%

%33.21
%38.63
%28.16

CMYK color model

#5C6B4E color CMYK value is (14,0,27,58).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%

CMYK: (14,0,27,58)
C14M0Y27K58 (14%, 0%, 27%, 58%)
(0.14 / 0.00 / 0.27 / 0.58)

CMYK percentages

%14.02
%0
%27.1
%58.04

Codes

Color #5C6B4E in popluar color models

5C 6B 4E
RGB 92 107 78
HSL 91° 15.68% 36.27%
HSB/HSV 91° 27.10% 41.96%
CMYK 14.02% 0.00% 27.10%
58.04%

Color #5C6B4E in popluar number systems.

HEX 5C 6B 4E
Decimal 92 107 78
Binary 1011100 1101011 1001110
Octal 134 153 116

Shades and tints

Shades of #5C6B4E

#5C6B4E
(92,107,78)
#546247
(84,98,71)
#4C5940
(76,89,64)
#445039
(68,80,57)
#3C4732
(60,71,50)
#343E2B
(52,62,43)
#2C3524
(44,53,36)
#242C1D
(36,44,29)
#1C2316
(28,35,22)
#141A0F
(20,26,15)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #5C6B4E

#5C6B4E
(92,107,78)
#6A785E
(106,120,94)
#78856E
(120,133,110)
#86927E
(134,146,126)
#949F8E
(148,159,142)
#A2AC9E
(162,172,158)
#B0B9AE
(176,185,174)
#BEC6BE
(190,198,190)
#CCD3CE
(204,211,206)
#DAE0DE
(218,224,222)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6B4E color. Also use rgb(92,107,78) instead hex code.

Text Font Color

.myTextColor { color: #5C6B4E; }

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

This text font color is #5C6B4E.

Background Color

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

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

This div background color is #5C6B4E.

Border color

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

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

This div border color is #5C6B4E.

Opacity

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

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

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

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

This text has shadow with #5C6B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6B4E.

Preview

Color preview on black background

This text has color #5C6B4E on black background.


Color preview on white background

This text has color #5C6B4E on white background.


Black color preview on #5C6B4E background

This text has black color on #5C6B4E background.


White color preview on #5C6B4E background

This text has white color on #5C6B4E background.


Related colors

Complementary color

Complementary color for #hex is #A394B1.


I love getcolorcode.com

Triadic colors

1 #4E5C6B and #6B4E5C with #5C6B4E are triadic colors.

2 #4E6B5C and #6B5C4E with #5C6B4E are triadic colors.