COLOR #4D5368

HEX: #4D5368
RGB: (77,83,104)

Color info

#4D5368 contains red, green and blue colors in about the same proportion. Web safe color of #4D5368 is #336666 (or #366).

RGB color model

#4D5368 color RGB value is (77,83,104).

  • red value is 77;
  • green value is 83;
  • blue value is 104.
RGB:
(77,83,104)
(30%,33%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 104 of 255 = 41%

77
83
104

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

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 104 = 264 (100%)
R 77 of 264 ~ 29.17%
G 83 of 264 ~ 31.44%
B 104 of 264 ~ 39.39%

%29.17
%31.44
%39.39

CMYK color model

#4D5368 color CMYK value is (26,20,0,59).

  • cyan value is 25.96%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(26,20,0,59)
C26M20Y0K59 
(26%,20%,0%,59%)
(0.26/0.20/0.00/0.59)	

CMYK percentages

%25.96
%20.19
%0
%59.22

Codes

Color #4D5368 in popluar color models

4D5368
RGB7783104
HSL227°14.92%35.49%
HSB/HSV227°25.96%40.78%
CMYK25.96%20.19%0.00%
59.22%

Color #4D5368 in popluar number systems.

HEX4D5368
Decimal7783104
Binary100110110100111101000
Octal115123150

Shades and tints

Shades of #4D5368

#4D5368
(77,83,104)
#464C5F
(70,76,95)
#3F4556
(63,69,86)
#383E4D
(56,62,77)
#313744
(49,55,68)
#2A303B
(42,48,59)
#232932
(35,41,50)
#1C2229
(28,34,41)
#151B20
(21,27,32)
#0E1417
(14,20,23)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #4D5368

#4D5368
(77,83,104)
#5D6275
(93,98,117)
#6D7182
(109,113,130)
#7D808F
(125,128,143)
#8D8F9C
(141,143,156)
#9D9EA9
(157,158,169)
#ADADB6
(173,173,182)
#BDBCC3
(189,188,195)
#CDCBD0
(205,203,208)
#DDDADD
(221,218,221)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5368 color. Also use rgb(77,83,104) instead hex code.

Text Font Color

.myTextColor { color: #4D5368; }

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

This text font color is #4D5368.


Background Color

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

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

This div background color is #4D5368.


Border color

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

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

This div border color is #4D5368.


Opacity

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

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

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

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

This text has shadow with #4D5368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5368 on black background.


Color preview on white background

This text has color #4D5368 on white background.



Black color preview on #4D5368 background

This text has black color on #4D5368 background.


White color preview on #4D5368 background

This text has white color on #4D5368 background.