COLOR #4D6561

HEX: #4D6561
RGB: (77,101,97)

Color info

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

RGB color model

#4D6561 color RGB value is (77,101,97).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 97 of 255 = 38%

77
101
97

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 97 = 275 (100%)
R 77 of 275 ~ 28%
G 101 of 275 ~ 36.73%
B 97 of 275 ~ 35.27%

%28
%36.73
%35.27

CMYK color model

#4D6561 color CMYK value is (24,0,4,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(24,0,4,60)
C24M0Y4K60 
(24%,0%,4%,60%)
(0.24/0.00/0.04/0.60)	

CMYK percentages

%23.76
%0
%3.96
%60.39

Codes

Color #4D6561 in popluar color models

4D6561
RGB7710197
HSL170°13.48%34.90%
HSB/HSV170°23.76%39.61%
CMYK23.76%0.00%3.96%
60.39%

Color #4D6561 in popluar number systems.

HEX4D6561
Decimal7710197
Binary100110111001011100001
Octal115145141

Shades and tints

Shades of #4D6561

#4D6561
(77,101,97)
#465C59
(70,92,89)
#3F5351
(63,83,81)
#384A49
(56,74,73)
#314141
(49,65,65)
#2A3839
(42,56,57)
#232F31
(35,47,49)
#1C2629
(28,38,41)
#151D21
(21,29,33)
#0E1419
(14,20,25)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D6561

#4D6561
(77,101,97)
#5D736F
(93,115,111)
#6D817D
(109,129,125)
#7D8F8B
(125,143,139)
#8D9D99
(141,157,153)
#9DABA7
(157,171,167)
#ADB9B5
(173,185,181)
#BDC7C3
(189,199,195)
#CDD5D1
(205,213,209)
#DDE3DF
(221,227,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6561; }

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

This text font color is #4D6561.


Background Color

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

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

This div background color is #4D6561.


Border color

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

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

This div border color is #4D6561.


Opacity

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

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

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

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

This text has shadow with #4D6561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6561 on black background.


Color preview on white background

This text has color #4D6561 on white background.



Black color preview on #4D6561 background

This text has black color on #4D6561 background.


White color preview on #4D6561 background

This text has white color on #4D6561 background.