COLOR #5E6373

HEX: #5E6373 RGB: (94,99,115)

Color info

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

RGB color model

#5E6373 color RGB value is (94,99,115).

RGB: (94,99,115) (37%, 39%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 115 of 255 = 45%

94
99
115

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

Portions of RGB colors in percentages

R + G + B = 94 + 99 + 115 = 308 (100%)
R 94 of 308 ~ 30.52%
G 99 of 308 ~ 32.14%
B 115 of 308 ~ 37.34'%

%30.52
%32.14
%37.34

CMYK color model

#5E6373 color CMYK value is (18,14,0,55).

  • cyan value is 18.26%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (18,14,0,55)
C18M14Y0K55 (18%, 14%, 0%, 55%)
(0.18 / 0.14 / 0.00 / 0.55)

CMYK percentages

%18.26
%13.91
%0
%54.9

Codes

Color #5E6373 in popluar color models

5E 63 73
RGB 94 99 115
HSL 226° 10.05% 40.98%
HSB/HSV 226° 18.26% 45.10%
CMYK 18.26% 13.91% 0.00%
54.90%

Color #5E6373 in popluar number systems.

HEX 5E 63 73
Decimal 94 99 115
Binary 1011110 1100011 1110011
Octal 136 143 163

Shades and tints

Shades of #5E6373

#5E6373
(94,99,115)
#565A69
(86,90,105)
#4E515F
(78,81,95)
#464855
(70,72,85)
#3E3F4B
(62,63,75)
#363641
(54,54,65)
#2E2D37
(46,45,55)
#26242D
(38,36,45)
#1E1B23
(30,27,35)
#161219
(22,18,25)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #5E6373

#5E6373
(94,99,115)
#6C717F
(108,113,127)
#7A7F8B
(122,127,139)
#888D97
(136,141,151)
#969BA3
(150,155,163)
#A4A9AF
(164,169,175)
#B2B7BB
(178,183,187)
#C0C5C7
(192,197,199)
#CED3D3
(206,211,211)
#DCE1DF
(220,225,223)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6373 color. Also use rgb(94,99,115) instead hex code.

Text Font Color

.myTextColor { color: #5E6373; }

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

This text font color is #5E6373.

Background Color

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

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

This div background color is #5E6373.

Border color

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

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

This div border color is #5E6373.

Opacity

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

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

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

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

This text has shadow with #5E6373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6373.

Preview

Color preview on black background

This text has color #5E6373 on black background.


Color preview on white background

This text has color #5E6373 on white background.


Black color preview on #5E6373 background

This text has black color on #5E6373 background.


White color preview on #5E6373 background

This text has white color on #5E6373 background.


Related colors

Complementary color

Complementary color for #hex is #A19C8C.


I love getcolorcode.com

Triadic colors

1 #735E63 and #63735E with #5E6373 are triadic colors.

2 #73635E and #635E73 with #5E6373 are triadic colors.