COLOR #5C6265

HEX: #5C6265 RGB: (92,98,101)

Color info

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

RGB color model

#5C6265 color RGB value is (92,98,101).

RGB: (92,98,101) (36%, 38%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 98 of 255 = 38%
B 101 of 255 = 40%

92
98
101

R + G + B ~ 38%. #5C6265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 98 + 101 = 291 (100%)
R 92 of 291 ~ 31.62%
G 98 of 291 ~ 33.68%
B 101 of 291 ~ 34.71'%

%31.62
%33.68
%34.71

CMYK color model

#5C6265 color CMYK value is (9,3,0,60).

  • cyan value is 8.91%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (9,3,0,60)
C9M3Y0K60 (9%, 3%, 0%, 60%)
(0.09 / 0.03 / 0.00 / 0.60)

CMYK percentages

%8.91
%2.97
%0
%60.39

Codes

Color #5C6265 in popluar color models

5C 62 65
RGB 92 98 101
HSL 200° 4.66% 37.84%
HSB/HSV 200° 8.91% 39.61%
CMYK 8.91% 2.97% 0.00%
60.39%

Color #5C6265 in popluar number systems.

HEX 5C 62 65
Decimal 92 98 101
Binary 1011100 1100010 1100101
Octal 134 142 145

Shades and tints

Shades of #5C6265

#5C6265
(92,98,101)
#545A5C
(84,90,92)
#4C5253
(76,82,83)
#444A4A
(68,74,74)
#3C4241
(60,66,65)
#343A38
(52,58,56)
#2C322F
(44,50,47)
#242A26
(36,42,38)
#1C221D
(28,34,29)
#141A14
(20,26,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #5C6265

#5C6265
(92,98,101)
#6A7073
(106,112,115)
#787E81
(120,126,129)
#868C8F
(134,140,143)
#949A9D
(148,154,157)
#A2A8AB
(162,168,171)
#B0B6B9
(176,182,185)
#BEC4C7
(190,196,199)
#CCD2D5
(204,210,213)
#DAE0E3
(218,224,227)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6265; }

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

This text font color is #5C6265.

Background Color

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

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

This div background color is #5C6265.

Border color

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

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

This div border color is #5C6265.

Opacity

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

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

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

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

This text has shadow with #5C6265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6265.

Preview

Color preview on black background

This text has color #5C6265 on black background.


Color preview on white background

This text has color #5C6265 on white background.


Black color preview on #5C6265 background

This text has black color on #5C6265 background.


White color preview on #5C6265 background

This text has white color on #5C6265 background.


Related colors

Complementary color

Complementary color for #hex is #A39D9A.


I love getcolorcode.com

Triadic colors

1 #655C62 and #62655C with #5C6265 are triadic colors.

2 #65625C and #625C65 with #5C6265 are triadic colors.