COLOR #5E7C73

HEX: #5E7C73
RGB: (94,124,115)

Color info

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

RGB color model

#5E7C73 color RGB value is (94,124,115).

  • red value is 94;
  • green value is 124;
  • blue value is 115.
RGB:
(94,124,115)
(37%,49%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 124 of 255 = 49%
B 115 of 255 = 45%

94
124
115

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

Portions of RGB colors in percentages

R + G + B =
94 + 124 + 115 = 333 (100%)
R 94 of 333 ~ 28.23%
G 124 of 333 ~ 37.24%
B 115 of 333 ~ 34.53%

%28.23
%37.24
%34.53

CMYK color model

#5E7C73 color CMYK value is (24,0,7,51).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(24,0,7,51)
C24M0Y7K51 
(24%,0%,7%,51%)
(0.24/0.00/0.07/0.51)	

CMYK percentages

%24.19
%0
%7.26
%51.37

Codes

Color #5E7C73 in popluar color models

5E7C73
RGB94124115
HSL162°13.76%42.75%
HSB/HSV162°24.19%48.63%
CMYK24.19%0.00%7.26%
51.37%

Color #5E7C73 in popluar number systems.

HEX5E7C73
Decimal94124115
Binary101111011111001110011
Octal136174163

Shades and tints

Shades of #5E7C73

#5E7C73
(94,124,115)
#567169
(86,113,105)
#4E665F
(78,102,95)
#465B55
(70,91,85)
#3E504B
(62,80,75)
#364541
(54,69,65)
#2E3A37
(46,58,55)
#262F2D
(38,47,45)
#1E2423
(30,36,35)
#161919
(22,25,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #5E7C73

#5E7C73
(94,124,115)
#6C877F
(108,135,127)
#7A928B
(122,146,139)
#889D97
(136,157,151)
#96A8A3
(150,168,163)
#A4B3AF
(164,179,175)
#B2BEBB
(178,190,187)
#C0C9C7
(192,201,199)
#CED4D3
(206,212,211)
#DCDFDF
(220,223,223)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7C73 color. Also use rgb(94,124,115) instead hex code.

Text Font Color

.myTextColor { color: #5E7C73; }

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

This text font color is #5E7C73.


Background Color

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

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

This div background color is #5E7C73.


Border color

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

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

This div border color is #5E7C73.


Opacity

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

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

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

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

This text has shadow with #5E7C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7C73 on black background.


Color preview on white background

This text has color #5E7C73 on white background.



Black color preview on #5E7C73 background

This text has black color on #5E7C73 background.


White color preview on #5E7C73 background

This text has white color on #5E7C73 background.