COLOR #5E6463

HEX: #5E6463 RGB: (94,100,99)

Color info

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

RGB color model

#5E6463 color RGB value is (94,100,99).

RGB: (94,100,99) (37%, 39%, 39%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 99 of 255 = 39%

94
100
99

R + G + B ~ 38%. #5E6463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 100 + 99 = 293 (100%)
R 94 of 293 ~ 32.08%
G 100 of 293 ~ 34.13%
B 99 of 293 ~ 33.79'%

%32.08
%34.13
%33.79

CMYK color model

#5E6463 color CMYK value is (6,0,1,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (6,0,1,61)
C6M0Y1K61 (6%, 0%, 1%, 61%)
(0.06 / 0.00 / 0.01 / 0.61)

CMYK percentages

%6
%0
%1
%60.78

Codes

Color #5E6463 in popluar color models

5E 64 63
RGB 94 100 99
HSL 170° 3.09% 38.04%
HSB/HSV 170° 6.00% 39.22%
CMYK 6.00% 0.00% 1.00%
60.78%

Color #5E6463 in popluar number systems.

HEX 5E 64 63
Decimal 94 100 99
Binary 1011110 1100100 1100011
Octal 136 144 143

Shades and tints

Shades of #5E6463

#5E6463
(94,100,99)
#565B5A
(86,91,90)
#4E5251
(78,82,81)
#464948
(70,73,72)
#3E403F
(62,64,63)
#363736
(54,55,54)
#2E2E2D
(46,46,45)
#262524
(38,37,36)
#1E1C1B
(30,28,27)
#161312
(22,19,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #5E6463

#5E6463
(94,100,99)
#6C7271
(108,114,113)
#7A807F
(122,128,127)
#888E8D
(136,142,141)
#969C9B
(150,156,155)
#A4AAA9
(164,170,169)
#B2B8B7
(178,184,183)
#C0C6C5
(192,198,197)
#CED4D3
(206,212,211)
#DCE2E1
(220,226,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6463; }

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

This text font color is #5E6463.

Background Color

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

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

This div background color is #5E6463.

Border color

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

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

This div border color is #5E6463.

Opacity

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

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

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

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

This text has shadow with #5E6463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6463.

Preview

Color preview on black background

This text has color #5E6463 on black background.


Color preview on white background

This text has color #5E6463 on white background.


Black color preview on #5E6463 background

This text has black color on #5E6463 background.


White color preview on #5E6463 background

This text has white color on #5E6463 background.


Related colors

Complementary color

Complementary color for #hex is #A19B9C.


I love getcolorcode.com

Triadic colors

1 #635E64 and #64635E with #5E6463 are triadic colors.

2 #63645E and #645E63 with #5E6463 are triadic colors.