COLOR #5C6D75

HEX: #5C6D75
RGB: (92,109,117)

Color info

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

RGB color model

#5C6D75 color RGB value is (92,109,117).

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

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 117 of 255 = 46%

92
109
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 117 = 318 (100%)
R 92 of 318 ~ 28.93%
G 109 of 318 ~ 34.28%
B 117 of 318 ~ 36.79%

%28.93
%34.28
%36.79

CMYK color model

#5C6D75 color CMYK value is (21,7,0,54).

  • cyan value is 21.37%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,7,0,54)
C21M7Y0K54 
(21%,7%,0%,54%)
(0.21/0.07/0.00/0.54)	

CMYK percentages

%21.37
%6.84
%0
%54.12

Codes

Color #5C6D75 in popluar color models

5C6D75
RGB92109117
HSL199°11.96%40.98%
HSB/HSV199°21.37%45.88%
CMYK21.37%6.84%0.00%
54.12%

Color #5C6D75 in popluar number systems.

HEX5C6D75
Decimal92109117
Binary101110011011011110101
Octal134155165

Shades and tints

Shades of #5C6D75

#5C6D75
(92,109,117)
#54646B
(84,100,107)
#4C5B61
(76,91,97)
#445257
(68,82,87)
#3C494D
(60,73,77)
#344043
(52,64,67)
#2C3739
(44,55,57)
#242E2F
(36,46,47)
#1C2525
(28,37,37)
#141C1B
(20,28,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5C6D75

#5C6D75
(92,109,117)
#6A7A81
(106,122,129)
#78878D
(120,135,141)
#869499
(134,148,153)
#94A1A5
(148,161,165)
#A2AEB1
(162,174,177)
#B0BBBD
(176,187,189)
#BEC8C9
(190,200,201)
#CCD5D5
(204,213,213)
#DAE2E1
(218,226,225)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6D75; }

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

This text font color is #5C6D75.


Background Color

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

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

This div background color is #5C6D75.


Border color

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

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

This div border color is #5C6D75.


Opacity

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

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

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

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

This text has shadow with #5C6D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D75 on black background.


Color preview on white background

This text has color #5C6D75 on white background.



Black color preview on #5C6D75 background

This text has black color on #5C6D75 background.


White color preview on #5C6D75 background

This text has white color on #5C6D75 background.