COLOR #4D7A5C

HEX: #4D7A5C
RGB: (77,122,92)

Color info

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

RGB color model

#4D7A5C color RGB value is (77,122,92).

  • red value is 77;
  • green value is 122;
  • blue value is 92.
RGB:
(77,122,92)
(30%,48%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 122 of 255 = 48%
B 92 of 255 = 36%

77
122
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 122 + 92 = 291 (100%)
R 77 of 291 ~ 26.46%
G 122 of 291 ~ 41.92%
B 92 of 291 ~ 31.62%

%26.46
%41.92
%31.62

CMYK color model

#4D7A5C color CMYK value is (37,0,25,52).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(37,0,25,52)
C37M0Y25K52 
(37%,0%,25%,52%)
(0.37/0.00/0.25/0.52)	

CMYK percentages

%36.89
%0
%24.59
%52.16

Codes

Color #4D7A5C in popluar color models

4D7A5C
RGB7712292
HSL140°22.61%39.02%
HSB/HSV140°36.89%47.84%
CMYK36.89%0.00%24.59%
52.16%

Color #4D7A5C in popluar number systems.

HEX4D7A5C
Decimal7712292
Binary100110111110101011100
Octal115172134

Shades and tints

Shades of #4D7A5C

#4D7A5C
(77,122,92)
#466F54
(70,111,84)
#3F644C
(63,100,76)
#385944
(56,89,68)
#314E3C
(49,78,60)
#2A4334
(42,67,52)
#23382C
(35,56,44)
#1C2D24
(28,45,36)
#15221C
(21,34,28)
#0E1714
(14,23,20)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D7A5C

#4D7A5C
(77,122,92)
#5D866A
(93,134,106)
#6D9278
(109,146,120)
#7D9E86
(125,158,134)
#8DAA94
(141,170,148)
#9DB6A2
(157,182,162)
#ADC2B0
(173,194,176)
#BDCEBE
(189,206,190)
#CDDACC
(205,218,204)
#DDE6DA
(221,230,218)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7A5C; }

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

This text font color is #4D7A5C.


Background Color

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

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

This div background color is #4D7A5C.


Border color

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

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

This div border color is #4D7A5C.


Opacity

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

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

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

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

This text has shadow with #4D7A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7A5C on black background.


Color preview on white background

This text has color #4D7A5C on white background.



Black color preview on #4D7A5C background

This text has black color on #4D7A5C background.


White color preview on #4D7A5C background

This text has white color on #4D7A5C background.