COLOR #5E7E7C

HEX: #5E7E7C
RGB: (94,126,124)

Color info

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

RGB color model

#5E7E7C color RGB value is (94,126,124).

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

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 124 of 255 = 49%

94
126
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 126 + 124 = 344 (100%)
R 94 of 344 ~ 27.33%
G 126 of 344 ~ 36.63%
B 124 of 344 ~ 36.05%

%27.33
%36.63
%36.05

CMYK color model

#5E7E7C color CMYK value is (25,0,2,51).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(25,0,2,51)
C25M0Y2K51 
(25%,0%,2%,51%)
(0.25/0.00/0.02/0.51)	

CMYK percentages

%25.4
%0
%1.59
%50.59

Codes

Color #5E7E7C in popluar color models

5E7E7C
RGB94126124
HSL176°14.55%43.14%
HSB/HSV176°25.40%49.41%
CMYK25.40%0.00%1.59%
50.59%

Color #5E7E7C in popluar number systems.

HEX5E7E7C
Decimal94126124
Binary101111011111101111100
Octal136176174

Shades and tints

Shades of #5E7E7C

#5E7E7C
(94,126,124)
#567371
(86,115,113)
#4E6866
(78,104,102)
#465D5B
(70,93,91)
#3E5250
(62,82,80)
#364745
(54,71,69)
#2E3C3A
(46,60,58)
#26312F
(38,49,47)
#1E2624
(30,38,36)
#161B19
(22,27,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #5E7E7C

#5E7E7C
(94,126,124)
#6C8987
(108,137,135)
#7A9492
(122,148,146)
#889F9D
(136,159,157)
#96AAA8
(150,170,168)
#A4B5B3
(164,181,179)
#B2C0BE
(178,192,190)
#C0CBC9
(192,203,201)
#CED6D4
(206,214,212)
#DCE1DF
(220,225,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7E7C; }

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

This text font color is #5E7E7C.


Background Color

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

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

This div background color is #5E7E7C.


Border color

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

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

This div border color is #5E7E7C.


Opacity

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

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

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

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

This text has shadow with #5E7E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7E7C on black background.


Color preview on white background

This text has color #5E7E7C on white background.



Black color preview on #5E7E7C background

This text has black color on #5E7E7C background.


White color preview on #5E7E7C background

This text has white color on #5E7E7C background.