COLOR #5E594C

HEX: #5E594C
RGB: (94,89,76)

Color info

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

RGB color model

#5E594C color RGB value is (94,89,76).

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

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 76 of 255 = 30%

94
89
76

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 76 = 259 (100%)
R 94 of 259 ~ 36.29%
G 89 of 259 ~ 34.36%
B 76 of 259 ~ 29.34%

%36.29
%34.36
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(0,5,19,63)
C0M5Y19K63 
(0%,5%,19%,63%)
(0.00/0.05/0.19/0.63)	

CMYK percentages

%0
%5.32
%19.15
%63.14

Codes

Color #5E594C in popluar color models

5E594C
RGB948976
HSL43°10.59%33.33%
HSB/HSV43°19.15%36.86%
CMYK0.00%5.32%19.15%
63.14%

Color #5E594C in popluar number systems.

HEX5E594C
Decimal948976
Binary101111010110011001100
Octal136131114

Shades and tints

Shades of #5E594C

#5E594C
(94,89,76)
#565146
(86,81,70)
#4E4940
(78,73,64)
#46413A
(70,65,58)
#3E3934
(62,57,52)
#36312E
(54,49,46)
#2E2928
(46,41,40)
#262122
(38,33,34)
#1E191C
(30,25,28)
#161116
(22,17,22)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #5E594C

#5E594C
(94,89,76)
#6C685C
(108,104,92)
#7A776C
(122,119,108)
#88867C
(136,134,124)
#96958C
(150,149,140)
#A4A49C
(164,164,156)
#B2B3AC
(178,179,172)
#C0C2BC
(192,194,188)
#CED1CC
(206,209,204)
#DCE0DC
(220,224,220)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E594C; }

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

This text font color is #5E594C.


Background Color

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

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

This div background color is #5E594C.


Border color

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

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

This div border color is #5E594C.


Opacity

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

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

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

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

This text has shadow with #5E594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E594C on black background.


Color preview on white background

This text has color #5E594C on white background.



Black color preview on #5E594C background

This text has black color on #5E594C background.


White color preview on #5E594C background

This text has white color on #5E594C background.