COLOR #5E6163

HEX: #5E6163
RGB: (94,97,99)

Color info

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

RGB color model

#5E6163 color RGB value is (94,97,99).

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

RGB channels and saturation

R 94 of 255 = 37%
G 97 of 255 = 38%
B 99 of 255 = 39%

94
97
99

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

Portions of RGB colors in percentages

R + G + B =
94 + 97 + 99 = 290 (100%)
R 94 of 290 ~ 32.41%
G 97 of 290 ~ 33.45%
B 99 of 290 ~ 34.14%

%32.41
%33.45
%34.14

CMYK color model

#5E6163 color CMYK value is (5,2,0,61).

  • cyan value is 5.05%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(5,2,0,61)
C5M2Y0K61 
(5%,2%,0%,61%)
(0.05/0.02/0.00/0.61)	

CMYK percentages

%5.05
%2.02
%0
%61.18

Codes

Color #5E6163 in popluar color models

5E6163
RGB949799
HSL204°2.59%37.84%
HSB/HSV204°5.05%38.82%
CMYK5.05%2.02%0.00%
61.18%

Color #5E6163 in popluar number systems.

HEX5E6163
Decimal949799
Binary101111011000011100011
Octal136141143

Shades and tints

Shades of #5E6163

#5E6163
(94,97,99)
#56595A
(86,89,90)
#4E5151
(78,81,81)
#464948
(70,73,72)
#3E413F
(62,65,63)
#363936
(54,57,54)
#2E312D
(46,49,45)
#262924
(38,41,36)
#1E211B
(30,33,27)
#161912
(22,25,18)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #5E6163

#5E6163
(94,97,99)
#6C6F71
(108,111,113)
#7A7D7F
(122,125,127)
#888B8D
(136,139,141)
#96999B
(150,153,155)
#A4A7A9
(164,167,169)
#B2B5B7
(178,181,183)
#C0C3C5
(192,195,197)
#CED1D3
(206,209,211)
#DCDFE1
(220,223,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6163; }

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

This text font color is #5E6163.


Background Color

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

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

This div background color is #5E6163.


Border color

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

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

This div border color is #5E6163.


Opacity

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

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

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

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

This text has shadow with #5E6163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6163 on black background.


Color preview on white background

This text has color #5E6163 on white background.



Black color preview on #5E6163 background

This text has black color on #5E6163 background.


White color preview on #5E6163 background

This text has white color on #5E6163 background.