COLOR #5E486A

HEX: #5E486A
RGB: (94,72,106)

Color info

#5E486A contains red, green and blue colors in about the same proportion. Web safe color of #5E486A is #663366 (or #636).

RGB color model

#5E486A color RGB value is (94,72,106).

  • red value is 94;
  • green value is 72;
  • blue value is 106.
RGB:
(94,72,106)
(37%,28%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 106 of 255 = 42%

94
72
106

R + G + B ~ 36%. #5E486A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 106 = 272 (100%)
R 94 of 272 ~ 34.56%
G 72 of 272 ~ 26.47%
B 106 of 272 ~ 38.97%

%34.56
%26.47
%38.97

CMYK color model

#5E486A color CMYK value is (11,32,0,58).

  • cyan value is 11.32%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(11,32,0,58)
C11M32Y0K58 
(11%,32%,0%,58%)
(0.11/0.32/0.00/0.58)	

CMYK percentages

%11.32
%32.08
%0
%58.43

Codes

Color #5E486A in popluar color models

5E486A
RGB9472106
HSL279°19.10%34.90%
HSB/HSV279°32.08%41.57%
CMYK11.32%32.08%0.00%
58.43%

Color #5E486A in popluar number systems.

HEX5E486A
Decimal9472106
Binary101111010010001101010
Octal136110152

Shades and tints

Shades of #5E486A

#5E486A
(94,72,106)
#564261
(86,66,97)
#4E3C58
(78,60,88)
#46364F
(70,54,79)
#3E3046
(62,48,70)
#362A3D
(54,42,61)
#2E2434
(46,36,52)
#261E2B
(38,30,43)
#1E1822
(30,24,34)
#161219
(22,18,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E486A

#5E486A
(94,72,106)
#6C5877
(108,88,119)
#7A6884
(122,104,132)
#887891
(136,120,145)
#96889E
(150,136,158)
#A498AB
(164,152,171)
#B2A8B8
(178,168,184)
#C0B8C5
(192,184,197)
#CEC8D2
(206,200,210)
#DCD8DF
(220,216,223)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E486A; }

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

This text font color is #5E486A.


Background Color

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

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

This div background color is #5E486A.


Border color

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

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

This div border color is #5E486A.


Opacity

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

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

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

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

This text has shadow with #5E486A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E486A on black background.


Color preview on white background

This text has color #5E486A on white background.



Black color preview on #5E486A background

This text has black color on #5E486A background.


White color preview on #5E486A background

This text has white color on #5E486A background.