COLOR #5C5965

HEX: #5C5965 RGB: (92,89,101)

Color info

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

RGB color model

#5C5965 color RGB value is (92,89,101).

RGB: (92,89,101) (36%, 35%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 101 of 255 = 40%

92
89
101

R + G + B ~ 37%. #5C5965 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 89 + 101 = 282 (100%)
R 92 of 282 ~ 32.62%
G 89 of 282 ~ 31.56%
B 101 of 282 ~ 35.82'%

%32.62
%31.56
%35.82

CMYK color model

#5C5965 color CMYK value is (9,12,0,60).

  • cyan value is 8.91%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (9,12,0,60) C9M12Y0K60 (9%,12%,0%,60%) (0.09/0.12/0.00/0.60) 

CMYK percentages

%8.91
%11.88
%0
%60.39

Codes

Color #5C5965 in popluar color models

5C 59 65
RGB 92 89 101
HSL 255° 6.32% 37.25%
HSB/HSV 255° 11.88% 39.61%
CMYK 8.91% 11.88% 0.00%
60.39%

Color #5C5965 in popluar number systems.

HEX 5C 59 65
Decimal 92 89 101
Binary 1011100 1011001 1100101
Octal 134 131 145

Shades and tints

Shades of #5C5965

#5C5965
(92,89,101)
#54515C
(84,81,92)
#4C4953
(76,73,83)
#44414A
(68,65,74)
#3C3941
(60,57,65)
#343138
(52,49,56)
#2C292F
(44,41,47)
#242126
(36,33,38)
#1C191D
(28,25,29)
#141114
(20,17,20)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C5965

#5C5965
(92,89,101)
#6A6873
(106,104,115)
#787781
(120,119,129)
#86868F
(134,134,143)
#94959D
(148,149,157)
#A2A4AB
(162,164,171)
#B0B3B9
(176,179,185)
#BEC2C7
(190,194,199)
#CCD1D5
(204,209,213)
#DAE0E3
(218,224,227)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5965; }

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

This text font color is #5C5965.

Background Color

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

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

This div background color is #5C5965.

Border color

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

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

This div border color is #5C5965.

Opacity

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

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

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

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

This text has shadow with #5C5965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5965.

Preview

Color preview on black background

This text has color #5C5965 on black background.


Color preview on white background

This text has color #5C5965 on white background.


Black color preview on #5C5965 background

This text has black color on #5C5965 background.


White color preview on #5C5965 background

This text has white color on #5C5965 background.


Related colors

Complementary color

Complementary color for #hex is #A3A69A.


I love getcolorcode.com

Triadic colors

1 #655C59 and #59655C with #5C5965 are triadic colors.

2 #65595C and #595C65 with #5C5965 are triadic colors.