COLOR #5E5C4C

HEX: #5E5C4C RGB: (94,92,76)

Color info

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

RGB color model

#5E5C4C color RGB value is (94,92,76).

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

RGB channels and saturation

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

94
92
76

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

Portions of RGB colors in percentages

R + G + B = 94 + 92 + 76 = 262 (100%)
R 94 of 262 ~ 35.88%
G 92 of 262 ~ 35.11%
B 76 of 262 ~ 29.01'%

%35.88
%35.11
%29.01

CMYK color model

#5E5C4C color CMYK value is (0,2,19,63).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 19.15%
  • key color value is 63.14%

CMYK: (0,2,19,63)
C0M2Y19K63 (0%, 2%, 19%, 63%)
(0.00 / 0.02 / 0.19 / 0.63)

CMYK percentages

%0
%2.13
%19.15
%63.14

Codes

Color #5E5C4C in popluar color models

5E 5C 4C
RGB 94 92 76
HSL 53° 10.59% 33.33%
HSB/HSV 53° 19.15% 36.86%
CMYK 0.00% 2.13% 19.15%
63.14%

Color #5E5C4C in popluar number systems.

HEX 5E 5C 4C
Decimal 94 92 76
Binary 1011110 1011100 1001100
Octal 136 134 114

Shades and tints

Shades of #5E5C4C

#5E5C4C
(94,92,76)
#565446
(86,84,70)
#4E4C40
(78,76,64)
#46443A
(70,68,58)
#3E3C34
(62,60,52)
#36342E
(54,52,46)
#2E2C28
(46,44,40)
#262422
(38,36,34)
#1E1C1C
(30,28,28)
#161416
(22,20,22)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E5C4C

#5E5C4C
(94,92,76)
#6C6A5C
(108,106,92)
#7A786C
(122,120,108)
#88867C
(136,134,124)
#96948C
(150,148,140)
#A4A29C
(164,162,156)
#B2B0AC
(178,176,172)
#C0BEBC
(192,190,188)
#CECCCC
(206,204,204)
#DCDADC
(220,218,220)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5C4C; }

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

This text font color is #5E5C4C.

Background Color

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

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

This div background color is #5E5C4C.

Border color

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

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

This div border color is #5E5C4C.

Opacity

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

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

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

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

This text has shadow with #5E5C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5C4C.

Preview

Color preview on black background

This text has color #5E5C4C on black background.


Color preview on white background

This text has color #5E5C4C on white background.


Black color preview on #5E5C4C background

This text has black color on #5E5C4C background.


White color preview on #5E5C4C background

This text has white color on #5E5C4C background.


Related colors

Complementary color

Complementary color for #hex is #A1A3B3.


I love getcolorcode.com

Triadic colors

1 #4C5E5C and #5C4C5E with #5E5C4C are triadic colors.

2 #4C5C5E and #5C5E4C with #5E5C4C are triadic colors.