COLOR #5E4658

HEX: #5E4658
RGB: (94,70,88)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
70
88

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 88 = 252 (100%)
R 94 of 252 ~ 37.3%
G 70 of 252 ~ 27.78%
B 88 of 252 ~ 34.92%

%37.3
%27.78
%34.92

CMYK color model

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

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

CMYK percentages

%0
%25.53
%6.38
%63.14

Codes

Color #5E4658 in popluar color models

5E4658
RGB947088
HSL315°14.63%32.16%
HSB/HSV315°25.53%36.86%
CMYK0.00%25.53%6.38%
63.14%

Color #5E4658 in popluar number systems.

HEX5E4658
Decimal947088
Binary101111010001101011000
Octal136106130

Shades and tints

Shades of #5E4658

#5E4658
(94,70,88)
#564050
(86,64,80)
#4E3A48
(78,58,72)
#463440
(70,52,64)
#3E2E38
(62,46,56)
#362830
(54,40,48)
#2E2228
(46,34,40)
#261C20
(38,28,32)
#1E1618
(30,22,24)
#161010
(22,16,16)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #5E4658

#5E4658
(94,70,88)
#6C5667
(108,86,103)
#7A6676
(122,102,118)
#887685
(136,118,133)
#968694
(150,134,148)
#A496A3
(164,150,163)
#B2A6B2
(178,166,178)
#C0B6C1
(192,182,193)
#CEC6D0
(206,198,208)
#DCD6DF
(220,214,223)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4658; }

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

This text font color is #5E4658.


Background Color

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

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

This div background color is #5E4658.


Border color

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

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

This div border color is #5E4658.


Opacity

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

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

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

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

This text has shadow with #5E4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4658 on black background.


Color preview on white background

This text has color #5E4658 on white background.



Black color preview on #5E4658 background

This text has black color on #5E4658 background.


White color preview on #5E4658 background

This text has white color on #5E4658 background.