COLOR #5C6B4F

HEX: #5C6B4F
RGB: (92,107,79)

Color info

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

RGB color model

#5C6B4F color RGB value is (92,107,79).

  • red value is 92;
  • green value is 107;
  • blue value is 79.
RGB:
(92,107,79)
(36%,42%,31%)

RGB channels and saturation

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

92
107
79

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 79 = 278 (100%)
R 92 of 278 ~ 33.09%
G 107 of 278 ~ 38.49%
B 79 of 278 ~ 28.42%

%33.09
%38.49
%28.42

CMYK color model

#5C6B4F color CMYK value is (14,0,26,58).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(14,0,26,58)
C14M0Y26K58 
(14%,0%,26%,58%)
(0.14/0.00/0.26/0.58)	

CMYK percentages

%14.02
%0
%26.17
%58.04

Codes

Color #5C6B4F in popluar color models

5C6B4F
RGB9210779
HSL92°15.05%36.47%
HSB/HSV92°26.17%41.96%
CMYK14.02%0.00%26.17%
58.04%

Color #5C6B4F in popluar number systems.

HEX5C6B4F
Decimal9210779
Binary101110011010111001111
Octal134153117

Shades and tints

Shades of #5C6B4F

#5C6B4F
(92,107,79)
#546248
(84,98,72)
#4C5941
(76,89,65)
#44503A
(68,80,58)
#3C4733
(60,71,51)
#343E2C
(52,62,44)
#2C3525
(44,53,37)
#242C1E
(36,44,30)
#1C2317
(28,35,23)
#141A10
(20,26,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #5C6B4F

#5C6B4F
(92,107,79)
#6A785F
(106,120,95)
#78856F
(120,133,111)
#86927F
(134,146,127)
#949F8F
(148,159,143)
#A2AC9F
(162,172,159)
#B0B9AF
(176,185,175)
#BEC6BF
(190,198,191)
#CCD3CF
(204,211,207)
#DAE0DF
(218,224,223)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6B4F; }

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

This text font color is #5C6B4F.


Background Color

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

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

This div background color is #5C6B4F.


Border color

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

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

This div border color is #5C6B4F.


Opacity

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

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

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

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

This text has shadow with #5C6B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6B4F on black background.


Color preview on white background

This text has color #5C6B4F on white background.



Black color preview on #5C6B4F background

This text has black color on #5C6B4F background.


White color preview on #5C6B4F background

This text has white color on #5C6B4F background.