COLOR #5C5850

HEX: #5C5850 RGB: (92,88,80)

Color info

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

RGB color model

#5C5850 color RGB value is (92,88,80).

RGB: (92,88,80) (36%, 35%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 80 of 255 = 31%

92
88
80

R + G + B ~ 34%. #5C5850 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 88 + 80 = 260 (100%)
R 92 of 260 ~ 35.38%
G 88 of 260 ~ 33.85%
B 80 of 260 ~ 30.77'%

%35.38
%33.85
%30.77

CMYK color model

#5C5850 color CMYK value is (0,4,13,64).

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

CMYK: (0,4,13,64)
C0M4Y13K64 (0%, 4%, 13%, 64%)
(0.00 / 0.04 / 0.13 / 0.64)

CMYK percentages

%0
%4.35
%13.04
%63.92

Codes

Color #5C5850 in popluar color models

5C 58 50
RGB 92 88 80
HSL 40° 6.98% 33.73%
HSB/HSV 40° 13.04% 36.08%
CMYK 0.00% 4.35% 13.04%
63.92%

Color #5C5850 in popluar number systems.

HEX 5C 58 50
Decimal 92 88 80
Binary 1011100 1011000 1010000
Octal 134 130 120

Shades and tints

Shades of #5C5850

#5C5850
(92,88,80)
#545049
(84,80,73)
#4C4842
(76,72,66)
#44403B
(68,64,59)
#3C3834
(60,56,52)
#34302D
(52,48,45)
#2C2826
(44,40,38)
#24201F
(36,32,31)
#1C1818
(28,24,24)
#141011
(20,16,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #5C5850

#5C5850
(92,88,80)
#6A675F
(106,103,95)
#78766E
(120,118,110)
#86857D
(134,133,125)
#94948C
(148,148,140)
#A2A39B
(162,163,155)
#B0B2AA
(176,178,170)
#BEC1B9
(190,193,185)
#CCD0C8
(204,208,200)
#DADFD7
(218,223,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5850; }

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

This text font color is #5C5850.

Background Color

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

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

This div background color is #5C5850.

Border color

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

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

This div border color is #5C5850.

Opacity

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

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

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

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

This text has shadow with #5C5850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5850.

Preview

Color preview on black background

This text has color #5C5850 on black background.


Color preview on white background

This text has color #5C5850 on white background.


Black color preview on #5C5850 background

This text has black color on #5C5850 background.


White color preview on #5C5850 background

This text has white color on #5C5850 background.


Related colors

Complementary color

Complementary color for #hex is #A3A7AF.


I love getcolorcode.com

Triadic colors

1 #505C58 and #58505C with #5C5850 are triadic colors.

2 #50585C and #585C50 with #5C5850 are triadic colors.