COLOR #5C6257

HEX: #5C6257
RGB: (92,98,87)

Color info

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

RGB color model

#5C6257 color RGB value is (92,98,87).

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

RGB channels and saturation

R 92 of 255 = 36%
G 98 of 255 = 38%
B 87 of 255 = 34%

92
98
87

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

Portions of RGB colors in percentages

R + G + B =
92 + 98 + 87 = 277 (100%)
R 92 of 277 ~ 33.21%
G 98 of 277 ~ 35.38%
B 87 of 277 ~ 31.41%

%33.21
%35.38
%31.41

CMYK color model

#5C6257 color CMYK value is (6,0,11,62).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 61.57%
CMYK:
(6,0,11,62)
C6M0Y11K62 
(6%,0%,11%,62%)
(0.06/0.00/0.11/0.62)	

CMYK percentages

%6.12
%0
%11.22
%61.57

Codes

Color #5C6257 in popluar color models

5C6257
RGB929887
HSL93°5.95%36.27%
HSB/HSV93°11.22%38.43%
CMYK6.12%0.00%11.22%
61.57%

Color #5C6257 in popluar number systems.

HEX5C6257
Decimal929887
Binary101110011000101010111
Octal134142127

Shades and tints

Shades of #5C6257

#5C6257
(92,98,87)
#545A50
(84,90,80)
#4C5249
(76,82,73)
#444A42
(68,74,66)
#3C423B
(60,66,59)
#343A34
(52,58,52)
#2C322D
(44,50,45)
#242A26
(36,42,38)
#1C221F
(28,34,31)
#141A18
(20,26,24)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #5C6257

#5C6257
(92,98,87)
#6A7066
(106,112,102)
#787E75
(120,126,117)
#868C84
(134,140,132)
#949A93
(148,154,147)
#A2A8A2
(162,168,162)
#B0B6B1
(176,182,177)
#BEC4C0
(190,196,192)
#CCD2CF
(204,210,207)
#DAE0DE
(218,224,222)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6257; }

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

This text font color is #5C6257.


Background Color

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

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

This div background color is #5C6257.


Border color

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

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

This div border color is #5C6257.


Opacity

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

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

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

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

This text has shadow with #5C6257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6257 on black background.


Color preview on white background

This text has color #5C6257 on white background.



Black color preview on #5C6257 background

This text has black color on #5C6257 background.


White color preview on #5C6257 background

This text has white color on #5C6257 background.