COLOR #5E506A

HEX: #5E506A RGB: (94,80,106)

Color info

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

RGB color model

#5E506A color RGB value is (94,80,106).

RGB: (94,80,106) (37%, 31%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 106 of 255 = 42%

94
80
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 80 + 106 = 280 (100%)
R 94 of 280 ~ 33.57%
G 80 of 280 ~ 28.57%
B 106 of 280 ~ 37.86'%

%33.57
%28.57
%37.86

CMYK color model

#5E506A color CMYK value is (11,25,0,58).

  • cyan value is 11.32%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (11,25,0,58)
C11M25Y0K58 (11%, 25%, 0%, 58%)
(0.11 / 0.25 / 0.00 / 0.58)

CMYK percentages

%11.32
%24.53
%0
%58.43

Codes

Color #5E506A in popluar color models

5E 50 6A
RGB 94 80 106
HSL 272° 13.98% 36.47%
HSB/HSV 272° 24.53% 41.57%
CMYK 11.32% 24.53% 0.00%
58.43%

Color #5E506A in popluar number systems.

HEX 5E 50 6A
Decimal 94 80 106
Binary 1011110 1010000 1101010
Octal 136 120 152

Shades and tints

Shades of #5E506A

#5E506A
(94,80,106)
#564961
(86,73,97)
#4E4258
(78,66,88)
#463B4F
(70,59,79)
#3E3446
(62,52,70)
#362D3D
(54,45,61)
#2E2634
(46,38,52)
#261F2B
(38,31,43)
#1E1822
(30,24,34)
#161119
(22,17,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E506A

#5E506A
(94,80,106)
#6C5F77
(108,95,119)
#7A6E84
(122,110,132)
#887D91
(136,125,145)
#968C9E
(150,140,158)
#A49BAB
(164,155,171)
#B2AAB8
(178,170,184)
#C0B9C5
(192,185,197)
#CEC8D2
(206,200,210)
#DCD7DF
(220,215,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E506A; }

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

This text font color is #5E506A.

Background Color

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

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

This div background color is #5E506A.

Border color

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

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

This div border color is #5E506A.

Opacity

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

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

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

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

This text has shadow with #5E506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E506A.

Preview

Color preview on black background

This text has color #5E506A on black background.


Color preview on white background

This text has color #5E506A on white background.


Black color preview on #5E506A background

This text has black color on #5E506A background.


White color preview on #5E506A background

This text has white color on #5E506A background.


Related colors

Complementary color

Complementary color for #hex is #A1AF95.


I love getcolorcode.com

Triadic colors

1 #6A5E50 and #506A5E with #5E506A are triadic colors.

2 #6A505E and #505E6A with #5E506A are triadic colors.