COLOR #5E465E

HEX: #5E465E
RGB: (94,70,94)

Color info

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

RGB color model

#5E465E color RGB value is (94,70,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 94 of 255 = 37%

94
70
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 94 = 258 (100%)
R 94 of 258 ~ 36.43%
G 70 of 258 ~ 27.13%
B 94 of 258 ~ 36.43%

%36.43
%27.13
%36.43

CMYK color model

#5E465E color CMYK value is (0,26,0,63).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(0,26,0,63)
C0M26Y0K63 
(0%,26%,0%,63%)
(0.00/0.26/0.00/0.63)	

CMYK percentages

%0
%25.53
%0
%63.14

Codes

Color #5E465E in popluar color models

5E465E
RGB947094
HSL300°14.63%32.16%
HSB/HSV300°25.53%36.86%
CMYK0.00%25.53%0.00%
63.14%

Color #5E465E in popluar number systems.

HEX5E465E
Decimal947094
Binary101111010001101011110
Octal136106136

Shades and tints

Shades of #5E465E

#5E465E
(94,70,94)
#564056
(86,64,86)
#4E3A4E
(78,58,78)
#463446
(70,52,70)
#3E2E3E
(62,46,62)
#362836
(54,40,54)
#2E222E
(46,34,46)
#261C26
(38,28,38)
#1E161E
(30,22,30)
#161016
(22,16,22)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #5E465E

#5E465E
(94,70,94)
#6C566C
(108,86,108)
#7A667A
(122,102,122)
#887688
(136,118,136)
#968696
(150,134,150)
#A496A4
(164,150,164)
#B2A6B2
(178,166,178)
#C0B6C0
(192,182,192)
#CEC6CE
(206,198,206)
#DCD6DC
(220,214,220)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E465E; }

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

This text font color is #5E465E.


Background Color

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

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

This div background color is #5E465E.


Border color

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

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

This div border color is #5E465E.


Opacity

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

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

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

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

This text has shadow with #5E465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E465E on black background.


Color preview on white background

This text has color #5E465E on white background.



Black color preview on #5E465E background

This text has black color on #5E465E background.


White color preview on #5E465E background

This text has white color on #5E465E background.