COLOR #4D746F

HEX: #4D746F
RGB: (77,116,111)

Color info

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

RGB color model

#4D746F color RGB value is (77,116,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 111 of 255 = 44%

77
116
111

R + G + B ~ 40%. #4D746F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 116 + 111 = 304 (100%)
R 77 of 304 ~ 25.33%
G 116 of 304 ~ 38.16%
B 111 of 304 ~ 36.51%

%25.33
%38.16
%36.51

CMYK color model

#4D746F color CMYK value is (34,0,4,55).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(34,0,4,55)
C34M0Y4K55 
(34%,0%,4%,55%)
(0.34/0.00/0.04/0.55)	

CMYK percentages

%33.62
%0
%4.31
%54.51

Codes

Color #4D746F in popluar color models

4D746F
RGB77116111
HSL172°20.21%37.84%
HSB/HSV172°33.62%45.49%
CMYK33.62%0.00%4.31%
54.51%

Color #4D746F in popluar number systems.

HEX4D746F
Decimal77116111
Binary100110111101001101111
Octal115164157

Shades and tints

Shades of #4D746F

#4D746F
(77,116,111)
#466A65
(70,106,101)
#3F605B
(63,96,91)
#385651
(56,86,81)
#314C47
(49,76,71)
#2A423D
(42,66,61)
#233833
(35,56,51)
#1C2E29
(28,46,41)
#15241F
(21,36,31)
#0E1A15
(14,26,21)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #4D746F

#4D746F
(77,116,111)
#5D807C
(93,128,124)
#6D8C89
(109,140,137)
#7D9896
(125,152,150)
#8DA4A3
(141,164,163)
#9DB0B0
(157,176,176)
#ADBCBD
(173,188,189)
#BDC8CA
(189,200,202)
#CDD4D7
(205,212,215)
#DDE0E4
(221,224,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D746F; }

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

This text font color is #4D746F.


Background Color

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

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

This div background color is #4D746F.


Border color

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

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

This div border color is #4D746F.


Opacity

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

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

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

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

This text has shadow with #4D746F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D746F on black background.


Color preview on white background

This text has color #4D746F on white background.



Black color preview on #4D746F background

This text has black color on #4D746F background.


White color preview on #4D746F background

This text has white color on #4D746F background.