COLOR #5C6D79

HEX: #5C6D79
RGB: (92,109,121)

Color info

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

RGB color model

#5C6D79 color RGB value is (92,109,121).

  • red value is 92;
  • green value is 109;
  • blue value is 121.
RGB:
(92,109,121)
(36%,43%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 121 of 255 = 47%

92
109
121

R + G + B ~ 42%. #5C6D79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 121 = 322 (100%)
R 92 of 322 ~ 28.57%
G 109 of 322 ~ 33.85%
B 121 of 322 ~ 37.58%

%28.57
%33.85
%37.58

CMYK color model

#5C6D79 color CMYK value is (24,10,0,53).

  • cyan value is 23.97%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(24,10,0,53)
C24M10Y0K53 
(24%,10%,0%,53%)
(0.24/0.10/0.00/0.53)	

CMYK percentages

%23.97
%9.92
%0
%52.55

Codes

Color #5C6D79 in popluar color models

5C6D79
RGB92109121
HSL205°13.62%41.76%
HSB/HSV205°23.97%47.45%
CMYK23.97%9.92%0.00%
52.55%

Color #5C6D79 in popluar number systems.

HEX5C6D79
Decimal92109121
Binary101110011011011111001
Octal134155171

Shades and tints

Shades of #5C6D79

#5C6D79
(92,109,121)
#54646E
(84,100,110)
#4C5B63
(76,91,99)
#445258
(68,82,88)
#3C494D
(60,73,77)
#344042
(52,64,66)
#2C3737
(44,55,55)
#242E2C
(36,46,44)
#1C2521
(28,37,33)
#141C16
(20,28,22)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #5C6D79

#5C6D79
(92,109,121)
#6A7A85
(106,122,133)
#788791
(120,135,145)
#86949D
(134,148,157)
#94A1A9
(148,161,169)
#A2AEB5
(162,174,181)
#B0BBC1
(176,187,193)
#BEC8CD
(190,200,205)
#CCD5D9
(204,213,217)
#DAE2E5
(218,226,229)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6D79 color. Also use rgb(92,109,121) instead hex code.

Text Font Color

.myTextColor { color: #5C6D79; }

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

This text font color is #5C6D79.


Background Color

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

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

This div background color is #5C6D79.


Border color

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

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

This div border color is #5C6D79.


Opacity

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

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

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

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

This text has shadow with #5C6D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D79 on black background.


Color preview on white background

This text has color #5C6D79 on white background.



Black color preview on #5C6D79 background

This text has black color on #5C6D79 background.


White color preview on #5C6D79 background

This text has white color on #5C6D79 background.