COLOR #4D5F70

HEX: #4D5F70
RGB: (77,95,112)

Color info

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

RGB color model

#4D5F70 color RGB value is (77,95,112).

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

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 112 of 255 = 44%

77
95
112

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 112 = 284 (100%)
R 77 of 284 ~ 27.11%
G 95 of 284 ~ 33.45%
B 112 of 284 ~ 39.44%

%27.11
%33.45
%39.44

CMYK color model

#4D5F70 color CMYK value is (31,15,0,56).

  • cyan value is 31.25%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(31,15,0,56)
C31M15Y0K56 
(31%,15%,0%,56%)
(0.31/0.15/0.00/0.56)	

CMYK percentages

%31.25
%15.18
%0
%56.08

Codes

Color #4D5F70 in popluar color models

4D5F70
RGB7795112
HSL209°18.52%37.06%
HSB/HSV209°31.25%43.92%
CMYK31.25%15.18%0.00%
56.08%

Color #4D5F70 in popluar number systems.

HEX4D5F70
Decimal7795112
Binary100110110111111110000
Octal115137160

Shades and tints

Shades of #4D5F70

#4D5F70
(77,95,112)
#465766
(70,87,102)
#3F4F5C
(63,79,92)
#384752
(56,71,82)
#313F48
(49,63,72)
#2A373E
(42,55,62)
#232F34
(35,47,52)
#1C272A
(28,39,42)
#151F20
(21,31,32)
#0E1716
(14,23,22)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D5F70

#4D5F70
(77,95,112)
#5D6D7D
(93,109,125)
#6D7B8A
(109,123,138)
#7D8997
(125,137,151)
#8D97A4
(141,151,164)
#9DA5B1
(157,165,177)
#ADB3BE
(173,179,190)
#BDC1CB
(189,193,203)
#CDCFD8
(205,207,216)
#DDDDE5
(221,221,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F70; }

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

This text font color is #4D5F70.


Background Color

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

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

This div background color is #4D5F70.


Border color

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

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

This div border color is #4D5F70.


Opacity

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

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

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

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

This text has shadow with #4D5F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F70 on black background.


Color preview on white background

This text has color #4D5F70 on white background.



Black color preview on #4D5F70 background

This text has black color on #4D5F70 background.


White color preview on #4D5F70 background

This text has white color on #4D5F70 background.