COLOR #5E6B7B

HEX: #5E6B7B RGB: (94,107,123)

Color info

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

RGB color model

#5E6B7B color RGB value is (94,107,123).

RGB: (94,107,123) (37%, 42%, 48%)

RGB channels and saturation

R 94 of 255 = 37%
G 107 of 255 = 42%
B 123 of 255 = 48%

94
107
123

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

Portions of RGB colors in percentages

R + G + B = 94 + 107 + 123 = 324 (100%)
R 94 of 324 ~ 29.01%
G 107 of 324 ~ 33.02%
B 123 of 324 ~ 37.96'%

%29.01
%33.02
%37.96

CMYK color model

#5E6B7B color CMYK value is (24,13,0,52).

  • cyan value is 23.58%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (24,13,0,52)
C24M13Y0K52 (24%, 13%, 0%, 52%)
(0.24 / 0.13 / 0.00 / 0.52)

CMYK percentages

%23.58
%13.01
%0
%51.76

Codes

Color #5E6B7B in popluar color models

5E 6B 7B
RGB 94 107 123
HSL 213° 13.36% 42.55%
HSB/HSV 213° 23.58% 48.24%
CMYK 23.58% 13.01% 0.00%
51.76%

Color #5E6B7B in popluar number systems.

HEX 5E 6B 7B
Decimal 94 107 123
Binary 1011110 1101011 1111011
Octal 136 153 173

Shades and tints

Shades of #5E6B7B

#5E6B7B
(94,107,123)
#566270
(86,98,112)
#4E5965
(78,89,101)
#46505A
(70,80,90)
#3E474F
(62,71,79)
#363E44
(54,62,68)
#2E3539
(46,53,57)
#262C2E
(38,44,46)
#1E2323
(30,35,35)
#161A18
(22,26,24)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #5E6B7B

#5E6B7B
(94,107,123)
#6C7887
(108,120,135)
#7A8593
(122,133,147)
#88929F
(136,146,159)
#969FAB
(150,159,171)
#A4ACB7
(164,172,183)
#B2B9C3
(178,185,195)
#C0C6CF
(192,198,207)
#CED3DB
(206,211,219)
#DCE0E7
(220,224,231)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6B7B color. Also use rgb(94,107,123) instead hex code.

Text Font Color

.myTextColor { color: #5E6B7B; }

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

This text font color is #5E6B7B.

Background Color

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

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

This div background color is #5E6B7B.

Border color

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

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

This div border color is #5E6B7B.

Opacity

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

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

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

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

This text has shadow with #5E6B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6B7B.

Preview

Color preview on black background

This text has color #5E6B7B on black background.


Color preview on white background

This text has color #5E6B7B on white background.


Black color preview on #5E6B7B background

This text has black color on #5E6B7B background.


White color preview on #5E6B7B background

This text has white color on #5E6B7B background.


Related colors

Complementary color

Complementary color for #hex is #A19484.


I love getcolorcode.com

Triadic colors

1 #7B5E6B and #6B7B5E with #5E6B7B are triadic colors.

2 #7B6B5E and #6B5E7B with #5E6B7B are triadic colors.