COLOR #5E766A

HEX: #5E766A
RGB: (94,118,106)

Color info

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

RGB color model

#5E766A color RGB value is (94,118,106).

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

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 106 of 255 = 42%

94
118
106

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 106 = 318 (100%)
R 94 of 318 ~ 29.56%
G 118 of 318 ~ 37.11%
B 106 of 318 ~ 33.33%

%29.56
%37.11
%33.33

CMYK color model

#5E766A color CMYK value is (20,0,10,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(20,0,10,54)
C20M0Y10K54 
(20%,0%,10%,54%)
(0.20/0.00/0.10/0.54)	

CMYK percentages

%20.34
%0
%10.17
%53.73

Codes

Color #5E766A in popluar color models

5E766A
RGB94118106
HSL150°11.32%41.57%
HSB/HSV150°20.34%46.27%
CMYK20.34%0.00%10.17%
53.73%

Color #5E766A in popluar number systems.

HEX5E766A
Decimal94118106
Binary101111011101101101010
Octal136166152

Shades and tints

Shades of #5E766A

#5E766A
(94,118,106)
#566C61
(86,108,97)
#4E6258
(78,98,88)
#46584F
(70,88,79)
#3E4E46
(62,78,70)
#36443D
(54,68,61)
#2E3A34
(46,58,52)
#26302B
(38,48,43)
#1E2622
(30,38,34)
#161C19
(22,28,25)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5E766A

#5E766A
(94,118,106)
#6C8277
(108,130,119)
#7A8E84
(122,142,132)
#889A91
(136,154,145)
#96A69E
(150,166,158)
#A4B2AB
(164,178,171)
#B2BEB8
(178,190,184)
#C0CAC5
(192,202,197)
#CED6D2
(206,214,210)
#DCE2DF
(220,226,223)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E766A; }

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

This text font color is #5E766A.


Background Color

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

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

This div background color is #5E766A.


Border color

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

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

This div border color is #5E766A.


Opacity

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

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

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

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

This text has shadow with #5E766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E766A on black background.


Color preview on white background

This text has color #5E766A on white background.



Black color preview on #5E766A background

This text has black color on #5E766A background.


White color preview on #5E766A background

This text has white color on #5E766A background.