COLOR #4E536C

HEX: #4E536C RGB: (78,83,108)

Color info

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

RGB color model

#4E536C color RGB value is (78,83,108).

RGB: (78,83,108) (31%, 33%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 83 of 255 = 33%
B 108 of 255 = 42%

78
83
108

R + G + B ~ 35%. #4E536C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 83 + 108 = 269 (100%)
R 78 of 269 ~ 29%
G 83 of 269 ~ 30.86%
B 108 of 269 ~ 40.15'%

%29
%30.86
%40.15

CMYK color model

#4E536C color CMYK value is (28,23,0,58).

  • cyan value is 27.78%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (28,23,0,58)
C28M23Y0K58 (28%, 23%, 0%, 58%)
(0.28 / 0.23 / 0.00 / 0.58)

CMYK percentages

%27.78
%23.15
%0
%57.65

Codes

Color #4E536C in popluar color models

4E 53 6C
RGB 78 83 108
HSL 230° 16.13% 36.47%
HSB/HSV 230° 27.78% 42.35%
CMYK 27.78% 23.15% 0.00%
57.65%

Color #4E536C in popluar number systems.

HEX 4E 53 6C
Decimal 78 83 108
Binary 1001110 1010011 1101100
Octal 116 123 154

Shades and tints

Shades of #4E536C

#4E536C
(78,83,108)
#474C63
(71,76,99)
#40455A
(64,69,90)
#393E51
(57,62,81)
#323748
(50,55,72)
#2B303F
(43,48,63)
#242936
(36,41,54)
#1D222D
(29,34,45)
#161B24
(22,27,36)
#0F141B
(15,20,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #4E536C

#4E536C
(78,83,108)
#5E6279
(94,98,121)
#6E7186
(110,113,134)
#7E8093
(126,128,147)
#8E8FA0
(142,143,160)
#9E9EAD
(158,158,173)
#AEADBA
(174,173,186)
#BEBCC7
(190,188,199)
#CECBD4
(206,203,212)
#DEDAE1
(222,218,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E536C; }

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

This text font color is #4E536C.

Background Color

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

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

This div background color is #4E536C.

Border color

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

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

This div border color is #4E536C.

Opacity

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

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

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

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

This text has shadow with #4E536C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E536C.

Preview

Color preview on black background

This text has color #4E536C on black background.


Color preview on white background

This text has color #4E536C on white background.


Black color preview on #4E536C background

This text has black color on #4E536C background.


White color preview on #4E536C background

This text has white color on #4E536C background.


Related colors

Complementary color

Complementary color for #hex is #B1AC93.


I love getcolorcode.com

Triadic colors

1 #6C4E53 and #536C4E with #4E536C are triadic colors.

2 #6C534E and #534E6C with #4E536C are triadic colors.