COLOR #4D5869

HEX: #4D5869 RGB: (77,88,105)

Color info

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

RGB color model

#4D5869 color RGB value is (77,88,105).

RGB: (77,88,105) (30%, 35%, 41%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 105 of 255 = 41%

77
88
105

R + G + B ~ 35%. #4D5869 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 88 + 105 = 270 (100%)
R 77 of 270 ~ 28.52%
G 88 of 270 ~ 32.59%
B 105 of 270 ~ 38.89'%

%28.52
%32.59
%38.89

CMYK color model

#4D5869 color CMYK value is (27,16,0,59).

  • cyan value is 26.67%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (27,16,0,59)
C27M16Y0K59 (27%, 16%, 0%, 59%)
(0.27 / 0.16 / 0.00 / 0.59)

CMYK percentages

%26.67
%16.19
%0
%58.82

Codes

Color #4D5869 in popluar color models

4D 58 69
RGB 77 88 105
HSL 216° 15.38% 35.69%
HSB/HSV 216° 26.67% 41.18%
CMYK 26.67% 16.19% 0.00%
58.82%

Color #4D5869 in popluar number systems.

HEX 4D 58 69
Decimal 77 88 105
Binary 1001101 1011000 1101001
Octal 115 130 151

Shades and tints

Shades of #4D5869

#4D5869
(77,88,105)
#465060
(70,80,96)
#3F4857
(63,72,87)
#38404E
(56,64,78)
#313845
(49,56,69)
#2A303C
(42,48,60)
#232833
(35,40,51)
#1C202A
(28,32,42)
#151821
(21,24,33)
#0E1018
(14,16,24)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #4D5869

#4D5869
(77,88,105)
#5D6776
(93,103,118)
#6D7683
(109,118,131)
#7D8590
(125,133,144)
#8D949D
(141,148,157)
#9DA3AA
(157,163,170)
#ADB2B7
(173,178,183)
#BDC1C4
(189,193,196)
#CDD0D1
(205,208,209)
#DDDFDE
(221,223,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5869; }

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

This text font color is #4D5869.

Background Color

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

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

This div background color is #4D5869.

Border color

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

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

This div border color is #4D5869.

Opacity

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

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

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

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

This text has shadow with #4D5869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5869.

Preview

Color preview on black background

This text has color #4D5869 on black background.


Color preview on white background

This text has color #4D5869 on white background.


Black color preview on #4D5869 background

This text has black color on #4D5869 background.


White color preview on #4D5869 background

This text has white color on #4D5869 background.


Related colors

Complementary color

Complementary color for #hex is #B2A796.


I love getcolorcode.com

Triadic colors

1 #694D58 and #58694D with #4D5869 are triadic colors.

2 #69584D and #584D69 with #4D5869 are triadic colors.