COLOR #4D6E60

HEX: #4D6E60
RGB: (77,110,96)

Color info

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

RGB color model

#4D6E60 color RGB value is (77,110,96).

  • red value is 77;
  • green value is 110;
  • blue value is 96.
RGB:
(77,110,96)
(30%,43%,38%)

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 96 of 255 = 38%

77
110
96

R + G + B ~ 37%. #4D6E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 96 = 283 (100%)
R 77 of 283 ~ 27.21%
G 110 of 283 ~ 38.87%
B 96 of 283 ~ 33.92%

%27.21
%38.87
%33.92

CMYK color model

#4D6E60 color CMYK value is (30,0,13,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK:
(30,0,13,57)
C30M0Y13K57 
(30%,0%,13%,57%)
(0.30/0.00/0.13/0.57)	

CMYK percentages

%30
%0
%12.73
%56.86

Codes

Color #4D6E60 in popluar color models

4D6E60
RGB7711096
HSL155°17.65%36.67%
HSB/HSV155°30.00%43.14%
CMYK30.00%0.00%12.73%
56.86%

Color #4D6E60 in popluar number systems.

HEX4D6E60
Decimal7711096
Binary100110111011101100000
Octal115156140

Shades and tints

Shades of #4D6E60

#4D6E60
(77,110,96)
#466458
(70,100,88)
#3F5A50
(63,90,80)
#385048
(56,80,72)
#314640
(49,70,64)
#2A3C38
(42,60,56)
#233230
(35,50,48)
#1C2828
(28,40,40)
#151E20
(21,30,32)
#0E1418
(14,20,24)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D6E60

#4D6E60
(77,110,96)
#5D7B6E
(93,123,110)
#6D887C
(109,136,124)
#7D958A
(125,149,138)
#8DA298
(141,162,152)
#9DAFA6
(157,175,166)
#ADBCB4
(173,188,180)
#BDC9C2
(189,201,194)
#CDD6D0
(205,214,208)
#DDE3DE
(221,227,222)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E60 color. Also use rgb(77,110,96) instead hex code.

Text Font Color

.myTextColor { color: #4D6E60; }

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

This text font color is #4D6E60.


Background Color

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

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

This div background color is #4D6E60.


Border color

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

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

This div border color is #4D6E60.


Opacity

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

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

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

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

This text has shadow with #4D6E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E60 on black background.


Color preview on white background

This text has color #4D6E60 on white background.



Black color preview on #4D6E60 background

This text has black color on #4D6E60 background.


White color preview on #4D6E60 background

This text has white color on #4D6E60 background.