COLOR #5E687C

HEX: #5E687C RGB: (94,104,124)

Color info

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

RGB color model

#5E687C color RGB value is (94,104,124).

RGB: (94,104,124) (37%, 41%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 124 of 255 = 49%

94
104
124

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

Portions of RGB colors in percentages

R + G + B = 94 + 104 + 124 = 322 (100%)
R 94 of 322 ~ 29.19%
G 104 of 322 ~ 32.3%
B 124 of 322 ~ 38.51'%

%29.19
%32.3
%38.51

CMYK color model

#5E687C color CMYK value is (24,16,0,51).

  • cyan value is 24.19%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (24,16,0,51) C24M16Y0K51 (24%,16%,0%,51%) (0.24/0.16/0.00/0.51) 

CMYK percentages

%24.19
%16.13
%0
%51.37

Codes

Color #5E687C in popluar color models

5E 68 7C
RGB 94 104 124
HSL 220° 13.76% 42.75%
HSB/HSV 220° 24.19% 48.63%
CMYK 24.19% 16.13% 0.00%
51.37%

Color #5E687C in popluar number systems.

HEX 5E 68 7C
Decimal 94 104 124
Binary 1011110 1101000 1111100
Octal 136 150 174

Shades and tints

Shades of #5E687C

#5E687C
(94,104,124)
#565F71
(86,95,113)
#4E5666
(78,86,102)
#464D5B
(70,77,91)
#3E4450
(62,68,80)
#363B45
(54,59,69)
#2E323A
(46,50,58)
#26292F
(38,41,47)
#1E2024
(30,32,36)
#161719
(22,23,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E687C

#5E687C
(94,104,124)
#6C7587
(108,117,135)
#7A8292
(122,130,146)
#888F9D
(136,143,157)
#969CA8
(150,156,168)
#A4A9B3
(164,169,179)
#B2B6BE
(178,182,190)
#C0C3C9
(192,195,201)
#CED0D4
(206,208,212)
#DCDDDF
(220,221,223)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E687C; }

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

This text font color is #5E687C.

Background Color

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

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

This div background color is #5E687C.

Border color

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

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

This div border color is #5E687C.

Opacity

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

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

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

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

This text has shadow with #5E687C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E687C.

Preview

Color preview on black background

This text has color #5E687C on black background.


Color preview on white background

This text has color #5E687C on white background.


Black color preview on #5E687C background

This text has black color on #5E687C background.


White color preview on #5E687C background

This text has white color on #5E687C background.


Related colors

Complementary color

Complementary color for #hex is #A19783.


I love getcolorcode.com

Triadic colors

1 #7C5E68 and #687C5E with #5E687C are triadic colors.

2 #7C685E and #685E7C with #5E687C are triadic colors.