COLOR #5C5350

HEX: #5C5350 RGB: (92,83,80)

Color info

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

RGB color model

#5C5350 color RGB value is (92,83,80).

RGB: (92,83,80) (36%, 33%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 83 of 255 = 33%
B 80 of 255 = 31%

92
83
80

R + G + B ~ 33%. #5C5350 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 83 + 80 = 255 (100%)
R 92 of 255 ~ 36.08%
G 83 of 255 ~ 32.55%
B 80 of 255 ~ 31.37'%

%36.08
%32.55
%31.37

CMYK color model

#5C5350 color CMYK value is (0,10,13,64).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 13.04%
  • key color value is 63.92%

CMYK: (0,10,13,64)
C0M10Y13K64 (0%, 10%, 13%, 64%)
(0.00 / 0.10 / 0.13 / 0.64)

CMYK percentages

%0
%9.78
%13.04
%63.92

Codes

Color #5C5350 in popluar color models

5C 53 50
RGB 92 83 80
HSL 15° 6.98% 33.73%
HSB/HSV 15° 13.04% 36.08%
CMYK 0.00% 9.78% 13.04%
63.92%

Color #5C5350 in popluar number systems.

HEX 5C 53 50
Decimal 92 83 80
Binary 1011100 1010011 1010000
Octal 134 123 120

Shades and tints

Shades of #5C5350

#5C5350
(92,83,80)
#544C49
(84,76,73)
#4C4542
(76,69,66)
#443E3B
(68,62,59)
#3C3734
(60,55,52)
#34302D
(52,48,45)
#2C2926
(44,41,38)
#24221F
(36,34,31)
#1C1B18
(28,27,24)
#141411
(20,20,17)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #5C5350

#5C5350
(92,83,80)
#6A625F
(106,98,95)
#78716E
(120,113,110)
#86807D
(134,128,125)
#948F8C
(148,143,140)
#A29E9B
(162,158,155)
#B0ADAA
(176,173,170)
#BEBCB9
(190,188,185)
#CCCBC8
(204,203,200)
#DADAD7
(218,218,215)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5350 color. Also use rgb(92,83,80) instead hex code.

Text Font Color

.myTextColor { color: #5C5350; }

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

This text font color is #5C5350.

Background Color

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

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

This div background color is #5C5350.

Border color

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

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

This div border color is #5C5350.

Opacity

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

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

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

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

This text has shadow with #5C5350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5350.

Preview

Color preview on black background

This text has color #5C5350 on black background.


Color preview on white background

This text has color #5C5350 on white background.


Black color preview on #5C5350 background

This text has black color on #5C5350 background.


White color preview on #5C5350 background

This text has white color on #5C5350 background.


Related colors

Complementary color

Complementary color for #hex is #A3ACAF.


I love getcolorcode.com

Triadic colors

1 #505C53 and #53505C with #5C5350 are triadic colors.

2 #50535C and #535C50 with #5C5350 are triadic colors.