COLOR #5E7E6A

HEX: #5E7E6A RGB: (94,126,106)

Color info

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

RGB color model

#5E7E6A color RGB value is (94,126,106).

RGB: (94,126,106) (37%, 49%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 106 of 255 = 42%

94
126
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 126 + 106 = 326 (100%)
R 94 of 326 ~ 28.83%
G 126 of 326 ~ 38.65%
B 106 of 326 ~ 32.52'%

%28.83
%38.65
%32.52

CMYK color model

#5E7E6A color CMYK value is (25,0,16,51).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 50.59%

CMYK: (25,0,16,51)
C25M0Y16K51 (25%, 0%, 16%, 51%)
(0.25 / 0.00 / 0.16 / 0.51)

CMYK percentages

%25.4
%0
%15.87
%50.59

Codes

Color #5E7E6A in popluar color models

5E 7E 6A
RGB 94 126 106
HSL 143° 14.55% 43.14%
HSB/HSV 143° 25.40% 49.41%
CMYK 25.40% 0.00% 15.87%
50.59%

Color #5E7E6A in popluar number systems.

HEX 5E 7E 6A
Decimal 94 126 106
Binary 1011110 1111110 1101010
Octal 136 176 152

Shades and tints

Shades of #5E7E6A

#5E7E6A
(94,126,106)
#567361
(86,115,97)
#4E6858
(78,104,88)
#465D4F
(70,93,79)
#3E5246
(62,82,70)
#36473D
(54,71,61)
#2E3C34
(46,60,52)
#26312B
(38,49,43)
#1E2622
(30,38,34)
#161B19
(22,27,25)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #5E7E6A

#5E7E6A
(94,126,106)
#6C8977
(108,137,119)
#7A9484
(122,148,132)
#889F91
(136,159,145)
#96AA9E
(150,170,158)
#A4B5AB
(164,181,171)
#B2C0B8
(178,192,184)
#C0CBC5
(192,203,197)
#CED6D2
(206,214,210)
#DCE1DF
(220,225,223)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7E6A; }

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

This text font color is #5E7E6A.

Background Color

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

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

This div background color is #5E7E6A.

Border color

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

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

This div border color is #5E7E6A.

Opacity

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

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

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

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

This text has shadow with #5E7E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7E6A.

Preview

Color preview on black background

This text has color #5E7E6A on black background.


Color preview on white background

This text has color #5E7E6A on white background.


Black color preview on #5E7E6A background

This text has black color on #5E7E6A background.


White color preview on #5E7E6A background

This text has white color on #5E7E6A background.


Related colors

Complementary color

Complementary color for #hex is #A18195.


I love getcolorcode.com

Triadic colors

1 #6A5E7E and #7E6A5E with #5E7E6A are triadic colors.

2 #6A7E5E and #7E5E6A with #5E7E6A are triadic colors.