COLOR #5E4562

HEX: #5E4562 RGB: (94,69,98)

Color info

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

RGB color model

#5E4562 color RGB value is (94,69,98).

RGB: (94,69,98) (37%, 27%, 38%)

RGB channels and saturation

R 94 of 255 = 37%
G 69 of 255 = 27%
B 98 of 255 = 38%

94
69
98

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

Portions of RGB colors in percentages

R + G + B = 94 + 69 + 98 = 261 (100%)
R 94 of 261 ~ 36.02%
G 69 of 261 ~ 26.44%
B 98 of 261 ~ 37.55'%

%36.02
%26.44
%37.55

CMYK color model

#5E4562 color CMYK value is (4,30,0,62).

  • cyan value is 4.08%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (4,30,0,62)
C4M30Y0K62 (4%, 30%, 0%, 62%)
(0.04 / 0.30 / 0.00 / 0.62)

CMYK percentages

%4.08
%29.59
%0
%61.57

Codes

Color #5E4562 in popluar color models

5E 45 62
RGB 94 69 98
HSL 292° 17.37% 32.75%
HSB/HSV 292° 29.59% 38.43%
CMYK 4.08% 29.59% 0.00%
61.57%

Color #5E4562 in popluar number systems.

HEX 5E 45 62
Decimal 94 69 98
Binary 1011110 1000101 1100010
Octal 136 105 142

Shades and tints

Shades of #5E4562

#5E4562
(94,69,98)
#563F5A
(86,63,90)
#4E3952
(78,57,82)
#46334A
(70,51,74)
#3E2D42
(62,45,66)
#36273A
(54,39,58)
#2E2132
(46,33,50)
#261B2A
(38,27,42)
#1E1522
(30,21,34)
#160F1A
(22,15,26)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #5E4562

#5E4562
(94,69,98)
#6C5570
(108,85,112)
#7A657E
(122,101,126)
#88758C
(136,117,140)
#96859A
(150,133,154)
#A495A8
(164,149,168)
#B2A5B6
(178,165,182)
#C0B5C4
(192,181,196)
#CEC5D2
(206,197,210)
#DCD5E0
(220,213,224)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4562; }

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

This text font color is #5E4562.

Background Color

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

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

This div background color is #5E4562.

Border color

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

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

This div border color is #5E4562.

Opacity

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

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

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

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

This text has shadow with #5E4562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4562.

Preview

Color preview on black background

This text has color #5E4562 on black background.


Color preview on white background

This text has color #5E4562 on white background.


Black color preview on #5E4562 background

This text has black color on #5E4562 background.


White color preview on #5E4562 background

This text has white color on #5E4562 background.


Related colors

Complementary color

Complementary color for #hex is #A1BA9D.


I love getcolorcode.com

Triadic colors

1 #625E45 and #45625E with #5E4562 are triadic colors.

2 #62455E and #455E62 with #5E4562 are triadic colors.