COLOR #5E8576

HEX: #5E8576
RGB: (94,133,118)

Color info

#5E8576 contains red, green and blue colors in about the same proportion. Web safe color of #5E8576 is #669966 (or #696).

RGB color model

#5E8576 color RGB value is (94,133,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 133 of 255 = 52%
B 118 of 255 = 46%

94
133
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 133 + 118 = 345 (100%)
R 94 of 345 ~ 27.25%
G 133 of 345 ~ 38.55%
B 118 of 345 ~ 34.2%

%27.25
%38.55
%34.2

CMYK color model

#5E8576 color CMYK value is (29,0,11,48).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(29,0,11,48)
C29M0Y11K48 
(29%,0%,11%,48%)
(0.29/0.00/0.11/0.48)	

CMYK percentages

%29.32
%0
%11.28
%47.84

Codes

Color #5E8576 in popluar color models

5E8576
RGB94133118
HSL157°17.18%44.51%
HSB/HSV157°29.32%52.16%
CMYK29.32%0.00%11.28%
47.84%

Color #5E8576 in popluar number systems.

HEX5E8576
Decimal94133118
Binary1011110100001011110110
Octal136205166

Shades and tints

Shades of #5E8576

#5E8576
(94,133,118)
#56796C
(86,121,108)
#4E6D62
(78,109,98)
#466158
(70,97,88)
#3E554E
(62,85,78)
#364944
(54,73,68)
#2E3D3A
(46,61,58)
#263130
(38,49,48)
#1E2526
(30,37,38)
#16191C
(22,25,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #5E8576

#5E8576
(94,133,118)
#6C9082
(108,144,130)
#7A9B8E
(122,155,142)
#88A69A
(136,166,154)
#96B1A6
(150,177,166)
#A4BCB2
(164,188,178)
#B2C7BE
(178,199,190)
#C0D2CA
(192,210,202)
#CEDDD6
(206,221,214)
#DCE8E2
(220,232,226)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8576; }

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

This text font color is #5E8576.


Background Color

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

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

This div background color is #5E8576.


Border color

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

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

This div border color is #5E8576.


Opacity

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

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

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

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

This text has shadow with #5E8576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8576 on black background.


Color preview on white background

This text has color #5E8576 on white background.



Black color preview on #5E8576 background

This text has black color on #5E8576 background.


White color preview on #5E8576 background

This text has white color on #5E8576 background.