COLOR #5E7776

HEX: #5E7776
RGB: (94,119,118)

Color info

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

RGB color model

#5E7776 color RGB value is (94,119,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 118 of 255 = 46%

94
119
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 118 = 331 (100%)
R 94 of 331 ~ 28.4%
G 119 of 331 ~ 35.95%
B 118 of 331 ~ 35.65%

%28.4
%35.95
%35.65

CMYK color model

#5E7776 color CMYK value is (21,0,1,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(21,0,1,53)
C21M0Y1K53 
(21%,0%,1%,53%)
(0.21/0.00/0.01/0.53)	

CMYK percentages

%21.01
%0
%0.84
%53.33

Codes

Color #5E7776 in popluar color models

5E7776
RGB94119118
HSL178°11.74%41.76%
HSB/HSV178°21.01%46.67%
CMYK21.01%0.00%0.84%
53.33%

Color #5E7776 in popluar number systems.

HEX5E7776
Decimal94119118
Binary101111011101111110110
Octal136167166

Shades and tints

Shades of #5E7776

#5E7776
(94,119,118)
#566D6C
(86,109,108)
#4E6362
(78,99,98)
#465958
(70,89,88)
#3E4F4E
(62,79,78)
#364544
(54,69,68)
#2E3B3A
(46,59,58)
#263130
(38,49,48)
#1E2726
(30,39,38)
#161D1C
(22,29,28)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #5E7776

#5E7776
(94,119,118)
#6C8382
(108,131,130)
#7A8F8E
(122,143,142)
#889B9A
(136,155,154)
#96A7A6
(150,167,166)
#A4B3B2
(164,179,178)
#B2BFBE
(178,191,190)
#C0CBCA
(192,203,202)
#CED7D6
(206,215,214)
#DCE3E2
(220,227,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7776; }

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

This text font color is #5E7776.


Background Color

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

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

This div background color is #5E7776.


Border color

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

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

This div border color is #5E7776.


Opacity

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

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

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

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

This text has shadow with #5E7776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7776 on black background.


Color preview on white background

This text has color #5E7776 on white background.



Black color preview on #5E7776 background

This text has black color on #5E7776 background.


White color preview on #5E7776 background

This text has white color on #5E7776 background.