COLOR #5C6B75

HEX: #5C6B75
RGB: (92,107,117)

Color info

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

RGB color model

#5C6B75 color RGB value is (92,107,117).

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

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 117 of 255 = 46%

92
107
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 117 = 316 (100%)
R 92 of 316 ~ 29.11%
G 107 of 316 ~ 33.86%
B 117 of 316 ~ 37.03%

%29.11
%33.86
%37.03

CMYK color model

#5C6B75 color CMYK value is (21,9,0,54).

  • cyan value is 21.37%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,9,0,54)
C21M9Y0K54 
(21%,9%,0%,54%)
(0.21/0.09/0.00/0.54)	

CMYK percentages

%21.37
%8.55
%0
%54.12

Codes

Color #5C6B75 in popluar color models

5C6B75
RGB92107117
HSL204°11.96%40.98%
HSB/HSV204°21.37%45.88%
CMYK21.37%8.55%0.00%
54.12%

Color #5C6B75 in popluar number systems.

HEX5C6B75
Decimal92107117
Binary101110011010111110101
Octal134153165

Shades and tints

Shades of #5C6B75

#5C6B75
(92,107,117)
#54626B
(84,98,107)
#4C5961
(76,89,97)
#445057
(68,80,87)
#3C474D
(60,71,77)
#343E43
(52,62,67)
#2C3539
(44,53,57)
#242C2F
(36,44,47)
#1C2325
(28,35,37)
#141A1B
(20,26,27)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #5C6B75

#5C6B75
(92,107,117)
#6A7881
(106,120,129)
#78858D
(120,133,141)
#869299
(134,146,153)
#949FA5
(148,159,165)
#A2ACB1
(162,172,177)
#B0B9BD
(176,185,189)
#BEC6C9
(190,198,201)
#CCD3D5
(204,211,213)
#DAE0E1
(218,224,225)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6B75; }

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

This text font color is #5C6B75.


Background Color

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

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

This div background color is #5C6B75.


Border color

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

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

This div border color is #5C6B75.


Opacity

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

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

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

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

This text has shadow with #5C6B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6B75 on black background.


Color preview on white background

This text has color #5C6B75 on white background.



Black color preview on #5C6B75 background

This text has black color on #5C6B75 background.


White color preview on #5C6B75 background

This text has white color on #5C6B75 background.