COLOR #5E7564

HEX: #5E7564
RGB: (94,117,100)

Color info

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

RGB color model

#5E7564 color RGB value is (94,117,100).

  • red value is 94;
  • green value is 117;
  • blue value is 100.
RGB:
(94,117,100)
(37%,46%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 100 of 255 = 39%

94
117
100

R + G + B ~ 41%. #5E7564 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 100 = 311 (100%)
R 94 of 311 ~ 30.23%
G 117 of 311 ~ 37.62%
B 100 of 311 ~ 32.15%

%30.23
%37.62
%32.15

CMYK color model

#5E7564 color CMYK value is (20,0,15,54).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(20,0,15,54)
C20M0Y15K54 
(20%,0%,15%,54%)
(0.20/0.00/0.15/0.54)	

CMYK percentages

%19.66
%0
%14.53
%54.12

Codes

Color #5E7564 in popluar color models

5E7564
RGB94117100
HSL136°10.90%41.37%
HSB/HSV136°19.66%45.88%
CMYK19.66%0.00%14.53%
54.12%

Color #5E7564 in popluar number systems.

HEX5E7564
Decimal94117100
Binary101111011101011100100
Octal136165144

Shades and tints

Shades of #5E7564

#5E7564
(94,117,100)
#566B5B
(86,107,91)
#4E6152
(78,97,82)
#465749
(70,87,73)
#3E4D40
(62,77,64)
#364337
(54,67,55)
#2E392E
(46,57,46)
#262F25
(38,47,37)
#1E251C
(30,37,28)
#161B13
(22,27,19)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #5E7564

#5E7564
(94,117,100)
#6C8172
(108,129,114)
#7A8D80
(122,141,128)
#88998E
(136,153,142)
#96A59C
(150,165,156)
#A4B1AA
(164,177,170)
#B2BDB8
(178,189,184)
#C0C9C6
(192,201,198)
#CED5D4
(206,213,212)
#DCE1E2
(220,225,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7564 color. Also use rgb(94,117,100) instead hex code.

Text Font Color

.myTextColor { color: #5E7564; }

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

This text font color is #5E7564.


Background Color

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

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

This div background color is #5E7564.


Border color

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

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

This div border color is #5E7564.


Opacity

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

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

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

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

This text has shadow with #5E7564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7564 on black background.


Color preview on white background

This text has color #5E7564 on white background.



Black color preview on #5E7564 background

This text has black color on #5E7564 background.


White color preview on #5E7564 background

This text has white color on #5E7564 background.