COLOR #4D6575

HEX: #4D6575
RGB: (77,101,117)

Color info

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

RGB color model

#4D6575 color RGB value is (77,101,117).

  • red value is 77;
  • green value is 101;
  • blue value is 117.
RGB:
(77,101,117)
(30%,40%,46%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 117 of 255 = 46%

77
101
117

R + G + B ~ 39%. #4D6575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 117 = 295 (100%)
R 77 of 295 ~ 26.1%
G 101 of 295 ~ 34.24%
B 117 of 295 ~ 39.66%

%26.1
%34.24
%39.66

CMYK color model

#4D6575 color CMYK value is (34,14,0,54).

  • cyan value is 34.19%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(34,14,0,54)
C34M14Y0K54 
(34%,14%,0%,54%)
(0.34/0.14/0.00/0.54)	

CMYK percentages

%34.19
%13.68
%0
%54.12

Codes

Color #4D6575 in popluar color models

4D6575
RGB77101117
HSL204°20.62%38.04%
HSB/HSV204°34.19%45.88%
CMYK34.19%13.68%0.00%
54.12%

Color #4D6575 in popluar number systems.

HEX4D6575
Decimal77101117
Binary100110111001011110101
Octal115145165

Shades and tints

Shades of #4D6575

#4D6575
(77,101,117)
#465C6B
(70,92,107)
#3F5361
(63,83,97)
#384A57
(56,74,87)
#31414D
(49,65,77)
#2A3843
(42,56,67)
#232F39
(35,47,57)
#1C262F
(28,38,47)
#151D25
(21,29,37)
#0E141B
(14,20,27)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D6575

#4D6575
(77,101,117)
#5D7381
(93,115,129)
#6D818D
(109,129,141)
#7D8F99
(125,143,153)
#8D9DA5
(141,157,165)
#9DABB1
(157,171,177)
#ADB9BD
(173,185,189)
#BDC7C9
(189,199,201)
#CDD5D5
(205,213,213)
#DDE3E1
(221,227,225)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6575 color. Also use rgb(77,101,117) instead hex code.

Text Font Color

.myTextColor { color: #4D6575; }

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

This text font color is #4D6575.


Background Color

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

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

This div background color is #4D6575.


Border color

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

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

This div border color is #4D6575.


Opacity

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

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

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

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

This text has shadow with #4D6575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6575 on black background.


Color preview on white background

This text has color #4D6575 on white background.



Black color preview on #4D6575 background

This text has black color on #4D6575 background.


White color preview on #4D6575 background

This text has white color on #4D6575 background.