COLOR #5E7A7C

HEX: #5E7A7C
RGB: (94,122,124)

Color info

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

RGB color model

#5E7A7C color RGB value is (94,122,124).

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

RGB channels and saturation

R 94 of 255 = 37%
G 122 of 255 = 48%
B 124 of 255 = 49%

94
122
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 122 + 124 = 340 (100%)
R 94 of 340 ~ 27.65%
G 122 of 340 ~ 35.88%
B 124 of 340 ~ 36.47%

%27.65
%35.88
%36.47

CMYK color model

#5E7A7C color CMYK value is (24,2,0,51).

  • cyan value is 24.19%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(24,2,0,51)
C24M2Y0K51 
(24%,2%,0%,51%)
(0.24/0.02/0.00/0.51)	

CMYK percentages

%24.19
%1.61
%0
%51.37

Codes

Color #5E7A7C in popluar color models

5E7A7C
RGB94122124
HSL184°13.76%42.75%
HSB/HSV184°24.19%48.63%
CMYK24.19%1.61%0.00%
51.37%

Color #5E7A7C in popluar number systems.

HEX5E7A7C
Decimal94122124
Binary101111011110101111100
Octal136172174

Shades and tints

Shades of #5E7A7C

#5E7A7C
(94,122,124)
#566F71
(86,111,113)
#4E6466
(78,100,102)
#46595B
(70,89,91)
#3E4E50
(62,78,80)
#364345
(54,67,69)
#2E383A
(46,56,58)
#262D2F
(38,45,47)
#1E2224
(30,34,36)
#161719
(22,23,25)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #5E7A7C

#5E7A7C
(94,122,124)
#6C8687
(108,134,135)
#7A9292
(122,146,146)
#889E9D
(136,158,157)
#96AAA8
(150,170,168)
#A4B6B3
(164,182,179)
#B2C2BE
(178,194,190)
#C0CEC9
(192,206,201)
#CEDAD4
(206,218,212)
#DCE6DF
(220,230,223)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7A7C; }

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

This text font color is #5E7A7C.


Background Color

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

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

This div background color is #5E7A7C.


Border color

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

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

This div border color is #5E7A7C.


Opacity

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

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

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

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

This text has shadow with #5E7A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7A7C on black background.


Color preview on white background

This text has color #5E7A7C on white background.



Black color preview on #5E7A7C background

This text has black color on #5E7A7C background.


White color preview on #5E7A7C background

This text has white color on #5E7A7C background.