COLOR #5C6E61

HEX: #5C6E61
RGB: (92,110,97)

Color info

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

RGB color model

#5C6E61 color RGB value is (92,110,97).

  • red value is 92;
  • green value is 110;
  • blue value is 97.
RGB:
(92,110,97)
(36%,43%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 97 of 255 = 38%

92
110
97

R + G + B ~ 39%. #5C6E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 97 = 299 (100%)
R 92 of 299 ~ 30.77%
G 110 of 299 ~ 36.79%
B 97 of 299 ~ 32.44%

%30.77
%36.79
%32.44

CMYK color model

#5C6E61 color CMYK value is (16,0,12,57).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(16,0,12,57)
C16M0Y12K57 
(16%,0%,12%,57%)
(0.16/0.00/0.12/0.57)	

CMYK percentages

%16.36
%0
%11.82
%56.86

Codes

Color #5C6E61 in popluar color models

5C6E61
RGB9211097
HSL137°8.91%39.61%
HSB/HSV137°16.36%43.14%
CMYK16.36%0.00%11.82%
56.86%

Color #5C6E61 in popluar number systems.

HEX5C6E61
Decimal9211097
Binary101110011011101100001
Octal134156141

Shades and tints

Shades of #5C6E61

#5C6E61
(92,110,97)
#546459
(84,100,89)
#4C5A51
(76,90,81)
#445049
(68,80,73)
#3C4641
(60,70,65)
#343C39
(52,60,57)
#2C3231
(44,50,49)
#242829
(36,40,41)
#1C1E21
(28,30,33)
#141419
(20,20,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #5C6E61

#5C6E61
(92,110,97)
#6A7B6F
(106,123,111)
#78887D
(120,136,125)
#86958B
(134,149,139)
#94A299
(148,162,153)
#A2AFA7
(162,175,167)
#B0BCB5
(176,188,181)
#BEC9C3
(190,201,195)
#CCD6D1
(204,214,209)
#DAE3DF
(218,227,223)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6E61 color. Also use rgb(92,110,97) instead hex code.

Text Font Color

.myTextColor { color: #5C6E61; }

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

This text font color is #5C6E61.


Background Color

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

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

This div background color is #5C6E61.


Border color

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

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

This div border color is #5C6E61.


Opacity

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

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

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

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

This text has shadow with #5C6E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6E61 on black background.


Color preview on white background

This text has color #5C6E61 on white background.



Black color preview on #5C6E61 background

This text has black color on #5C6E61 background.


White color preview on #5C6E61 background

This text has white color on #5C6E61 background.