COLOR #5E636C

HEX: #5E636C
RGB: (94,99,108)

Color info

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

RGB color model

#5E636C color RGB value is (94,99,108).

  • red value is 94;
  • green value is 99;
  • blue value is 108.
RGB:
(94,99,108)
(37%,39%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 108 of 255 = 42%

94
99
108

R + G + B ~ 39%. #5E636C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 108 = 301 (100%)
R 94 of 301 ~ 31.23%
G 99 of 301 ~ 32.89%
B 108 of 301 ~ 35.88%

%31.23
%32.89
%35.88

CMYK color model

#5E636C color CMYK value is (13,8,0,58).

  • cyan value is 12.96%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(13,8,0,58)
C13M8Y0K58 
(13%,8%,0%,58%)
(0.13/0.08/0.00/0.58)	

CMYK percentages

%12.96
%8.33
%0
%57.65

Codes

Color #5E636C in popluar color models

5E636C
RGB9499108
HSL219°6.93%39.61%
HSB/HSV219°12.96%42.35%
CMYK12.96%8.33%0.00%
57.65%

Color #5E636C in popluar number systems.

HEX5E636C
Decimal9499108
Binary101111011000111101100
Octal136143154

Shades and tints

Shades of #5E636C

#5E636C
(94,99,108)
#565A63
(86,90,99)
#4E515A
(78,81,90)
#464851
(70,72,81)
#3E3F48
(62,63,72)
#36363F
(54,54,63)
#2E2D36
(46,45,54)
#26242D
(38,36,45)
#1E1B24
(30,27,36)
#16121B
(22,18,27)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #5E636C

#5E636C
(94,99,108)
#6C7179
(108,113,121)
#7A7F86
(122,127,134)
#888D93
(136,141,147)
#969BA0
(150,155,160)
#A4A9AD
(164,169,173)
#B2B7BA
(178,183,186)
#C0C5C7
(192,197,199)
#CED3D4
(206,211,212)
#DCE1E1
(220,225,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E636C; }

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

This text font color is #5E636C.


Background Color

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

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

This div background color is #5E636C.


Border color

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

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

This div border color is #5E636C.


Opacity

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

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

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

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

This text has shadow with #5E636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E636C on black background.


Color preview on white background

This text has color #5E636C on white background.



Black color preview on #5E636C background

This text has black color on #5E636C background.


White color preview on #5E636C background

This text has white color on #5E636C background.