COLOR #4D5F72

HEX: #4D5F72
RGB: (77,95,114)

Color info

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

RGB color model

#4D5F72 color RGB value is (77,95,114).

  • red value is 77;
  • green value is 95;
  • blue value is 114.
RGB:
(77,95,114)
(30%,37%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 114 of 255 = 45%

77
95
114

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 114 = 286 (100%)
R 77 of 286 ~ 26.92%
G 95 of 286 ~ 33.22%
B 114 of 286 ~ 39.86%

%26.92
%33.22
%39.86

CMYK color model

#4D5F72 color CMYK value is (32,17,0,55).

  • cyan value is 32.46%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(32,17,0,55)
C32M17Y0K55 
(32%,17%,0%,55%)
(0.32/0.17/0.00/0.55)	

CMYK percentages

%32.46
%16.67
%0
%55.29

Codes

Color #4D5F72 in popluar color models

4D5F72
RGB7795114
HSL211°19.37%37.45%
HSB/HSV211°32.46%44.71%
CMYK32.46%16.67%0.00%
55.29%

Color #4D5F72 in popluar number systems.

HEX4D5F72
Decimal7795114
Binary100110110111111110010
Octal115137162

Shades and tints

Shades of #4D5F72

#4D5F72
(77,95,114)
#465768
(70,87,104)
#3F4F5E
(63,79,94)
#384754
(56,71,84)
#313F4A
(49,63,74)
#2A3740
(42,55,64)
#232F36
(35,47,54)
#1C272C
(28,39,44)
#151F22
(21,31,34)
#0E1718
(14,23,24)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D5F72

#4D5F72
(77,95,114)
#5D6D7E
(93,109,126)
#6D7B8A
(109,123,138)
#7D8996
(125,137,150)
#8D97A2
(141,151,162)
#9DA5AE
(157,165,174)
#ADB3BA
(173,179,186)
#BDC1C6
(189,193,198)
#CDCFD2
(205,207,210)
#DDDDDE
(221,221,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5F72 color. Also use rgb(77,95,114) instead hex code.

Text Font Color

.myTextColor { color: #4D5F72; }

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

This text font color is #4D5F72.


Background Color

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

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

This div background color is #4D5F72.


Border color

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

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

This div border color is #4D5F72.


Opacity

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

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

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

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

This text has shadow with #4D5F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F72 on black background.


Color preview on white background

This text has color #4D5F72 on white background.



Black color preview on #4D5F72 background

This text has black color on #4D5F72 background.


White color preview on #4D5F72 background

This text has white color on #4D5F72 background.