COLOR #5C626A

HEX: #5C626A
RGB: (92,98,106)

Color info

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

RGB color model

#5C626A color RGB value is (92,98,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 98 of 255 = 38%
B 106 of 255 = 42%

92
98
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 98 + 106 = 296 (100%)
R 92 of 296 ~ 31.08%
G 98 of 296 ~ 33.11%
B 106 of 296 ~ 35.81%

%31.08
%33.11
%35.81

CMYK color model

#5C626A color CMYK value is (13,8,0,58).

  • cyan value is 13.21%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(13,8,0,58)
C13M8Y0K58 
(13%,8%,0%,58%)
(0.13/0.08/0.00/0.58)	

CMYK percentages

%13.21
%7.55
%0
%58.43

Codes

Color #5C626A in popluar color models

5C626A
RGB9298106
HSL214°7.07%38.82%
HSB/HSV214°13.21%41.57%
CMYK13.21%7.55%0.00%
58.43%

Color #5C626A in popluar number systems.

HEX5C626A
Decimal9298106
Binary101110011000101101010
Octal134142152

Shades and tints

Shades of #5C626A

#5C626A
(92,98,106)
#545A61
(84,90,97)
#4C5258
(76,82,88)
#444A4F
(68,74,79)
#3C4246
(60,66,70)
#343A3D
(52,58,61)
#2C3234
(44,50,52)
#242A2B
(36,42,43)
#1C2222
(28,34,34)
#141A19
(20,26,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #5C626A

#5C626A
(92,98,106)
#6A7077
(106,112,119)
#787E84
(120,126,132)
#868C91
(134,140,145)
#949A9E
(148,154,158)
#A2A8AB
(162,168,171)
#B0B6B8
(176,182,184)
#BEC4C5
(190,196,197)
#CCD2D2
(204,210,210)
#DAE0DF
(218,224,223)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C626A; }

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

This text font color is #5C626A.


Background Color

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

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

This div background color is #5C626A.


Border color

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

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

This div border color is #5C626A.


Opacity

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

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

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

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

This text has shadow with #5C626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C626A on black background.


Color preview on white background

This text has color #5C626A on white background.



Black color preview on #5C626A background

This text has black color on #5C626A background.


White color preview on #5C626A background

This text has white color on #5C626A background.