COLOR #4D7D74

HEX: #4D7D74
RGB: (77,125,116)

Color info

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

RGB color model

#4D7D74 color RGB value is (77,125,116).

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

RGB channels and saturation

R 77 of 255 = 30%
G 125 of 255 = 49%
B 116 of 255 = 45%

77
125
116

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

Portions of RGB colors in percentages

R + G + B =
77 + 125 + 116 = 318 (100%)
R 77 of 318 ~ 24.21%
G 125 of 318 ~ 39.31%
B 116 of 318 ~ 36.48%

%24.21
%39.31
%36.48

CMYK color model

#4D7D74 color CMYK value is (38,0,7,51).

  • cyan value is 38.40%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(38,0,7,51)
C38M0Y7K51 
(38%,0%,7%,51%)
(0.38/0.00/0.07/0.51)	

CMYK percentages

%38.4
%0
%7.2
%50.98

Codes

Color #4D7D74 in popluar color models

4D7D74
RGB77125116
HSL169°23.76%39.61%
HSB/HSV169°38.40%49.02%
CMYK38.40%0.00%7.20%
50.98%

Color #4D7D74 in popluar number systems.

HEX4D7D74
Decimal77125116
Binary100110111111011110100
Octal115175164

Shades and tints

Shades of #4D7D74

#4D7D74
(77,125,116)
#46726A
(70,114,106)
#3F6760
(63,103,96)
#385C56
(56,92,86)
#31514C
(49,81,76)
#2A4642
(42,70,66)
#233B38
(35,59,56)
#1C302E
(28,48,46)
#152524
(21,37,36)
#0E1A1A
(14,26,26)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D7D74

#4D7D74
(77,125,116)
#5D8880
(93,136,128)
#6D938C
(109,147,140)
#7D9E98
(125,158,152)
#8DA9A4
(141,169,164)
#9DB4B0
(157,180,176)
#ADBFBC
(173,191,188)
#BDCAC8
(189,202,200)
#CDD5D4
(205,213,212)
#DDE0E0
(221,224,224)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7D74; }

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

This text font color is #4D7D74.


Background Color

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

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

This div background color is #4D7D74.


Border color

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

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

This div border color is #4D7D74.


Opacity

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

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

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

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

This text has shadow with #4D7D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7D74 on black background.


Color preview on white background

This text has color #4D7D74 on white background.



Black color preview on #4D7D74 background

This text has black color on #4D7D74 background.


White color preview on #4D7D74 background

This text has white color on #4D7D74 background.