COLOR #5E485A

HEX: #5E485A
RGB: (94,72,90)

Color info

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

RGB color model

#5E485A color RGB value is (94,72,90).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 90 of 255 = 35%

94
72
90

R + G + B ~ 33%. #5E485A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 90 = 256 (100%)
R 94 of 256 ~ 36.72%
G 72 of 256 ~ 28.13%
B 90 of 256 ~ 35.16%

%36.72
%28.13
%35.16

CMYK color model

#5E485A color CMYK value is (0,23,4,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 4.26%
  • key color value is 63.14%
CMYK:
(0,23,4,63)
C0M23Y4K63 
(0%,23%,4%,63%)
(0.00/0.23/0.04/0.63)	

CMYK percentages

%0
%23.4
%4.26
%63.14

Codes

Color #5E485A in popluar color models

5E485A
RGB947290
HSL311°13.25%32.55%
HSB/HSV311°23.40%36.86%
CMYK0.00%23.40%4.26%
63.14%

Color #5E485A in popluar number systems.

HEX5E485A
Decimal947290
Binary101111010010001011010
Octal136110132

Shades and tints

Shades of #5E485A

#5E485A
(94,72,90)
#564252
(86,66,82)
#4E3C4A
(78,60,74)
#463642
(70,54,66)
#3E303A
(62,48,58)
#362A32
(54,42,50)
#2E242A
(46,36,42)
#261E22
(38,30,34)
#1E181A
(30,24,26)
#161212
(22,18,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #5E485A

#5E485A
(94,72,90)
#6C5869
(108,88,105)
#7A6878
(122,104,120)
#887887
(136,120,135)
#968896
(150,136,150)
#A498A5
(164,152,165)
#B2A8B4
(178,168,180)
#C0B8C3
(192,184,195)
#CEC8D2
(206,200,210)
#DCD8E1
(220,216,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E485A; }

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

This text font color is #5E485A.


Background Color

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

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

This div background color is #5E485A.


Border color

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

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

This div border color is #5E485A.


Opacity

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

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

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

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

This text has shadow with #5E485A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E485A on black background.


Color preview on white background

This text has color #5E485A on white background.



Black color preview on #5E485A background

This text has black color on #5E485A background.


White color preview on #5E485A background

This text has white color on #5E485A background.