COLOR #4D746D

HEX: #4D746D
RGB: (77,116,109)

Color info

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

RGB color model

#4D746D color RGB value is (77,116,109).

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

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 109 of 255 = 43%

77
116
109

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

Portions of RGB colors in percentages

R + G + B =
77 + 116 + 109 = 302 (100%)
R 77 of 302 ~ 25.5%
G 116 of 302 ~ 38.41%
B 109 of 302 ~ 36.09%

%25.5
%38.41
%36.09

CMYK color model

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

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(34,0,6,55)
C34M0Y6K55 
(34%,0%,6%,55%)
(0.34/0.00/0.06/0.55)	

CMYK percentages

%33.62
%0
%6.03
%54.51

Codes

Color #4D746D in popluar color models

4D746D
RGB77116109
HSL169°20.21%37.84%
HSB/HSV169°33.62%45.49%
CMYK33.62%0.00%6.03%
54.51%

Color #4D746D in popluar number systems.

HEX4D746D
Decimal77116109
Binary100110111101001101101
Octal115164155

Shades and tints

Shades of #4D746D

#4D746D
(77,116,109)
#466A64
(70,106,100)
#3F605B
(63,96,91)
#385652
(56,86,82)
#314C49
(49,76,73)
#2A4240
(42,66,64)
#233837
(35,56,55)
#1C2E2E
(28,46,46)
#152425
(21,36,37)
#0E1A1C
(14,26,28)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #4D746D

#4D746D
(77,116,109)
#5D807A
(93,128,122)
#6D8C87
(109,140,135)
#7D9894
(125,152,148)
#8DA4A1
(141,164,161)
#9DB0AE
(157,176,174)
#ADBCBB
(173,188,187)
#BDC8C8
(189,200,200)
#CDD4D5
(205,212,213)
#DDE0E2
(221,224,226)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D746D; }

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

This text font color is #4D746D.


Background Color

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

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

This div background color is #4D746D.


Border color

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

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

This div border color is #4D746D.


Opacity

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

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

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

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

This text has shadow with #4D746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D746D on black background.


Color preview on white background

This text has color #4D746D on white background.



Black color preview on #4D746D background

This text has black color on #4D746D background.


White color preview on #4D746D background

This text has white color on #4D746D background.