COLOR #4D6A6B

HEX: #4D6A6B
RGB: (77,106,107)

Color info

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

RGB color model

#4D6A6B color RGB value is (77,106,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 106 of 255 = 42%
B 107 of 255 = 42%

77
106
107

R + G + B ~ 38%. #4D6A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 106 + 107 = 290 (100%)
R 77 of 290 ~ 26.55%
G 106 of 290 ~ 36.55%
B 107 of 290 ~ 36.9%

%26.55
%36.55
%36.9

CMYK color model

#4D6A6B color CMYK value is (28,1,0,58).

  • cyan value is 28.04%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(28,1,0,58)
C28M1Y0K58 
(28%,1%,0%,58%)
(0.28/0.01/0.00/0.58)	

CMYK percentages

%28.04
%0.93
%0
%58.04

Codes

Color #4D6A6B in popluar color models

4D6A6B
RGB77106107
HSL182°16.30%36.08%
HSB/HSV182°28.04%41.96%
CMYK28.04%0.93%0.00%
58.04%

Color #4D6A6B in popluar number systems.

HEX4D6A6B
Decimal77106107
Binary100110111010101101011
Octal115152153

Shades and tints

Shades of #4D6A6B

#4D6A6B
(77,106,107)
#466162
(70,97,98)
#3F5859
(63,88,89)
#384F50
(56,79,80)
#314647
(49,70,71)
#2A3D3E
(42,61,62)
#233435
(35,52,53)
#1C2B2C
(28,43,44)
#152223
(21,34,35)
#0E191A
(14,25,26)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #4D6A6B

#4D6A6B
(77,106,107)
#5D7778
(93,119,120)
#6D8485
(109,132,133)
#7D9192
(125,145,146)
#8D9E9F
(141,158,159)
#9DABAC
(157,171,172)
#ADB8B9
(173,184,185)
#BDC5C6
(189,197,198)
#CDD2D3
(205,210,211)
#DDDFE0
(221,223,224)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6A6B; }

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

This text font color is #4D6A6B.


Background Color

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

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

This div background color is #4D6A6B.


Border color

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

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

This div border color is #4D6A6B.


Opacity

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

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

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

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

This text has shadow with #4D6A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A6B on black background.


Color preview on white background

This text has color #4D6A6B on white background.



Black color preview on #4D6A6B background

This text has black color on #4D6A6B background.


White color preview on #4D6A6B background

This text has white color on #4D6A6B background.