COLOR #5E536C

HEX: #5E536C
RGB: (94,83,108)

Color info

#5E536C contains red, green and blue colors in about the same proportion. Web safe color of #5E536C is #666666 (or #666).

RGB color model

#5E536C color RGB value is (94,83,108).

  • red value is 94;
  • green value is 83;
  • blue value is 108.
RGB:
(94,83,108)
(37%,33%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 108 of 255 = 42%

94
83
108

R + G + B ~ 37%. #5E536C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 108 = 285 (100%)
R 94 of 285 ~ 32.98%
G 83 of 285 ~ 29.12%
B 108 of 285 ~ 37.89%

%32.98
%29.12
%37.89

CMYK color model

#5E536C color CMYK value is (13,23,0,58).

  • cyan value is 12.96%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(13,23,0,58)
C13M23Y0K58 
(13%,23%,0%,58%)
(0.13/0.23/0.00/0.58)	

CMYK percentages

%12.96
%23.15
%0
%57.65

Codes

Color #5E536C in popluar color models

5E536C
RGB9483108
HSL266°13.09%37.45%
HSB/HSV266°23.15%42.35%
CMYK12.96%23.15%0.00%
57.65%

Color #5E536C in popluar number systems.

HEX5E536C
Decimal9483108
Binary101111010100111101100
Octal136123154

Shades and tints

Shades of #5E536C

#5E536C
(94,83,108)
#564C63
(86,76,99)
#4E455A
(78,69,90)
#463E51
(70,62,81)
#3E3748
(62,55,72)
#36303F
(54,48,63)
#2E2936
(46,41,54)
#26222D
(38,34,45)
#1E1B24
(30,27,36)
#16141B
(22,20,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #5E536C

#5E536C
(94,83,108)
#6C6279
(108,98,121)
#7A7186
(122,113,134)
#888093
(136,128,147)
#968FA0
(150,143,160)
#A49EAD
(164,158,173)
#B2ADBA
(178,173,186)
#C0BCC7
(192,188,199)
#CECBD4
(206,203,212)
#DCDAE1
(220,218,225)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E536C; }

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

This text font color is #5E536C.


Background Color

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

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

This div background color is #5E536C.


Border color

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

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

This div border color is #5E536C.


Opacity

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

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

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

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

This text has shadow with #5E536C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E536C on black background.


Color preview on white background

This text has color #5E536C on white background.



Black color preview on #5E536C background

This text has black color on #5E536C background.


White color preview on #5E536C background

This text has white color on #5E536C background.