COLOR #5E506E

HEX: #5E506E
RGB: (94,80,110)

Color info

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

RGB color model

#5E506E color RGB value is (94,80,110).

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

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 110 of 255 = 43%

94
80
110

R + G + B ~ 37%. #5E506E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 110 = 284 (100%)
R 94 of 284 ~ 33.1%
G 80 of 284 ~ 28.17%
B 110 of 284 ~ 38.73%

%33.1
%28.17
%38.73

CMYK color model

#5E506E color CMYK value is (15,27,0,57).

  • cyan value is 14.55%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,27,0,57)
C15M27Y0K57 
(15%,27%,0%,57%)
(0.15/0.27/0.00/0.57)	

CMYK percentages

%14.55
%27.27
%0
%56.86

Codes

Color #5E506E in popluar color models

5E506E
RGB9480110
HSL268°15.79%37.25%
HSB/HSV268°27.27%43.14%
CMYK14.55%27.27%0.00%
56.86%

Color #5E506E in popluar number systems.

HEX5E506E
Decimal9480110
Binary101111010100001101110
Octal136120156

Shades and tints

Shades of #5E506E

#5E506E
(94,80,110)
#564964
(86,73,100)
#4E425A
(78,66,90)
#463B50
(70,59,80)
#3E3446
(62,52,70)
#362D3C
(54,45,60)
#2E2632
(46,38,50)
#261F28
(38,31,40)
#1E181E
(30,24,30)
#161114
(22,17,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #5E506E

#5E506E
(94,80,110)
#6C5F7B
(108,95,123)
#7A6E88
(122,110,136)
#887D95
(136,125,149)
#968CA2
(150,140,162)
#A49BAF
(164,155,175)
#B2AABC
(178,170,188)
#C0B9C9
(192,185,201)
#CEC8D6
(206,200,214)
#DCD7E3
(220,215,227)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E506E; }

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

This text font color is #5E506E.


Background Color

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

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

This div background color is #5E506E.


Border color

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

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

This div border color is #5E506E.


Opacity

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

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

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

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

This text has shadow with #5E506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E506E on black background.


Color preview on white background

This text has color #5E506E on white background.



Black color preview on #5E506E background

This text has black color on #5E506E background.


White color preview on #5E506E background

This text has white color on #5E506E background.