COLOR #4D587C

HEX: #4D587C
RGB: (77,88,124)

Color info

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

RGB color model

#4D587C color RGB value is (77,88,124).

  • red value is 77;
  • green value is 88;
  • blue value is 124.
RGB:
(77,88,124)
(30%,35%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 124 of 255 = 49%

77
88
124

R + G + B ~ 38%. #4D587C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 124 = 289 (100%)
R 77 of 289 ~ 26.64%
G 88 of 289 ~ 30.45%
B 124 of 289 ~ 42.91%

%26.64
%30.45
%42.91

CMYK color model

#4D587C color CMYK value is (38,29,0,51).

  • cyan value is 37.90%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(38,29,0,51)
C38M29Y0K51 
(38%,29%,0%,51%)
(0.38/0.29/0.00/0.51)	

CMYK percentages

%37.9
%29.03
%0
%51.37

Codes

Color #4D587C in popluar color models

4D587C
RGB7788124
HSL226°23.38%39.41%
HSB/HSV226°37.90%48.63%
CMYK37.90%29.03%0.00%
51.37%

Color #4D587C in popluar number systems.

HEX4D587C
Decimal7788124
Binary100110110110001111100
Octal115130174

Shades and tints

Shades of #4D587C

#4D587C
(77,88,124)
#465071
(70,80,113)
#3F4866
(63,72,102)
#38405B
(56,64,91)
#313850
(49,56,80)
#2A3045
(42,48,69)
#23283A
(35,40,58)
#1C202F
(28,32,47)
#151824
(21,24,36)
#0E1019
(14,16,25)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D587C

#4D587C
(77,88,124)
#5D6787
(93,103,135)
#6D7692
(109,118,146)
#7D859D
(125,133,157)
#8D94A8
(141,148,168)
#9DA3B3
(157,163,179)
#ADB2BE
(173,178,190)
#BDC1C9
(189,193,201)
#CDD0D4
(205,208,212)
#DDDFDF
(221,223,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D587C color. Also use rgb(77,88,124) instead hex code.

Text Font Color

.myTextColor { color: #4D587C; }

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

This text font color is #4D587C.


Background Color

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

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

This div background color is #4D587C.


Border color

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

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

This div border color is #4D587C.


Opacity

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

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

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

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

This text has shadow with #4D587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D587C on black background.


Color preview on white background

This text has color #4D587C on white background.



Black color preview on #4D587C background

This text has black color on #4D587C background.


White color preview on #4D587C background

This text has white color on #4D587C background.