COLOR #4D6A72

HEX: #4D6A72
RGB: (77,106,114)

Color info

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

RGB color model

#4D6A72 color RGB value is (77,106,114).

  • red value is 77;
  • green value is 106;
  • blue value is 114.
RGB:
(77,106,114)
(30%,42%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 106 of 255 = 42%
B 114 of 255 = 45%

77
106
114

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

Portions of RGB colors in percentages

R + G + B =
77 + 106 + 114 = 297 (100%)
R 77 of 297 ~ 25.93%
G 106 of 297 ~ 35.69%
B 114 of 297 ~ 38.38%

%25.93
%35.69
%38.38

CMYK color model

#4D6A72 color CMYK value is (32,7,0,55).

  • cyan value is 32.46%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(32,7,0,55)
C32M7Y0K55 
(32%,7%,0%,55%)
(0.32/0.07/0.00/0.55)	

CMYK percentages

%32.46
%7.02
%0
%55.29

Codes

Color #4D6A72 in popluar color models

4D6A72
RGB77106114
HSL193°19.37%37.45%
HSB/HSV193°32.46%44.71%
CMYK32.46%7.02%0.00%
55.29%

Color #4D6A72 in popluar number systems.

HEX4D6A72
Decimal77106114
Binary100110111010101110010
Octal115152162

Shades and tints

Shades of #4D6A72

#4D6A72
(77,106,114)
#466168
(70,97,104)
#3F585E
(63,88,94)
#384F54
(56,79,84)
#31464A
(49,70,74)
#2A3D40
(42,61,64)
#233436
(35,52,54)
#1C2B2C
(28,43,44)
#152222
(21,34,34)
#0E1918
(14,25,24)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D6A72

#4D6A72
(77,106,114)
#5D777E
(93,119,126)
#6D848A
(109,132,138)
#7D9196
(125,145,150)
#8D9EA2
(141,158,162)
#9DABAE
(157,171,174)
#ADB8BA
(173,184,186)
#BDC5C6
(189,197,198)
#CDD2D2
(205,210,210)
#DDDFDE
(221,223,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6A72 color. Also use rgb(77,106,114) instead hex code.

Text Font Color

.myTextColor { color: #4D6A72; }

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

This text font color is #4D6A72.


Background Color

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

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

This div background color is #4D6A72.


Border color

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

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

This div border color is #4D6A72.


Opacity

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

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

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

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

This text has shadow with #4D6A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A72 on black background.


Color preview on white background

This text has color #4D6A72 on white background.



Black color preview on #4D6A72 background

This text has black color on #4D6A72 background.


White color preview on #4D6A72 background

This text has white color on #4D6A72 background.