COLOR #5E495E

HEX: #5E495E
RGB: (94,73,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
73
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 94 = 261 (100%)
R 94 of 261 ~ 36.02%
G 73 of 261 ~ 27.97%
B 94 of 261 ~ 36.02%

%36.02
%27.97
%36.02

CMYK color model

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

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

CMYK percentages

%0
%22.34
%0
%63.14

Codes

Color #5E495E in popluar color models

5E495E
RGB947394
HSL300°12.57%32.75%
HSB/HSV300°22.34%36.86%
CMYK0.00%22.34%0.00%
63.14%

Color #5E495E in popluar number systems.

HEX5E495E
Decimal947394
Binary101111010010011011110
Octal136111136

Shades and tints

Shades of #5E495E

#5E495E
(94,73,94)
#564356
(86,67,86)
#4E3D4E
(78,61,78)
#463746
(70,55,70)
#3E313E
(62,49,62)
#362B36
(54,43,54)
#2E252E
(46,37,46)
#261F26
(38,31,38)
#1E191E
(30,25,30)
#161316
(22,19,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E495E

#5E495E
(94,73,94)
#6C596C
(108,89,108)
#7A697A
(122,105,122)
#887988
(136,121,136)
#968996
(150,137,150)
#A499A4
(164,153,164)
#B2A9B2
(178,169,178)
#C0B9C0
(192,185,192)
#CEC9CE
(206,201,206)
#DCD9DC
(220,217,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E495E; }

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

This text font color is #5E495E.


Background Color

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

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

This div background color is #5E495E.


Border color

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

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

This div border color is #5E495E.


Opacity

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

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

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

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

This text has shadow with #5E495E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E495E on black background.


Color preview on white background

This text has color #5E495E on white background.



Black color preview on #5E495E background

This text has black color on #5E495E background.


White color preview on #5E495E background

This text has white color on #5E495E background.