COLOR #5C5A54

HEX: #5C5A54 RGB: (92,90,84)

Color info

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

RGB color model

#5C5A54 color RGB value is (92,90,84).

RGB: (92,90,84) (36%, 35%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 90 of 255 = 35%
B 84 of 255 = 33%

92
90
84

R + G + B ~ 35%. #5C5A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 90 + 84 = 266 (100%)
R 92 of 266 ~ 34.59%
G 90 of 266 ~ 33.83%
B 84 of 266 ~ 31.58'%

%34.59
%33.83
%31.58

CMYK color model

#5C5A54 color CMYK value is (0,2,9,64).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 8.70%
  • key color value is 63.92%
CMYK: (0,2,9,64) C0M2Y9K64 (0%,2%,9%,64%) (0.00/0.02/0.09/0.64) 

CMYK percentages

%0
%2.17
%8.7
%63.92

Codes

Color #5C5A54 in popluar color models

5C 5A 54
RGB 92 90 84
HSL 45° 4.55% 34.51%
HSB/HSV 45° 8.70% 36.08%
CMYK 0.00% 2.17% 8.70%
63.92%

Color #5C5A54 in popluar number systems.

HEX 5C 5A 54
Decimal 92 90 84
Binary 1011100 1011010 1010100
Octal 134 132 124

Shades and tints

Shades of #5C5A54

#5C5A54
(92,90,84)
#54524D
(84,82,77)
#4C4A46
(76,74,70)
#44423F
(68,66,63)
#3C3A38
(60,58,56)
#343231
(52,50,49)
#2C2A2A
(44,42,42)
#242223
(36,34,35)
#1C1A1C
(28,26,28)
#141215
(20,18,21)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #5C5A54

#5C5A54
(92,90,84)
#6A6963
(106,105,99)
#787872
(120,120,114)
#868781
(134,135,129)
#949690
(148,150,144)
#A2A59F
(162,165,159)
#B0B4AE
(176,180,174)
#BEC3BD
(190,195,189)
#CCD2CC
(204,210,204)
#DAE1DB
(218,225,219)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5A54 color. Also use rgb(92,90,84) instead hex code.

Text Font Color

.myTextColor { color: #5C5A54; }

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

This text font color is #5C5A54.

Background Color

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

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

This div background color is #5C5A54.

Border color

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

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

This div border color is #5C5A54.

Opacity

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

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

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

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

This text has shadow with #5C5A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5A54.

Preview

Color preview on black background

This text has color #5C5A54 on black background.


Color preview on white background

This text has color #5C5A54 on white background.


Black color preview on #5C5A54 background

This text has black color on #5C5A54 background.


White color preview on #5C5A54 background

This text has white color on #5C5A54 background.


Related colors

Complementary color

Complementary color for #hex is #A3A5AB.


I love getcolorcode.com

Triadic colors

1 #545C5A and #5A545C with #5C5A54 are triadic colors.

2 #545A5C and #5A5C54 with #5C5A54 are triadic colors.