COLOR #5C5F4C

HEX: #5C5F4C RGB: (92,95,76)

Color info

#5C5F4C contains red, green and blue colors in about the same proportion. Web safe color of #5C5F4C is #666633 (or #663).

RGB color model

#5C5F4C color RGB value is (92,95,76).

RGB: (92,95,76) (36%, 37%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 95 of 255 = 37%
B 76 of 255 = 30%

92
95
76

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

Portions of RGB colors in percentages

R + G + B = 92 + 95 + 76 = 263 (100%)
R 92 of 263 ~ 34.98%
G 95 of 263 ~ 36.12%
B 76 of 263 ~ 28.9'%

%34.98
%36.12
%28.9

CMYK color model

#5C5F4C color CMYK value is (3,0,20,63).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 62.75%

CMYK: (3,0,20,63)
C3M0Y20K63 (3%, 0%, 20%, 63%)
(0.03 / 0.00 / 0.20 / 0.63)

CMYK percentages

%3.16
%0
%20
%62.75

Codes

Color #5C5F4C in popluar color models

5C 5F 4C
RGB 92 95 76
HSL 69° 11.11% 33.53%
HSB/HSV 69° 20.00% 37.25%
CMYK 3.16% 0.00% 20.00%
62.75%

Color #5C5F4C in popluar number systems.

HEX 5C 5F 4C
Decimal 92 95 76
Binary 1011100 1011111 1001100
Octal 134 137 114

Shades and tints

Shades of #5C5F4C

#5C5F4C
(92,95,76)
#545746
(84,87,70)
#4C4F40
(76,79,64)
#44473A
(68,71,58)
#3C3F34
(60,63,52)
#34372E
(52,55,46)
#2C2F28
(44,47,40)
#242722
(36,39,34)
#1C1F1C
(28,31,28)
#141716
(20,23,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C5F4C

#5C5F4C
(92,95,76)
#6A6D5C
(106,109,92)
#787B6C
(120,123,108)
#86897C
(134,137,124)
#94978C
(148,151,140)
#A2A59C
(162,165,156)
#B0B3AC
(176,179,172)
#BEC1BC
(190,193,188)
#CCCFCC
(204,207,204)
#DADDDC
(218,221,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5F4C color. Also use rgb(92,95,76) instead hex code.

Text Font Color

.myTextColor { color: #5C5F4C; }

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

This text font color is #5C5F4C.

Background Color

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

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

This div background color is #5C5F4C.

Border color

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

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

This div border color is #5C5F4C.

Opacity

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

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

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

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

This text has shadow with #5C5F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5F4C.

Preview

Color preview on black background

This text has color #5C5F4C on black background.


Color preview on white background

This text has color #5C5F4C on white background.


Black color preview on #5C5F4C background

This text has black color on #5C5F4C background.


White color preview on #5C5F4C background

This text has white color on #5C5F4C background.


Related colors

Complementary color

Complementary color for #hex is #A3A0B3.


I love getcolorcode.com

Triadic colors

1 #4C5C5F and #5F4C5C with #5C5F4C are triadic colors.

2 #4C5F5C and #5F5C4C with #5C5F4C are triadic colors.