COLOR #5E6879

HEX: #5E6879
RGB: (94,104,121)

Color info

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

RGB color model

#5E6879 color RGB value is (94,104,121).

  • red value is 94;
  • green value is 104;
  • blue value is 121.
RGB:
(94,104,121)
(37%,41%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 121 of 255 = 47%

94
104
121

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

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 121 = 319 (100%)
R 94 of 319 ~ 29.47%
G 104 of 319 ~ 32.6%
B 121 of 319 ~ 37.93%

%29.47
%32.6
%37.93

CMYK color model

#5E6879 color CMYK value is (22,14,0,53).

  • cyan value is 22.31%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(22,14,0,53)
C22M14Y0K53 
(22%,14%,0%,53%)
(0.22/0.14/0.00/0.53)	

CMYK percentages

%22.31
%14.05
%0
%52.55

Codes

Color #5E6879 in popluar color models

5E6879
RGB94104121
HSL218°12.56%42.16%
HSB/HSV218°22.31%47.45%
CMYK22.31%14.05%0.00%
52.55%

Color #5E6879 in popluar number systems.

HEX5E6879
Decimal94104121
Binary101111011010001111001
Octal136150171

Shades and tints

Shades of #5E6879

#5E6879
(94,104,121)
#565F6E
(86,95,110)
#4E5663
(78,86,99)
#464D58
(70,77,88)
#3E444D
(62,68,77)
#363B42
(54,59,66)
#2E3237
(46,50,55)
#26292C
(38,41,44)
#1E2021
(30,32,33)
#161716
(22,23,22)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #5E6879

#5E6879
(94,104,121)
#6C7585
(108,117,133)
#7A8291
(122,130,145)
#888F9D
(136,143,157)
#969CA9
(150,156,169)
#A4A9B5
(164,169,181)
#B2B6C1
(178,182,193)
#C0C3CD
(192,195,205)
#CED0D9
(206,208,217)
#DCDDE5
(220,221,229)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6879 color. Also use rgb(94,104,121) instead hex code.

Text Font Color

.myTextColor { color: #5E6879; }

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

This text font color is #5E6879.


Background Color

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

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

This div background color is #5E6879.


Border color

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

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

This div border color is #5E6879.


Opacity

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

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

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

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

This text has shadow with #5E6879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6879 on black background.


Color preview on white background

This text has color #5E6879 on white background.



Black color preview on #5E6879 background

This text has black color on #5E6879 background.


White color preview on #5E6879 background

This text has white color on #5E6879 background.