COLOR #4D7D5C

HEX: #4D7D5C
RGB: (77,125,92)

Color info

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

RGB color model

#4D7D5C color RGB value is (77,125,92).

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

RGB channels and saturation

R 77 of 255 = 30%
G 125 of 255 = 49%
B 92 of 255 = 36%

77
125
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 125 + 92 = 294 (100%)
R 77 of 294 ~ 26.19%
G 125 of 294 ~ 42.52%
B 92 of 294 ~ 31.29%

%26.19
%42.52
%31.29

CMYK color model

#4D7D5C color CMYK value is (38,0,26,51).

  • cyan value is 38.40%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK:
(38,0,26,51)
C38M0Y26K51 
(38%,0%,26%,51%)
(0.38/0.00/0.26/0.51)	

CMYK percentages

%38.4
%0
%26.4
%50.98

Codes

Color #4D7D5C in popluar color models

4D7D5C
RGB7712592
HSL139°23.76%39.61%
HSB/HSV139°38.40%49.02%
CMYK38.40%0.00%26.40%
50.98%

Color #4D7D5C in popluar number systems.

HEX4D7D5C
Decimal7712592
Binary100110111111011011100
Octal115175134

Shades and tints

Shades of #4D7D5C

#4D7D5C
(77,125,92)
#467254
(70,114,84)
#3F674C
(63,103,76)
#385C44
(56,92,68)
#31513C
(49,81,60)
#2A4634
(42,70,52)
#233B2C
(35,59,44)
#1C3024
(28,48,36)
#15251C
(21,37,28)
#0E1A14
(14,26,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D7D5C

#4D7D5C
(77,125,92)
#5D886A
(93,136,106)
#6D9378
(109,147,120)
#7D9E86
(125,158,134)
#8DA994
(141,169,148)
#9DB4A2
(157,180,162)
#ADBFB0
(173,191,176)
#BDCABE
(189,202,190)
#CDD5CC
(205,213,204)
#DDE0DA
(221,224,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7D5C; }

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

This text font color is #4D7D5C.


Background Color

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

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

This div background color is #4D7D5C.


Border color

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

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

This div border color is #4D7D5C.


Opacity

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

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

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

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

This text has shadow with #4D7D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7D5C on black background.


Color preview on white background

This text has color #4D7D5C on white background.



Black color preview on #4D7D5C background

This text has black color on #4D7D5C background.


White color preview on #4D7D5C background

This text has white color on #4D7D5C background.