COLOR #5E776E

HEX: #5E776E
RGB: (94,119,110)

Color info

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

RGB color model

#5E776E color RGB value is (94,119,110).

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

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 110 of 255 = 43%

94
119
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 110 = 323 (100%)
R 94 of 323 ~ 29.1%
G 119 of 323 ~ 36.84%
B 110 of 323 ~ 34.06%

%29.1
%36.84
%34.06

CMYK color model

#5E776E color CMYK value is (21,0,8,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(21,0,8,53)
C21M0Y8K53 
(21%,0%,8%,53%)
(0.21/0.00/0.08/0.53)	

CMYK percentages

%21.01
%0
%7.56
%53.33

Codes

Color #5E776E in popluar color models

5E776E
RGB94119110
HSL158°11.74%41.76%
HSB/HSV158°21.01%46.67%
CMYK21.01%0.00%7.56%
53.33%

Color #5E776E in popluar number systems.

HEX5E776E
Decimal94119110
Binary101111011101111101110
Octal136167156

Shades and tints

Shades of #5E776E

#5E776E
(94,119,110)
#566D64
(86,109,100)
#4E635A
(78,99,90)
#465950
(70,89,80)
#3E4F46
(62,79,70)
#36453C
(54,69,60)
#2E3B32
(46,59,50)
#263128
(38,49,40)
#1E271E
(30,39,30)
#161D14
(22,29,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #5E776E

#5E776E
(94,119,110)
#6C837B
(108,131,123)
#7A8F88
(122,143,136)
#889B95
(136,155,149)
#96A7A2
(150,167,162)
#A4B3AF
(164,179,175)
#B2BFBC
(178,191,188)
#C0CBC9
(192,203,201)
#CED7D6
(206,215,214)
#DCE3E3
(220,227,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E776E; }

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

This text font color is #5E776E.


Background Color

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

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

This div background color is #5E776E.


Border color

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

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

This div border color is #5E776E.


Opacity

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

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

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

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

This text has shadow with #5E776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E776E on black background.


Color preview on white background

This text has color #5E776E on white background.



Black color preview on #5E776E background

This text has black color on #5E776E background.


White color preview on #5E776E background

This text has white color on #5E776E background.