COLOR #4D5F7D

HEX: #4D5F7D
RGB: (77,95,125)

Color info

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

RGB color model

#4D5F7D color RGB value is (77,95,125).

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

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 125 of 255 = 49%

77
95
125

R + G + B ~ 39%. #4D5F7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 125 = 297 (100%)
R 77 of 297 ~ 25.93%
G 95 of 297 ~ 31.99%
B 125 of 297 ~ 42.09%

%25.93
%31.99
%42.09

CMYK color model

#4D5F7D color CMYK value is (38,24,0,51).

  • cyan value is 38.40%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,24,0,51)
C38M24Y0K51 
(38%,24%,0%,51%)
(0.38/0.24/0.00/0.51)	

CMYK percentages

%38.4
%24
%0
%50.98

Codes

Color #4D5F7D in popluar color models

4D5F7D
RGB7795125
HSL218°23.76%39.61%
HSB/HSV218°38.40%49.02%
CMYK38.40%24.00%0.00%
50.98%

Color #4D5F7D in popluar number systems.

HEX4D5F7D
Decimal7795125
Binary100110110111111111101
Octal115137175

Shades and tints

Shades of #4D5F7D

#4D5F7D
(77,95,125)
#465772
(70,87,114)
#3F4F67
(63,79,103)
#38475C
(56,71,92)
#313F51
(49,63,81)
#2A3746
(42,55,70)
#232F3B
(35,47,59)
#1C2730
(28,39,48)
#151F25
(21,31,37)
#0E171A
(14,23,26)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D5F7D

#4D5F7D
(77,95,125)
#5D6D88
(93,109,136)
#6D7B93
(109,123,147)
#7D899E
(125,137,158)
#8D97A9
(141,151,169)
#9DA5B4
(157,165,180)
#ADB3BF
(173,179,191)
#BDC1CA
(189,193,202)
#CDCFD5
(205,207,213)
#DDDDE0
(221,221,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F7D; }

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

This text font color is #4D5F7D.


Background Color

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

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

This div background color is #4D5F7D.


Border color

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

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

This div border color is #4D5F7D.


Opacity

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

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

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

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

This text has shadow with #4D5F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F7D on black background.


Color preview on white background

This text has color #4D5F7D on white background.



Black color preview on #4D5F7D background

This text has black color on #4D5F7D background.


White color preview on #4D5F7D background

This text has white color on #4D5F7D background.