COLOR #5E6563

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
101
99

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

Portions of RGB colors in percentages

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

%31.97
%34.35
%33.67

CMYK color model

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

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(7,0,2,60)
C7M0Y2K60 
(7%,0%,2%,60%)
(0.07/0.00/0.02/0.60)	

CMYK percentages

%6.93
%0
%1.98
%60.39

Codes

Color #5E6563 in popluar color models

5E6563
RGB9410199
HSL163°3.59%38.24%
HSB/HSV163°6.93%39.61%
CMYK6.93%0.00%1.98%
60.39%

Color #5E6563 in popluar number systems.

HEX5E6563
Decimal9410199
Binary101111011001011100011
Octal136145143

Shades and tints

Shades of #5E6563

#5E6563
(94,101,99)
#565C5A
(86,92,90)
#4E5351
(78,83,81)
#464A48
(70,74,72)
#3E413F
(62,65,63)
#363836
(54,56,54)
#2E2F2D
(46,47,45)
#262624
(38,38,36)
#1E1D1B
(30,29,27)
#161412
(22,20,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E6563

#5E6563
(94,101,99)
#6C7371
(108,115,113)
#7A817F
(122,129,127)
#888F8D
(136,143,141)
#969D9B
(150,157,155)
#A4ABA9
(164,171,169)
#B2B9B7
(178,185,183)
#C0C7C5
(192,199,197)
#CED5D3
(206,213,211)
#DCE3E1
(220,227,225)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6563; }

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

This text font color is #5E6563.


Background Color

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

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

This div background color is #5E6563.


Border color

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

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

This div border color is #5E6563.


Opacity

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

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

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

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

This text has shadow with #5E6563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6563 on black background.


Color preview on white background

This text has color #5E6563 on white background.



Black color preview on #5E6563 background

This text has black color on #5E6563 background.


White color preview on #5E6563 background

This text has white color on #5E6563 background.