COLOR #4D7A6D

HEX: #4D7A6D RGB: (77,122,109)

Color info

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

RGB color model

#4D7A6D color RGB value is (77,122,109).

RGB: (77,122,109) (30%, 48%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 122 of 255 = 48%
B 109 of 255 = 43%

77
122
109

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

Portions of RGB colors in percentages

R + G + B = 77 + 122 + 109 = 308 (100%)
R 77 of 308 ~ 25%
G 122 of 308 ~ 39.61%
B 109 of 308 ~ 35.39'%

%25
%39.61
%35.39

CMYK color model

#4D7A6D color CMYK value is (37,0,11,52).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%

CMYK: (37,0,11,52)
C37M0Y11K52 (37%, 0%, 11%, 52%)
(0.37 / 0.00 / 0.11 / 0.52)

CMYK percentages

%36.89
%0
%10.66
%52.16

Codes

Color #4D7A6D in popluar color models

4D 7A 6D
RGB 77 122 109
HSL 163° 22.61% 39.02%
HSB/HSV 163° 36.89% 47.84%
CMYK 36.89% 0.00% 10.66%
52.16%

Color #4D7A6D in popluar number systems.

HEX 4D 7A 6D
Decimal 77 122 109
Binary 1001101 1111010 1101101
Octal 115 172 155

Shades and tints

Shades of #4D7A6D

#4D7A6D
(77,122,109)
#466F64
(70,111,100)
#3F645B
(63,100,91)
#385952
(56,89,82)
#314E49
(49,78,73)
#2A4340
(42,67,64)
#233837
(35,56,55)
#1C2D2E
(28,45,46)
#152225
(21,34,37)
#0E171C
(14,23,28)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #4D7A6D

#4D7A6D
(77,122,109)
#5D867A
(93,134,122)
#6D9287
(109,146,135)
#7D9E94
(125,158,148)
#8DAAA1
(141,170,161)
#9DB6AE
(157,182,174)
#ADC2BB
(173,194,187)
#BDCEC8
(189,206,200)
#CDDAD5
(205,218,213)
#DDE6E2
(221,230,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7A6D; }

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

This text font color is #4D7A6D.

Background Color

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

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

This div background color is #4D7A6D.

Border color

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

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

This div border color is #4D7A6D.

Opacity

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

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

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

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

This text has shadow with #4D7A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7A6D.

Preview

Color preview on black background

This text has color #4D7A6D on black background.


Color preview on white background

This text has color #4D7A6D on white background.


Black color preview on #4D7A6D background

This text has black color on #4D7A6D background.


White color preview on #4D7A6D background

This text has white color on #4D7A6D background.


Related colors

Complementary color

Complementary color for #hex is #B28592.


I love getcolorcode.com

Triadic colors

1 #6D4D7A and #7A6D4D with #4D7A6D are triadic colors.

2 #6D7A4D and #7A4D6D with #4D7A6D are triadic colors.