COLOR #5E6365

HEX: #5E6365 RGB: (94,99,101)

Color info

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

RGB color model

#5E6365 color RGB value is (94,99,101).

RGB: (94,99,101) (37%, 39%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 101 of 255 = 40%

94
99
101

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

Portions of RGB colors in percentages

R + G + B = 94 + 99 + 101 = 294 (100%)
R 94 of 294 ~ 31.97%
G 99 of 294 ~ 33.67%
B 101 of 294 ~ 34.35'%

%31.97
%33.67
%34.35

CMYK color model

#5E6365 color CMYK value is (7,2,0,60).

  • cyan value is 6.93%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (7,2,0,60)
C7M2Y0K60 (7%, 2%, 0%, 60%)
(0.07 / 0.02 / 0.00 / 0.60)

CMYK percentages

%6.93
%1.98
%0
%60.39

Codes

Color #5E6365 in popluar color models

5E 63 65
RGB 94 99 101
HSL 197° 3.59% 38.24%
HSB/HSV 197° 6.93% 39.61%
CMYK 6.93% 1.98% 0.00%
60.39%

Color #5E6365 in popluar number systems.

HEX 5E 63 65
Decimal 94 99 101
Binary 1011110 1100011 1100101
Octal 136 143 145

Shades and tints

Shades of #5E6365

#5E6365
(94,99,101)
#565A5C
(86,90,92)
#4E5153
(78,81,83)
#46484A
(70,72,74)
#3E3F41
(62,63,65)
#363638
(54,54,56)
#2E2D2F
(46,45,47)
#262426
(38,36,38)
#1E1B1D
(30,27,29)
#161214
(22,18,20)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #5E6365

#5E6365
(94,99,101)
#6C7173
(108,113,115)
#7A7F81
(122,127,129)
#888D8F
(136,141,143)
#969B9D
(150,155,157)
#A4A9AB
(164,169,171)
#B2B7B9
(178,183,185)
#C0C5C7
(192,197,199)
#CED3D5
(206,211,213)
#DCE1E3
(220,225,227)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6365; }

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

This text font color is #5E6365.

Background Color

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

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

This div background color is #5E6365.

Border color

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

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

This div border color is #5E6365.

Opacity

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

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

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

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

This text has shadow with #5E6365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6365.

Preview

Color preview on black background

This text has color #5E6365 on black background.


Color preview on white background

This text has color #5E6365 on white background.


Black color preview on #5E6365 background

This text has black color on #5E6365 background.


White color preview on #5E6365 background

This text has white color on #5E6365 background.


Related colors

Complementary color

Complementary color for #hex is #A19C9A.


I love getcolorcode.com

Triadic colors

1 #655E63 and #63655E with #5E6365 are triadic colors.

2 #65635E and #635E65 with #5E6365 are triadic colors.