COLOR #5E7576

HEX: #5E7576
RGB: (94,117,118)

Color info

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

RGB color model

#5E7576 color RGB value is (94,117,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 118 of 255 = 46%

94
117
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 118 = 329 (100%)
R 94 of 329 ~ 28.57%
G 117 of 329 ~ 35.56%
B 118 of 329 ~ 35.87%

%28.57
%35.56
%35.87

CMYK color model

#5E7576 color CMYK value is (20,1,0,54).

  • cyan value is 20.34%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,1,0,54)
C20M1Y0K54 
(20%,1%,0%,54%)
(0.20/0.01/0.00/0.54)	

CMYK percentages

%20.34
%0.85
%0
%53.73

Codes

Color #5E7576 in popluar color models

5E7576
RGB94117118
HSL183°11.32%41.57%
HSB/HSV183°20.34%46.27%
CMYK20.34%0.85%0.00%
53.73%

Color #5E7576 in popluar number systems.

HEX5E7576
Decimal94117118
Binary101111011101011110110
Octal136165166

Shades and tints

Shades of #5E7576

#5E7576
(94,117,118)
#566B6C
(86,107,108)
#4E6162
(78,97,98)
#465758
(70,87,88)
#3E4D4E
(62,77,78)
#364344
(54,67,68)
#2E393A
(46,57,58)
#262F30
(38,47,48)
#1E2526
(30,37,38)
#161B1C
(22,27,28)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #5E7576

#5E7576
(94,117,118)
#6C8182
(108,129,130)
#7A8D8E
(122,141,142)
#88999A
(136,153,154)
#96A5A6
(150,165,166)
#A4B1B2
(164,177,178)
#B2BDBE
(178,189,190)
#C0C9CA
(192,201,202)
#CED5D6
(206,213,214)
#DCE1E2
(220,225,226)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7576; }

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

This text font color is #5E7576.


Background Color

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

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

This div background color is #5E7576.


Border color

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

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

This div border color is #5E7576.


Opacity

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

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

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

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

This text has shadow with #5E7576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7576 on black background.


Color preview on white background

This text has color #5E7576 on white background.



Black color preview on #5E7576 background

This text has black color on #5E7576 background.


White color preview on #5E7576 background

This text has white color on #5E7576 background.