COLOR #5E495A

HEX: #5E495A
RGB: (94,73,90)

Color info

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

RGB color model

#5E495A color RGB value is (94,73,90).

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

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 90 of 255 = 35%

94
73
90

R + G + B ~ 34%. #5E495A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 90 = 257 (100%)
R 94 of 257 ~ 36.58%
G 73 of 257 ~ 28.4%
B 90 of 257 ~ 35.02%

%36.58
%28.4
%35.02

CMYK color model

#5E495A color CMYK value is (0,22,4,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 4.26%
  • key color value is 63.14%
CMYK:
(0,22,4,63)
C0M22Y4K63 
(0%,22%,4%,63%)
(0.00/0.22/0.04/0.63)	

CMYK percentages

%0
%22.34
%4.26
%63.14

Codes

Color #5E495A in popluar color models

5E495A
RGB947390
HSL311°12.57%32.75%
HSB/HSV311°22.34%36.86%
CMYK0.00%22.34%4.26%
63.14%

Color #5E495A in popluar number systems.

HEX5E495A
Decimal947390
Binary101111010010011011010
Octal136111132

Shades and tints

Shades of #5E495A

#5E495A
(94,73,90)
#564352
(86,67,82)
#4E3D4A
(78,61,74)
#463742
(70,55,66)
#3E313A
(62,49,58)
#362B32
(54,43,50)
#2E252A
(46,37,42)
#261F22
(38,31,34)
#1E191A
(30,25,26)
#161312
(22,19,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E495A

#5E495A
(94,73,90)
#6C5969
(108,89,105)
#7A6978
(122,105,120)
#887987
(136,121,135)
#968996
(150,137,150)
#A499A5
(164,153,165)
#B2A9B4
(178,169,180)
#C0B9C3
(192,185,195)
#CEC9D2
(206,201,210)
#DCD9E1
(220,217,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E495A; }

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

This text font color is #5E495A.


Background Color

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

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

This div background color is #5E495A.


Border color

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

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

This div border color is #5E495A.


Opacity

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

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

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

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

This text has shadow with #5E495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E495A on black background.


Color preview on white background

This text has color #5E495A on white background.



Black color preview on #5E495A background

This text has black color on #5E495A background.


White color preview on #5E495A background

This text has white color on #5E495A background.