COLOR #4D5379

HEX: #4D5379
RGB: (77,83,121)

Color info

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

RGB color model

#4D5379 color RGB value is (77,83,121).

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

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 121 of 255 = 47%

77
83
121

R + G + B ~ 37%. #4D5379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 121 = 281 (100%)
R 77 of 281 ~ 27.4%
G 83 of 281 ~ 29.54%
B 121 of 281 ~ 43.06%

%27.4
%29.54
%43.06

CMYK color model

#4D5379 color CMYK value is (36,31,0,53).

  • cyan value is 36.36%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,31,0,53)
C36M31Y0K53 
(36%,31%,0%,53%)
(0.36/0.31/0.00/0.53)	

CMYK percentages

%36.36
%31.4
%0
%52.55

Codes

Color #4D5379 in popluar color models

4D5379
RGB7783121
HSL232°22.22%38.82%
HSB/HSV232°36.36%47.45%
CMYK36.36%31.40%0.00%
52.55%

Color #4D5379 in popluar number systems.

HEX4D5379
Decimal7783121
Binary100110110100111111001
Octal115123171

Shades and tints

Shades of #4D5379

#4D5379
(77,83,121)
#464C6E
(70,76,110)
#3F4563
(63,69,99)
#383E58
(56,62,88)
#31374D
(49,55,77)
#2A3042
(42,48,66)
#232937
(35,41,55)
#1C222C
(28,34,44)
#151B21
(21,27,33)
#0E1416
(14,20,22)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D5379

#4D5379
(77,83,121)
#5D6285
(93,98,133)
#6D7191
(109,113,145)
#7D809D
(125,128,157)
#8D8FA9
(141,143,169)
#9D9EB5
(157,158,181)
#ADADC1
(173,173,193)
#BDBCCD
(189,188,205)
#CDCBD9
(205,203,217)
#DDDAE5
(221,218,229)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5379; }

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

This text font color is #4D5379.


Background Color

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

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

This div background color is #4D5379.


Border color

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

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

This div border color is #4D5379.


Opacity

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

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

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

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

This text has shadow with #4D5379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5379 on black background.


Color preview on white background

This text has color #4D5379 on white background.



Black color preview on #4D5379 background

This text has black color on #4D5379 background.


White color preview on #4D5379 background

This text has white color on #4D5379 background.