COLOR #4D6F6B

HEX: #4D6F6B
RGB: (77,111,107)

Color info

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

RGB color model

#4D6F6B color RGB value is (77,111,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 107 of 255 = 42%

77
111
107

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

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 107 = 295 (100%)
R 77 of 295 ~ 26.1%
G 111 of 295 ~ 37.63%
B 107 of 295 ~ 36.27%

%26.1
%37.63
%36.27

CMYK color model

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

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 56.47%
CMYK:
(31,0,4,56)
C31M0Y4K56 
(31%,0%,4%,56%)
(0.31/0.00/0.04/0.56)	

CMYK percentages

%30.63
%0
%3.6
%56.47

Codes

Color #4D6F6B in popluar color models

4D6F6B
RGB77111107
HSL173°18.09%36.86%
HSB/HSV173°30.63%43.53%
CMYK30.63%0.00%3.60%
56.47%

Color #4D6F6B in popluar number systems.

HEX4D6F6B
Decimal77111107
Binary100110111011111101011
Octal115157153

Shades and tints

Shades of #4D6F6B

#4D6F6B
(77,111,107)
#466562
(70,101,98)
#3F5B59
(63,91,89)
#385150
(56,81,80)
#314747
(49,71,71)
#2A3D3E
(42,61,62)
#233335
(35,51,53)
#1C292C
(28,41,44)
#151F23
(21,31,35)
#0E151A
(14,21,26)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D6F6B

#4D6F6B
(77,111,107)
#5D7C78
(93,124,120)
#6D8985
(109,137,133)
#7D9692
(125,150,146)
#8DA39F
(141,163,159)
#9DB0AC
(157,176,172)
#ADBDB9
(173,189,185)
#BDCAC6
(189,202,198)
#CDD7D3
(205,215,211)
#DDE4E0
(221,228,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6F6B; }

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

This text font color is #4D6F6B.


Background Color

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

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

This div background color is #4D6F6B.


Border color

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

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

This div border color is #4D6F6B.


Opacity

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

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

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

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

This text has shadow with #4D6F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F6B on black background.


Color preview on white background

This text has color #4D6F6B on white background.



Black color preview on #4D6F6B background

This text has black color on #4D6F6B background.


White color preview on #4D6F6B background

This text has white color on #4D6F6B background.