COLOR #5E6569

HEX: #5E6569
RGB: (94,101,105)

Color info

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

RGB color model

#5E6569 color RGB value is (94,101,105).

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

RGB channels and saturation

R 94 of 255 = 37%
G 101 of 255 = 40%
B 105 of 255 = 41%

94
101
105

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

Portions of RGB colors in percentages

R + G + B =
94 + 101 + 105 = 300 (100%)
R 94 of 300 ~ 31.33%
G 101 of 300 ~ 33.67%
B 105 of 300 ~ 35%

%31.33
%33.67
%35

CMYK color model

#5E6569 color CMYK value is (10,4,0,59).

  • cyan value is 10.48%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(10,4,0,59)
C10M4Y0K59 
(10%,4%,0%,59%)
(0.10/0.04/0.00/0.59)	

CMYK percentages

%10.48
%3.81
%0
%58.82

Codes

Color #5E6569 in popluar color models

5E6569
RGB94101105
HSL202°5.53%39.02%
HSB/HSV202°10.48%41.18%
CMYK10.48%3.81%0.00%
58.82%

Color #5E6569 in popluar number systems.

HEX5E6569
Decimal94101105
Binary101111011001011101001
Octal136145151

Shades and tints

Shades of #5E6569

#5E6569
(94,101,105)
#565C60
(86,92,96)
#4E5357
(78,83,87)
#464A4E
(70,74,78)
#3E4145
(62,65,69)
#36383C
(54,56,60)
#2E2F33
(46,47,51)
#26262A
(38,38,42)
#1E1D21
(30,29,33)
#161418
(22,20,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E6569

#5E6569
(94,101,105)
#6C7376
(108,115,118)
#7A8183
(122,129,131)
#888F90
(136,143,144)
#969D9D
(150,157,157)
#A4ABAA
(164,171,170)
#B2B9B7
(178,185,183)
#C0C7C4
(192,199,196)
#CED5D1
(206,213,209)
#DCE3DE
(220,227,222)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6569; }

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

This text font color is #5E6569.


Background Color

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

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

This div background color is #5E6569.


Border color

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

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

This div border color is #5E6569.


Opacity

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

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

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

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

This text has shadow with #5E6569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6569 on black background.


Color preview on white background

This text has color #5E6569 on white background.



Black color preview on #5E6569 background

This text has black color on #5E6569 background.


White color preview on #5E6569 background

This text has white color on #5E6569 background.