COLOR #5E7779

HEX: #5E7779
RGB: (94,119,121)

Color info

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

RGB color model

#5E7779 color RGB value is (94,119,121).

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

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 121 of 255 = 47%

94
119
121

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 121 = 334 (100%)
R 94 of 334 ~ 28.14%
G 119 of 334 ~ 35.63%
B 121 of 334 ~ 36.23%

%28.14
%35.63
%36.23

CMYK color model

#5E7779 color CMYK value is (22,2,0,53).

  • cyan value is 22.31%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(22,2,0,53)
C22M2Y0K53 
(22%,2%,0%,53%)
(0.22/0.02/0.00/0.53)	

CMYK percentages

%22.31
%1.65
%0
%52.55

Codes

Color #5E7779 in popluar color models

5E7779
RGB94119121
HSL184°12.56%42.16%
HSB/HSV184°22.31%47.45%
CMYK22.31%1.65%0.00%
52.55%

Color #5E7779 in popluar number systems.

HEX5E7779
Decimal94119121
Binary101111011101111111001
Octal136167171

Shades and tints

Shades of #5E7779

#5E7779
(94,119,121)
#566D6E
(86,109,110)
#4E6363
(78,99,99)
#465958
(70,89,88)
#3E4F4D
(62,79,77)
#364542
(54,69,66)
#2E3B37
(46,59,55)
#26312C
(38,49,44)
#1E2721
(30,39,33)
#161D16
(22,29,22)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #5E7779

#5E7779
(94,119,121)
#6C8385
(108,131,133)
#7A8F91
(122,143,145)
#889B9D
(136,155,157)
#96A7A9
(150,167,169)
#A4B3B5
(164,179,181)
#B2BFC1
(178,191,193)
#C0CBCD
(192,203,205)
#CED7D9
(206,215,217)
#DCE3E5
(220,227,229)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7779; }

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

This text font color is #5E7779.


Background Color

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

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

This div background color is #5E7779.


Border color

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

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

This div border color is #5E7779.


Opacity

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

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

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

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

This text has shadow with #5E7779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7779 on black background.


Color preview on white background

This text has color #5E7779 on white background.



Black color preview on #5E7779 background

This text has black color on #5E7779 background.


White color preview on #5E7779 background

This text has white color on #5E7779 background.