COLOR #4D6F5C

HEX: #4D6F5C
RGB: (77,111,92)

Color info

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

RGB color model

#4D6F5C color RGB value is (77,111,92).

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

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 92 of 255 = 36%

77
111
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 92 = 280 (100%)
R 77 of 280 ~ 27.5%
G 111 of 280 ~ 39.64%
B 92 of 280 ~ 32.86%

%27.5
%39.64
%32.86

CMYK color model

#4D6F5C color CMYK value is (31,0,17,56).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(31,0,17,56)
C31M0Y17K56 
(31%,0%,17%,56%)
(0.31/0.00/0.17/0.56)	

CMYK percentages

%30.63
%0
%17.12
%56.47

Codes

Color #4D6F5C in popluar color models

4D6F5C
RGB7711192
HSL146°18.09%36.86%
HSB/HSV146°30.63%43.53%
CMYK30.63%0.00%17.12%
56.47%

Color #4D6F5C in popluar number systems.

HEX4D6F5C
Decimal7711192
Binary100110111011111011100
Octal115157134

Shades and tints

Shades of #4D6F5C

#4D6F5C
(77,111,92)
#466554
(70,101,84)
#3F5B4C
(63,91,76)
#385144
(56,81,68)
#31473C
(49,71,60)
#2A3D34
(42,61,52)
#23332C
(35,51,44)
#1C2924
(28,41,36)
#151F1C
(21,31,28)
#0E1514
(14,21,20)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D6F5C

#4D6F5C
(77,111,92)
#5D7C6A
(93,124,106)
#6D8978
(109,137,120)
#7D9686
(125,150,134)
#8DA394
(141,163,148)
#9DB0A2
(157,176,162)
#ADBDB0
(173,189,176)
#BDCABE
(189,202,190)
#CDD7CC
(205,215,204)
#DDE4DA
(221,228,218)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6F5C; }

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

This text font color is #4D6F5C.


Background Color

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

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

This div background color is #4D6F5C.


Border color

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

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

This div border color is #4D6F5C.


Opacity

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

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

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

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

This text has shadow with #4D6F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F5C on black background.


Color preview on white background

This text has color #4D6F5C on white background.



Black color preview on #4D6F5C background

This text has black color on #4D6F5C background.


White color preview on #4D6F5C background

This text has white color on #4D6F5C background.