COLOR #5E4960

HEX: #5E4960 RGB: (94,73,96)

Color info

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

RGB color model

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

RGB: (94,73,96) (37%, 29%, 38%)

RGB channels and saturation

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

94
73
96

R + G + B ~ 35%. #5E4960 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 73 + 96 = 263 (100%)
R 94 of 263 ~ 35.74%
G 73 of 263 ~ 27.76%
B 96 of 263 ~ 36.5'%

%35.74
%27.76
%36.5

CMYK color model

#5E4960 color CMYK value is (2,24,0,62).

  • cyan value is 2.08%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (2,24,0,62)
C2M24Y0K62 (2%, 24%, 0%, 62%)
(0.02 / 0.24 / 0.00 / 0.62)

CMYK percentages

%2.08
%23.96
%0
%62.35

Codes

Color #5E4960 in popluar color models

5E 49 60
RGB 94 73 96
HSL 295° 13.61% 33.14%
HSB/HSV 295° 23.96% 37.65%
CMYK 2.08% 23.96% 0.00%
62.35%

Color #5E4960 in popluar number systems.

HEX 5E 49 60
Decimal 94 73 96
Binary 1011110 1001001 1100000
Octal 136 111 140

Shades and tints

Shades of #5E4960

#5E4960
(94,73,96)
#564358
(86,67,88)
#4E3D50
(78,61,80)
#463748
(70,55,72)
#3E3140
(62,49,64)
#362B38
(54,43,56)
#2E2530
(46,37,48)
#261F28
(38,31,40)
#1E1920
(30,25,32)
#161318
(22,19,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E4960

#5E4960
(94,73,96)
#6C596E
(108,89,110)
#7A697C
(122,105,124)
#88798A
(136,121,138)
#968998
(150,137,152)
#A499A6
(164,153,166)
#B2A9B4
(178,169,180)
#C0B9C2
(192,185,194)
#CEC9D0
(206,201,208)
#DCD9DE
(220,217,222)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4960; }

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

This text font color is #5E4960.

Background Color

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

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

This div background color is #5E4960.

Border color

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

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

This div border color is #5E4960.

Opacity

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

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

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

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

This text has shadow with #5E4960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4960.

Preview

Color preview on black background

This text has color #5E4960 on black background.


Color preview on white background

This text has color #5E4960 on white background.


Black color preview on #5E4960 background

This text has black color on #5E4960 background.


White color preview on #5E4960 background

This text has white color on #5E4960 background.


Related colors

Complementary color

Complementary color for #hex is #A1B69F.


I love getcolorcode.com

Triadic colors

1 #605E49 and #49605E with #5E4960 are triadic colors.

2 #60495E and #495E60 with #5E4960 are triadic colors.