COLOR #5E706A

HEX: #5E706A
RGB: (94,112,106)

Color info

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

RGB color model

#5E706A color RGB value is (94,112,106).

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

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 106 of 255 = 42%

94
112
106

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 106 = 312 (100%)
R 94 of 312 ~ 30.13%
G 112 of 312 ~ 35.9%
B 106 of 312 ~ 33.97%

%30.13
%35.9
%33.97

CMYK color model

#5E706A color CMYK value is (16,0,5,56).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(16,0,5,56)
C16M0Y5K56 
(16%,0%,5%,56%)
(0.16/0.00/0.05/0.56)	

CMYK percentages

%16.07
%0
%5.36
%56.08

Codes

Color #5E706A in popluar color models

5E706A
RGB94112106
HSL160°8.74%40.39%
HSB/HSV160°16.07%43.92%
CMYK16.07%0.00%5.36%
56.08%

Color #5E706A in popluar number systems.

HEX5E706A
Decimal94112106
Binary101111011100001101010
Octal136160152

Shades and tints

Shades of #5E706A

#5E706A
(94,112,106)
#566661
(86,102,97)
#4E5C58
(78,92,88)
#46524F
(70,82,79)
#3E4846
(62,72,70)
#363E3D
(54,62,61)
#2E3434
(46,52,52)
#262A2B
(38,42,43)
#1E2022
(30,32,34)
#161619
(22,22,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E706A

#5E706A
(94,112,106)
#6C7D77
(108,125,119)
#7A8A84
(122,138,132)
#889791
(136,151,145)
#96A49E
(150,164,158)
#A4B1AB
(164,177,171)
#B2BEB8
(178,190,184)
#C0CBC5
(192,203,197)
#CED8D2
(206,216,210)
#DCE5DF
(220,229,223)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E706A; }

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

This text font color is #5E706A.


Background Color

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

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

This div background color is #5E706A.


Border color

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

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

This div border color is #5E706A.


Opacity

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

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

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

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

This text has shadow with #5E706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E706A on black background.


Color preview on white background

This text has color #5E706A on white background.



Black color preview on #5E706A background

This text has black color on #5E706A background.


White color preview on #5E706A background

This text has white color on #5E706A background.