COLOR #5E6F7C

HEX: #5E6F7C RGB: (94,111,124)

Color info

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

RGB color model

#5E6F7C color RGB value is (94,111,124).

RGB: (94,111,124) (37%, 44%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 124 of 255 = 49%

94
111
124

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

Portions of RGB colors in percentages

R + G + B = 94 + 111 + 124 = 329 (100%)
R 94 of 329 ~ 28.57%
G 111 of 329 ~ 33.74%
B 124 of 329 ~ 37.69'%

%28.57
%33.74
%37.69

CMYK color model

#5E6F7C color CMYK value is (24,10,0,51).

  • cyan value is 24.19%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (24,10,0,51)
C24M10Y0K51 (24%, 10%, 0%, 51%)
(0.24 / 0.10 / 0.00 / 0.51)

CMYK percentages

%24.19
%10.48
%0
%51.37

Codes

Color #5E6F7C in popluar color models

5E 6F 7C
RGB 94 111 124
HSL 206° 13.76% 42.75%
HSB/HSV 206° 24.19% 48.63%
CMYK 24.19% 10.48% 0.00%
51.37%

Color #5E6F7C in popluar number systems.

HEX 5E 6F 7C
Decimal 94 111 124
Binary 1011110 1101111 1111100
Octal 136 157 174

Shades and tints

Shades of #5E6F7C

#5E6F7C
(94,111,124)
#566571
(86,101,113)
#4E5B66
(78,91,102)
#46515B
(70,81,91)
#3E4750
(62,71,80)
#363D45
(54,61,69)
#2E333A
(46,51,58)
#26292F
(38,41,47)
#1E1F24
(30,31,36)
#161519
(22,21,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #5E6F7C

#5E6F7C
(94,111,124)
#6C7C87
(108,124,135)
#7A8992
(122,137,146)
#88969D
(136,150,157)
#96A3A8
(150,163,168)
#A4B0B3
(164,176,179)
#B2BDBE
(178,189,190)
#C0CAC9
(192,202,201)
#CED7D4
(206,215,212)
#DCE4DF
(220,228,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6F7C; }

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

This text font color is #5E6F7C.

Background Color

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

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

This div background color is #5E6F7C.

Border color

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

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

This div border color is #5E6F7C.

Opacity

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

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

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

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

This text has shadow with #5E6F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6F7C.

Preview

Color preview on black background

This text has color #5E6F7C on black background.


Color preview on white background

This text has color #5E6F7C on white background.


Black color preview on #5E6F7C background

This text has black color on #5E6F7C background.


White color preview on #5E6F7C background

This text has white color on #5E6F7C background.


Related colors

Complementary color

Complementary color for #hex is #A19083.


I love getcolorcode.com

Triadic colors

1 #7C5E6F and #6F7C5E with #5E6F7C are triadic colors.

2 #7C6F5E and #6F5E7C with #5E6F7C are triadic colors.