COLOR #5E564C

HEX: #5E564C
RGB: (94,86,76)

Color info

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

RGB color model

#5E564C color RGB value is (94,86,76).

  • red value is 94;
  • green value is 86;
  • blue value is 76.
RGB:
(94,86,76)
(37%,34%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 76 of 255 = 30%

94
86
76

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 76 = 256 (100%)
R 94 of 256 ~ 36.72%
G 86 of 256 ~ 33.59%
B 76 of 256 ~ 29.69%

%36.72
%33.59
%29.69

CMYK color model

#5E564C color CMYK value is (0,9,19,63).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(0,9,19,63)
C0M9Y19K63 
(0%,9%,19%,63%)
(0.00/0.09/0.19/0.63)	

CMYK percentages

%0
%8.51
%19.15
%63.14

Codes

Color #5E564C in popluar color models

5E564C
RGB948676
HSL33°10.59%33.33%
HSB/HSV33°19.15%36.86%
CMYK0.00%8.51%19.15%
63.14%

Color #5E564C in popluar number systems.

HEX5E564C
Decimal948676
Binary101111010101101001100
Octal136126114

Shades and tints

Shades of #5E564C

#5E564C
(94,86,76)
#564F46
(86,79,70)
#4E4840
(78,72,64)
#46413A
(70,65,58)
#3E3A34
(62,58,52)
#36332E
(54,51,46)
#2E2C28
(46,44,40)
#262522
(38,37,34)
#1E1E1C
(30,30,28)
#161716
(22,23,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #5E564C

#5E564C
(94,86,76)
#6C655C
(108,101,92)
#7A746C
(122,116,108)
#88837C
(136,131,124)
#96928C
(150,146,140)
#A4A19C
(164,161,156)
#B2B0AC
(178,176,172)
#C0BFBC
(192,191,188)
#CECECC
(206,206,204)
#DCDDDC
(220,221,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E564C; }

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

This text font color is #5E564C.


Background Color

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

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

This div background color is #5E564C.


Border color

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

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

This div border color is #5E564C.


Opacity

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

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

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

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

This text has shadow with #5E564C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E564C on black background.


Color preview on white background

This text has color #5E564C on white background.



Black color preview on #5E564C background

This text has black color on #5E564C background.


White color preview on #5E564C background

This text has white color on #5E564C background.