COLOR #4D5966

HEX: #4D5966
RGB: (77,89,102)

Color info

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

RGB color model

#4D5966 color RGB value is (77,89,102).

  • red value is 77;
  • green value is 89;
  • blue value is 102.
RGB:
(77,89,102)
(30%,35%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 102 of 255 = 40%

77
89
102

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

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 102 = 268 (100%)
R 77 of 268 ~ 28.73%
G 89 of 268 ~ 33.21%
B 102 of 268 ~ 38.06%

%28.73
%33.21
%38.06

CMYK color model

#4D5966 color CMYK value is (25,13,0,60).

  • cyan value is 24.51%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,13,0,60)
C25M13Y0K60 
(25%,13%,0%,60%)
(0.25/0.13/0.00/0.60)	

CMYK percentages

%24.51
%12.75
%0
%60

Codes

Color #4D5966 in popluar color models

4D5966
RGB7789102
HSL211°13.97%35.10%
HSB/HSV211°24.51%40.00%
CMYK24.51%12.75%0.00%
60.00%

Color #4D5966 in popluar number systems.

HEX4D5966
Decimal7789102
Binary100110110110011100110
Octal115131146

Shades and tints

Shades of #4D5966

#4D5966
(77,89,102)
#46515D
(70,81,93)
#3F4954
(63,73,84)
#38414B
(56,65,75)
#313942
(49,57,66)
#2A3139
(42,49,57)
#232930
(35,41,48)
#1C2127
(28,33,39)
#15191E
(21,25,30)
#0E1115
(14,17,21)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D5966

#4D5966
(77,89,102)
#5D6873
(93,104,115)
#6D7780
(109,119,128)
#7D868D
(125,134,141)
#8D959A
(141,149,154)
#9DA4A7
(157,164,167)
#ADB3B4
(173,179,180)
#BDC2C1
(189,194,193)
#CDD1CE
(205,209,206)
#DDE0DB
(221,224,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5966 color. Also use rgb(77,89,102) instead hex code.

Text Font Color

.myTextColor { color: #4D5966; }

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

This text font color is #4D5966.


Background Color

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

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

This div background color is #4D5966.


Border color

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

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

This div border color is #4D5966.


Opacity

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

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

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

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

This text has shadow with #4D5966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5966 on black background.


Color preview on white background

This text has color #4D5966 on white background.



Black color preview on #4D5966 background

This text has black color on #4D5966 background.


White color preview on #4D5966 background

This text has white color on #4D5966 background.