COLOR #4D6E5C

HEX: #4D6E5C
RGB: (77,110,92)

Color info

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

RGB color model

#4D6E5C color RGB value is (77,110,92).

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

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 92 of 255 = 36%

77
110
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 92 = 279 (100%)
R 77 of 279 ~ 27.6%
G 110 of 279 ~ 39.43%
B 92 of 279 ~ 32.97%

%27.6
%39.43
%32.97

CMYK color model

#4D6E5C color CMYK value is (30,0,16,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK:
(30,0,16,57)
C30M0Y16K57 
(30%,0%,16%,57%)
(0.30/0.00/0.16/0.57)	

CMYK percentages

%30
%0
%16.36
%56.86

Codes

Color #4D6E5C in popluar color models

4D6E5C
RGB7711092
HSL147°17.65%36.67%
HSB/HSV147°30.00%43.14%
CMYK30.00%0.00%16.36%
56.86%

Color #4D6E5C in popluar number systems.

HEX4D6E5C
Decimal7711092
Binary100110111011101011100
Octal115156134

Shades and tints

Shades of #4D6E5C

#4D6E5C
(77,110,92)
#466454
(70,100,84)
#3F5A4C
(63,90,76)
#385044
(56,80,68)
#31463C
(49,70,60)
#2A3C34
(42,60,52)
#23322C
(35,50,44)
#1C2824
(28,40,36)
#151E1C
(21,30,28)
#0E1414
(14,20,20)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D6E5C

#4D6E5C
(77,110,92)
#5D7B6A
(93,123,106)
#6D8878
(109,136,120)
#7D9586
(125,149,134)
#8DA294
(141,162,148)
#9DAFA2
(157,175,162)
#ADBCB0
(173,188,176)
#BDC9BE
(189,201,190)
#CDD6CC
(205,214,204)
#DDE3DA
(221,227,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6E5C; }

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

This text font color is #4D6E5C.


Background Color

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

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

This div background color is #4D6E5C.


Border color

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

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

This div border color is #4D6E5C.


Opacity

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

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

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

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

This text has shadow with #4D6E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E5C on black background.


Color preview on white background

This text has color #4D6E5C on white background.



Black color preview on #4D6E5C background

This text has black color on #4D6E5C background.


White color preview on #4D6E5C background

This text has white color on #4D6E5C background.