COLOR #4D5872

HEX: #4D5872 RGB: (77,88,114)

Color info

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

RGB color model

#4D5872 color RGB value is (77,88,114).

RGB: (77,88,114) (30%, 35%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 114 of 255 = 45%

77
88
114

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

Portions of RGB colors in percentages

R + G + B = 77 + 88 + 114 = 279 (100%)
R 77 of 279 ~ 27.6%
G 88 of 279 ~ 31.54%
B 114 of 279 ~ 40.86'%

%27.6
%31.54
%40.86

CMYK color model

#4D5872 color CMYK value is (32,23,0,55).

  • cyan value is 32.46%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (32,23,0,55)
C32M23Y0K55 (32%, 23%, 0%, 55%)
(0.32 / 0.23 / 0.00 / 0.55)

CMYK percentages

%32.46
%22.81
%0
%55.29

Codes

Color #4D5872 in popluar color models

4D 58 72
RGB 77 88 114
HSL 222° 19.37% 37.45%
HSB/HSV 222° 32.46% 44.71%
CMYK 32.46% 22.81% 0.00%
55.29%

Color #4D5872 in popluar number systems.

HEX 4D 58 72
Decimal 77 88 114
Binary 1001101 1011000 1110010
Octal 115 130 162

Shades and tints

Shades of #4D5872

#4D5872
(77,88,114)
#465068
(70,80,104)
#3F485E
(63,72,94)
#384054
(56,64,84)
#31384A
(49,56,74)
#2A3040
(42,48,64)
#232836
(35,40,54)
#1C202C
(28,32,44)
#151822
(21,24,34)
#0E1018
(14,16,24)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D5872

#4D5872
(77,88,114)
#5D677E
(93,103,126)
#6D768A
(109,118,138)
#7D8596
(125,133,150)
#8D94A2
(141,148,162)
#9DA3AE
(157,163,174)
#ADB2BA
(173,178,186)
#BDC1C6
(189,193,198)
#CDD0D2
(205,208,210)
#DDDFDE
(221,223,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5872; }

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

This text font color is #4D5872.

Background Color

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

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

This div background color is #4D5872.

Border color

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

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

This div border color is #4D5872.

Opacity

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

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

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

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

This text has shadow with #4D5872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5872.

Preview

Color preview on black background

This text has color #4D5872 on black background.


Color preview on white background

This text has color #4D5872 on white background.


Black color preview on #4D5872 background

This text has black color on #4D5872 background.


White color preview on #4D5872 background

This text has white color on #4D5872 background.


Related colors

Complementary color

Complementary color for #hex is #B2A78D.


I love getcolorcode.com

Triadic colors

1 #724D58 and #58724D with #4D5872 are triadic colors.

2 #72584D and #584D72 with #4D5872 are triadic colors.