COLOR #4D7E4F

HEX: #4D7E4F
RGB: (77,126,79)

Renk bilgisi

#4D7E4F contains red, green and blue colors in about the same proportion. #4D7E4F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D7E4F color RGB value is (77,126,79).

  • kırmız ton 77;
  • yeşil ton 126;
  • mavi ton 79.
RGB:
(77,126,79)
(30%,49%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 126 of 255 = 49%
B 79 of 255 = 31%

77
126
79

R + G + B ~ 37%. #4D7E4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 126 + 79 = 282 (100%)
R 77 of 282 ~ 27.3%
G 126 of 282 ~ 44.68%
B 79 of 282 ~ 28.01%

%27.3
%44.68
%28.01

CMYK RENK MODELİ

#4D7E4F rengi CMYK tonu (39,0,37,51).

  • camgöbeği tonu 38.89%
  • eflatun tonu 0.00%
  • sarı tonu 37.30%
  • ana renk tonu 50.59%
CMYK:
(39,0,37,51)
C39M0Y37K51 
(39%,0%,37%,51%)
(0.39/0.00/0.37/0.51)	

CMYK yüzdeleri

%38.89
%0
%37.3
%50.59

Codes

Color #4D7E4F in popluar color models

4D7E4F
RGB7712679
HSL122°24.14%39.80%
HSB/HSV122°38.89%49.41%
CMYK38.89%0.00%37.30%
50.59%

Color #4D7E4F in popluar number systems.

HEX4D7E4F
Decimal7712679
Binary100110111111101001111
Octal115176117

Shades and tints

Shades of #4D7E4F

#4D7E4F
(77,126,79)
#467348
(70,115,72)
#3F6841
(63,104,65)
#385D3A
(56,93,58)
#315233
(49,82,51)
#2A472C
(42,71,44)
#233C25
(35,60,37)
#1C311E
(28,49,30)
#152617
(21,38,23)
#0E1B10
(14,27,16)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #4D7E4F

#4D7E4F
(77,126,79)
#5D895F
(93,137,95)
#6D946F
(109,148,111)
#7D9F7F
(125,159,127)
#8DAA8F
(141,170,143)
#9DB59F
(157,181,159)
#ADC0AF
(173,192,175)
#BDCBBF
(189,203,191)
#CDD6CF
(205,214,207)
#DDE1DF
(221,225,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7E4F color. Also use rgb(77,126,79) instead hex code.

Text Font Color

.myTextColor { color: #4D7E4F; }

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

This text font color is #4D7E4F.


Background Color

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

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

This div background color is #4D7E4F.


Border color

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

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

This div border color is #4D7E4F.


Opacity

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

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

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

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

This text has shadow with #4D7E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7E4F on black background.


Color preview on white background

This text has color #4D7E4F on white background.



Black color preview on #4D7E4F background

This text has black color on #4D7E4F background.


White color preview on #4D7E4F background

This text has white color on #4D7E4F background.