COLOR #5C595B

HEX: #5C595B RGB: (92,89,91)

Color info

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

RGB color model

#5C595B color RGB value is (92,89,91).

RGB: (92,89,91) (36%, 35%, 36%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 91 of 255 = 36%

92
89
91

R + G + B ~ 36%. #5C595B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 89 + 91 = 272 (100%)
R 92 of 272 ~ 33.82%
G 89 of 272 ~ 32.72%
B 91 of 272 ~ 33.46'%

%33.82
%32.72
%33.46

CMYK color model

#5C595B color CMYK value is (0,3,1,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 1.09%
  • key color value is 63.92%

CMYK: (0,3,1,64)
C0M3Y1K64 (0%, 3%, 1%, 64%)
(0.00 / 0.03 / 0.01 / 0.64)

CMYK percentages

%0
%3.26
%1.09
%63.92

Codes

Color #5C595B in popluar color models

5C 59 5B
RGB 92 89 91
HSL 320° 1.66% 35.49%
HSB/HSV 320° 3.26% 36.08%
CMYK 0.00% 3.26% 1.09%
63.92%

Color #5C595B in popluar number systems.

HEX 5C 59 5B
Decimal 92 89 91
Binary 1011100 1011001 1011011
Octal 134 131 133

Shades and tints

Shades of #5C595B

#5C595B
(92,89,91)
#545153
(84,81,83)
#4C494B
(76,73,75)
#444143
(68,65,67)
#3C393B
(60,57,59)
#343133
(52,49,51)
#2C292B
(44,41,43)
#242123
(36,33,35)
#1C191B
(28,25,27)
#141113
(20,17,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C595B

#5C595B
(92,89,91)
#6A6869
(106,104,105)
#787777
(120,119,119)
#868685
(134,134,133)
#949593
(148,149,147)
#A2A4A1
(162,164,161)
#B0B3AF
(176,179,175)
#BEC2BD
(190,194,189)
#CCD1CB
(204,209,203)
#DAE0D9
(218,224,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C595B; }

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

This text font color is #5C595B.

Background Color

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

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

This div background color is #5C595B.

Border color

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

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

This div border color is #5C595B.

Opacity

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

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

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

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

This text has shadow with #5C595B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C595B.

Preview

Color preview on black background

This text has color #5C595B on black background.


Color preview on white background

This text has color #5C595B on white background.


Black color preview on #5C595B background

This text has black color on #5C595B background.


White color preview on #5C595B background

This text has white color on #5C595B background.


Related colors

Complementary color

Complementary color for #hex is #A3A6A4.


I love getcolorcode.com

Triadic colors

1 #5B5C59 and #595B5C with #5C595B are triadic colors.

2 #5B595C and #595C5B with #5C595B are triadic colors.