COLOR #5C6557

HEX: #5C6557
RGB: (92,101,87)

Color info

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

RGB color model

#5C6557 color RGB value is (92,101,87).

  • red value is 92;
  • green value is 101;
  • blue value is 87.
RGB:
(92,101,87)
(36%,40%,34%)

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 87 of 255 = 34%

92
101
87

R + G + B ~ 37%. #5C6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 87 = 280 (100%)
R 92 of 280 ~ 32.86%
G 101 of 280 ~ 36.07%
B 87 of 280 ~ 31.07%

%32.86
%36.07
%31.07

CMYK color model

#5C6557 color CMYK value is (9,0,14,60).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(9,0,14,60)
C9M0Y14K60 
(9%,0%,14%,60%)
(0.09/0.00/0.14/0.60)	

CMYK percentages

%8.91
%0
%13.86
%60.39

Codes

Color #5C6557 in popluar color models

5C6557
RGB9210187
HSL99°7.45%36.86%
HSB/HSV99°13.86%39.61%
CMYK8.91%0.00%13.86%
60.39%

Color #5C6557 in popluar number systems.

HEX5C6557
Decimal9210187
Binary101110011001011010111
Octal134145127

Shades and tints

Shades of #5C6557

#5C6557
(92,101,87)
#545C50
(84,92,80)
#4C5349
(76,83,73)
#444A42
(68,74,66)
#3C413B
(60,65,59)
#343834
(52,56,52)
#2C2F2D
(44,47,45)
#242626
(36,38,38)
#1C1D1F
(28,29,31)
#141418
(20,20,24)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #5C6557

#5C6557
(92,101,87)
#6A7366
(106,115,102)
#788175
(120,129,117)
#868F84
(134,143,132)
#949D93
(148,157,147)
#A2ABA2
(162,171,162)
#B0B9B1
(176,185,177)
#BEC7C0
(190,199,192)
#CCD5CF
(204,213,207)
#DAE3DE
(218,227,222)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6557 color. Also use rgb(92,101,87) instead hex code.

Text Font Color

.myTextColor { color: #5C6557; }

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

This text font color is #5C6557.


Background Color

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

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

This div background color is #5C6557.


Border color

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

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

This div border color is #5C6557.


Opacity

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

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

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

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

This text has shadow with #5C6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6557 on black background.


Color preview on white background

This text has color #5C6557 on white background.



Black color preview on #5C6557 background

This text has black color on #5C6557 background.


White color preview on #5C6557 background

This text has white color on #5C6557 background.