COLOR #5E606E

HEX: #5E606E
RGB: (94,96,110)

Color info

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

RGB color model

#5E606E color RGB value is (94,96,110).

  • red value is 94;
  • green value is 96;
  • blue value is 110.
RGB:
(94,96,110)
(37%,38%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 110 of 255 = 43%

94
96
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 96 + 110 = 300 (100%)
R 94 of 300 ~ 31.33%
G 96 of 300 ~ 32%
B 110 of 300 ~ 36.67%

%31.33
%32
%36.67

CMYK color model

#5E606E color CMYK value is (15,13,0,57).

  • cyan value is 14.55%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,13,0,57)
C15M13Y0K57 
(15%,13%,0%,57%)
(0.15/0.13/0.00/0.57)	

CMYK percentages

%14.55
%12.73
%0
%56.86

Codes

Color #5E606E in popluar color models

5E606E
RGB9496110
HSL233°7.84%40.00%
HSB/HSV233°14.55%43.14%
CMYK14.55%12.73%0.00%
56.86%

Color #5E606E in popluar number systems.

HEX5E606E
Decimal9496110
Binary101111011000001101110
Octal136140156

Shades and tints

Shades of #5E606E

#5E606E
(94,96,110)
#565864
(86,88,100)
#4E505A
(78,80,90)
#464850
(70,72,80)
#3E4046
(62,64,70)
#36383C
(54,56,60)
#2E3032
(46,48,50)
#262828
(38,40,40)
#1E201E
(30,32,30)
#161814
(22,24,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #5E606E

#5E606E
(94,96,110)
#6C6E7B
(108,110,123)
#7A7C88
(122,124,136)
#888A95
(136,138,149)
#9698A2
(150,152,162)
#A4A6AF
(164,166,175)
#B2B4BC
(178,180,188)
#C0C2C9
(192,194,201)
#CED0D6
(206,208,214)
#DCDEE3
(220,222,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E606E color. Also use rgb(94,96,110) instead hex code.

Text Font Color

.myTextColor { color: #5E606E; }

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

This text font color is #5E606E.


Background Color

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

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

This div background color is #5E606E.


Border color

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

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

This div border color is #5E606E.


Opacity

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

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

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

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

This text has shadow with #5E606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E606E on black background.


Color preview on white background

This text has color #5E606E on white background.



Black color preview on #5E606E background

This text has black color on #5E606E background.


White color preview on #5E606E background

This text has white color on #5E606E background.