COLOR #4D6E71

HEX: #4D6E71
RGB: (77,110,113)

Color info

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

RGB color model

#4D6E71 color RGB value is (77,110,113).

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

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 113 of 255 = 44%

77
110
113

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

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 113 = 300 (100%)
R 77 of 300 ~ 25.67%
G 110 of 300 ~ 36.67%
B 113 of 300 ~ 37.67%

%25.67
%36.67
%37.67

CMYK color model

#4D6E71 color CMYK value is (32,3,0,56).

  • cyan value is 31.86%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(32,3,0,56)
C32M3Y0K56 
(32%,3%,0%,56%)
(0.32/0.03/0.00/0.56)	

CMYK percentages

%31.86
%2.65
%0
%55.69

Codes

Color #4D6E71 in popluar color models

4D6E71
RGB77110113
HSL185°18.95%37.25%
HSB/HSV185°31.86%44.31%
CMYK31.86%2.65%0.00%
55.69%

Color #4D6E71 in popluar number systems.

HEX4D6E71
Decimal77110113
Binary100110111011101110001
Octal115156161

Shades and tints

Shades of #4D6E71

#4D6E71
(77,110,113)
#466467
(70,100,103)
#3F5A5D
(63,90,93)
#385053
(56,80,83)
#314649
(49,70,73)
#2A3C3F
(42,60,63)
#233235
(35,50,53)
#1C282B
(28,40,43)
#151E21
(21,30,33)
#0E1417
(14,20,23)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D6E71

#4D6E71
(77,110,113)
#5D7B7D
(93,123,125)
#6D8889
(109,136,137)
#7D9595
(125,149,149)
#8DA2A1
(141,162,161)
#9DAFAD
(157,175,173)
#ADBCB9
(173,188,185)
#BDC9C5
(189,201,197)
#CDD6D1
(205,214,209)
#DDE3DD
(221,227,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6E71; }

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

This text font color is #4D6E71.


Background Color

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

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

This div background color is #4D6E71.


Border color

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

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

This div border color is #4D6E71.


Opacity

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

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

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

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

This text has shadow with #4D6E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E71 on black background.


Color preview on white background

This text has color #4D6E71 on white background.



Black color preview on #4D6E71 background

This text has black color on #4D6E71 background.


White color preview on #4D6E71 background

This text has white color on #4D6E71 background.