COLOR #5E797D

HEX: #5E797D
RGB: (94,121,125)

Color info

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

RGB color model

#5E797D color RGB value is (94,121,125).

  • red value is 94;
  • green value is 121;
  • blue value is 125.
RGB:
(94,121,125)
(37%,47%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 125 of 255 = 49%

94
121
125

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

Portions of RGB colors in percentages

R + G + B =
94 + 121 + 125 = 340 (100%)
R 94 of 340 ~ 27.65%
G 121 of 340 ~ 35.59%
B 125 of 340 ~ 36.76%

%27.65
%35.59
%36.76

CMYK color model

#5E797D color CMYK value is (25,3,0,51).

  • cyan value is 24.80%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(25,3,0,51)
C25M3Y0K51 
(25%,3%,0%,51%)
(0.25/0.03/0.00/0.51)	

CMYK percentages

%24.8
%3.2
%0
%50.98

Codes

Color #5E797D in popluar color models

5E797D
RGB94121125
HSL188°14.16%42.94%
HSB/HSV188°24.80%49.02%
CMYK24.80%3.20%0.00%
50.98%

Color #5E797D in popluar number systems.

HEX5E797D
Decimal94121125
Binary101111011110011111101
Octal136171175

Shades and tints

Shades of #5E797D

#5E797D
(94,121,125)
#566E72
(86,110,114)
#4E6367
(78,99,103)
#46585C
(70,88,92)
#3E4D51
(62,77,81)
#364246
(54,66,70)
#2E373B
(46,55,59)
#262C30
(38,44,48)
#1E2125
(30,33,37)
#16161A
(22,22,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E797D

#5E797D
(94,121,125)
#6C8588
(108,133,136)
#7A9193
(122,145,147)
#889D9E
(136,157,158)
#96A9A9
(150,169,169)
#A4B5B4
(164,181,180)
#B2C1BF
(178,193,191)
#C0CDCA
(192,205,202)
#CED9D5
(206,217,213)
#DCE5E0
(220,229,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E797D color. Also use rgb(94,121,125) instead hex code.

Text Font Color

.myTextColor { color: #5E797D; }

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

This text font color is #5E797D.


Background Color

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

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

This div background color is #5E797D.


Border color

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

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

This div border color is #5E797D.


Opacity

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

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

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

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

This text has shadow with #5E797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E797D on black background.


Color preview on white background

This text has color #5E797D on white background.



Black color preview on #5E797D background

This text has black color on #5E797D background.


White color preview on #5E797D background

This text has white color on #5E797D background.