COLOR #4D596D

HEX: #4D596D
RGB: (77,89,109)

Color info

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

RGB color model

#4D596D color RGB value is (77,89,109).

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

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 109 of 255 = 43%

77
89
109

R + G + B ~ 36%. #4D596D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 109 = 275 (100%)
R 77 of 275 ~ 28%
G 89 of 275 ~ 32.36%
B 109 of 275 ~ 39.64%

%28
%32.36
%39.64

CMYK color model

#4D596D color CMYK value is (29,18,0,57).

  • cyan value is 29.36%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(29,18,0,57)
C29M18Y0K57 
(29%,18%,0%,57%)
(0.29/0.18/0.00/0.57)	

CMYK percentages

%29.36
%18.35
%0
%57.25

Codes

Color #4D596D in popluar color models

4D596D
RGB7789109
HSL218°17.20%36.47%
HSB/HSV218°29.36%42.75%
CMYK29.36%18.35%0.00%
57.25%

Color #4D596D in popluar number systems.

HEX4D596D
Decimal7789109
Binary100110110110011101101
Octal115131155

Shades and tints

Shades of #4D596D

#4D596D
(77,89,109)
#465164
(70,81,100)
#3F495B
(63,73,91)
#384152
(56,65,82)
#313949
(49,57,73)
#2A3140
(42,49,64)
#232937
(35,41,55)
#1C212E
(28,33,46)
#151925
(21,25,37)
#0E111C
(14,17,28)
#070913
(7,9,19)
#000000
(0,0,0)

Tints of #4D596D

#4D596D
(77,89,109)
#5D687A
(93,104,122)
#6D7787
(109,119,135)
#7D8694
(125,134,148)
#8D95A1
(141,149,161)
#9DA4AE
(157,164,174)
#ADB3BB
(173,179,187)
#BDC2C8
(189,194,200)
#CDD1D5
(205,209,213)
#DDE0E2
(221,224,226)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D596D; }

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

This text font color is #4D596D.


Background Color

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

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

This div background color is #4D596D.


Border color

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

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

This div border color is #4D596D.


Opacity

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

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

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

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

This text has shadow with #4D596D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D596D on black background.


Color preview on white background

This text has color #4D596D on white background.



Black color preview on #4D596D background

This text has black color on #4D596D background.


White color preview on #4D596D background

This text has white color on #4D596D background.