COLOR #5E7280

HEX: #5E7280
RGB: (94,114,128)

Color info

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

RGB color model

#5E7280 color RGB value is (94,114,128).

  • red value is 94;
  • green value is 114;
  • blue value is 128.
RGB:
(94,114,128)
(37%,45%,50%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 128 of 255 = 50%

94
114
128

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

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 128 = 336 (100%)
R 94 of 336 ~ 27.98%
G 114 of 336 ~ 33.93%
B 128 of 336 ~ 38.1%

%27.98
%33.93
%38.1

CMYK color model

#5E7280 color CMYK value is (27,11,0,50).

  • cyan value is 26.56%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,11,0,50)
C27M11Y0K50 
(27%,11%,0%,50%)
(0.27/0.11/0.00/0.50)	

CMYK percentages

%26.56
%10.94
%0
%49.8

Codes

Color #5E7280 in popluar color models

5E7280
RGB94114128
HSL205°15.32%43.53%
HSB/HSV205°26.56%50.20%
CMYK26.56%10.94%0.00%
49.80%

Color #5E7280 in popluar number systems.

HEX5E7280
Decimal94114128
Binary1011110111001010000000
Octal136162200

Shades and tints

Shades of #5E7280

#5E7280
(94,114,128)
#566875
(86,104,117)
#4E5E6A
(78,94,106)
#46545F
(70,84,95)
#3E4A54
(62,74,84)
#364049
(54,64,73)
#2E363E
(46,54,62)
#262C33
(38,44,51)
#1E2228
(30,34,40)
#16181D
(22,24,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E7280

#5E7280
(94,114,128)
#6C7E8B
(108,126,139)
#7A8A96
(122,138,150)
#8896A1
(136,150,161)
#96A2AC
(150,162,172)
#A4AEB7
(164,174,183)
#B2BAC2
(178,186,194)
#C0C6CD
(192,198,205)
#CED2D8
(206,210,216)
#DCDEE3
(220,222,227)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7280 color. Also use rgb(94,114,128) instead hex code.

Text Font Color

.myTextColor { color: #5E7280; }

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

This text font color is #5E7280.


Background Color

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

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

This div background color is #5E7280.


Border color

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

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

This div border color is #5E7280.


Opacity

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

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

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

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

This text has shadow with #5E7280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7280 on black background.


Color preview on white background

This text has color #5E7280 on white background.



Black color preview on #5E7280 background

This text has black color on #5E7280 background.


White color preview on #5E7280 background

This text has white color on #5E7280 background.