COLOR #5E636D

HEX: #5E636D RGB: (94,99,109)

Color info

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

RGB color model

#5E636D color RGB value is (94,99,109).

RGB: (94,99,109) (37%, 39%, 43%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 109 of 255 = 43%

94
99
109

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

Portions of RGB colors in percentages

R + G + B = 94 + 99 + 109 = 302 (100%)
R 94 of 302 ~ 31.13%
G 99 of 302 ~ 32.78%
B 109 of 302 ~ 36.09'%

%31.13
%32.78
%36.09

CMYK color model

#5E636D color CMYK value is (14,9,0,57).

  • cyan value is 13.76%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (14,9,0,57)
C14M9Y0K57 (14%, 9%, 0%, 57%)
(0.14 / 0.09 / 0.00 / 0.57)

CMYK percentages

%13.76
%9.17
%0
%57.25

Codes

Color #5E636D in popluar color models

5E 63 6D
RGB 94 99 109
HSL 220° 7.39% 39.80%
HSB/HSV 220° 13.76% 42.75%
CMYK 13.76% 9.17% 0.00%
57.25%

Color #5E636D in popluar number systems.

HEX 5E 63 6D
Decimal 94 99 109
Binary 1011110 1100011 1101101
Octal 136 143 155

Shades and tints

Shades of #5E636D

#5E636D
(94,99,109)
#565A64
(86,90,100)
#4E515B
(78,81,91)
#464852
(70,72,82)
#3E3F49
(62,63,73)
#363640
(54,54,64)
#2E2D37
(46,45,55)
#26242E
(38,36,46)
#1E1B25
(30,27,37)
#16121C
(22,18,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #5E636D

#5E636D
(94,99,109)
#6C717A
(108,113,122)
#7A7F87
(122,127,135)
#888D94
(136,141,148)
#969BA1
(150,155,161)
#A4A9AE
(164,169,174)
#B2B7BB
(178,183,187)
#C0C5C8
(192,197,200)
#CED3D5
(206,211,213)
#DCE1E2
(220,225,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E636D; }

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

This text font color is #5E636D.

Background Color

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

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

This div background color is #5E636D.

Border color

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

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

This div border color is #5E636D.

Opacity

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

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

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

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

This text has shadow with #5E636D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E636D.

Preview

Color preview on black background

This text has color #5E636D on black background.


Color preview on white background

This text has color #5E636D on white background.


Black color preview on #5E636D background

This text has black color on #5E636D background.


White color preview on #5E636D background

This text has white color on #5E636D background.


Related colors

Complementary color

Complementary color for #hex is #A19C92.


I love getcolorcode.com

Triadic colors

1 #6D5E63 and #636D5E with #5E636D are triadic colors.

2 #6D635E and #635E6D with #5E636D are triadic colors.