COLOR #4D6E62

HEX: #4D6E62
RGB: (77,110,98)

Color info

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

RGB color model

#4D6E62 color RGB value is (77,110,98).

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

RGB channels and saturation

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

77
110
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 98 = 285 (100%)
R 77 of 285 ~ 27.02%
G 110 of 285 ~ 38.6%
B 98 of 285 ~ 34.39%

%27.02
%38.6
%34.39

CMYK color model

#4D6E62 color CMYK value is (30,0,11,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(30,0,11,57)
C30M0Y11K57 
(30%,0%,11%,57%)
(0.30/0.00/0.11/0.57)	

CMYK percentages

%30
%0
%10.91
%56.86

Codes

Color #4D6E62 in popluar color models

4D6E62
RGB7711098
HSL158°17.65%36.67%
HSB/HSV158°30.00%43.14%
CMYK30.00%0.00%10.91%
56.86%

Color #4D6E62 in popluar number systems.

HEX4D6E62
Decimal7711098
Binary100110111011101100010
Octal115156142

Shades and tints

Shades of #4D6E62

#4D6E62
(77,110,98)
#46645A
(70,100,90)
#3F5A52
(63,90,82)
#38504A
(56,80,74)
#314642
(49,70,66)
#2A3C3A
(42,60,58)
#233232
(35,50,50)
#1C282A
(28,40,42)
#151E22
(21,30,34)
#0E141A
(14,20,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #4D6E62

#4D6E62
(77,110,98)
#5D7B70
(93,123,112)
#6D887E
(109,136,126)
#7D958C
(125,149,140)
#8DA29A
(141,162,154)
#9DAFA8
(157,175,168)
#ADBCB6
(173,188,182)
#BDC9C4
(189,201,196)
#CDD6D2
(205,214,210)
#DDE3E0
(221,227,224)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6E62; }

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

This text font color is #4D6E62.


Background Color

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

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

This div background color is #4D6E62.


Border color

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

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

This div border color is #4D6E62.


Opacity

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

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

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

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

This text has shadow with #4D6E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E62 on black background.


Color preview on white background

This text has color #4D6E62 on white background.



Black color preview on #4D6E62 background

This text has black color on #4D6E62 background.


White color preview on #4D6E62 background

This text has white color on #4D6E62 background.