COLOR #5C6058

HEX: #5C6058 RGB: (92,96,88)

Color info

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

RGB color model

#5C6058 color RGB value is (92,96,88).

RGB: (92,96,88) (36%, 38%, 35%)

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 88 of 255 = 35%

92
96
88

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

Portions of RGB colors in percentages

R + G + B = 92 + 96 + 88 = 276 (100%)
R 92 of 276 ~ 33.33%
G 96 of 276 ~ 34.78%
B 88 of 276 ~ 31.88'%

%33.33
%34.78
%31.88

CMYK color model

#5C6058 color CMYK value is (4,0,8,62).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 62.35%

CMYK: (4,0,8,62)
C4M0Y8K62 (4%, 0%, 8%, 62%)
(0.04 / 0.00 / 0.08 / 0.62)

CMYK percentages

%4.17
%0
%8.33
%62.35

Codes

Color #5C6058 in popluar color models

5C 60 58
RGB 92 96 88
HSL 90° 4.35% 36.08%
HSB/HSV 90° 8.33% 37.65%
CMYK 4.17% 0.00% 8.33%
62.35%

Color #5C6058 in popluar number systems.

HEX 5C 60 58
Decimal 92 96 88
Binary 1011100 1100000 1011000
Octal 134 140 130

Shades and tints

Shades of #5C6058

#5C6058
(92,96,88)
#545850
(84,88,80)
#4C5048
(76,80,72)
#444840
(68,72,64)
#3C4038
(60,64,56)
#343830
(52,56,48)
#2C3028
(44,48,40)
#242820
(36,40,32)
#1C2018
(28,32,24)
#141810
(20,24,16)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #5C6058

#5C6058
(92,96,88)
#6A6E67
(106,110,103)
#787C76
(120,124,118)
#868A85
(134,138,133)
#949894
(148,152,148)
#A2A6A3
(162,166,163)
#B0B4B2
(176,180,178)
#BEC2C1
(190,194,193)
#CCD0D0
(204,208,208)
#DADEDF
(218,222,223)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6058; }

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

This text font color is #5C6058.

Background Color

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

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

This div background color is #5C6058.

Border color

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

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

This div border color is #5C6058.

Opacity

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

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

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

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

This text has shadow with #5C6058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6058.

Preview

Color preview on black background

This text has color #5C6058 on black background.


Color preview on white background

This text has color #5C6058 on white background.


Black color preview on #5C6058 background

This text has black color on #5C6058 background.


White color preview on #5C6058 background

This text has white color on #5C6058 background.


Related colors

Complementary color

Complementary color for #hex is #A39FA7.


I love getcolorcode.com

Triadic colors

1 #585C60 and #60585C with #5C6058 are triadic colors.

2 #58605C and #605C58 with #5C6058 are triadic colors.