COLOR #4D7F4B

HEX: #4D7F4B
RGB: (77,127,75)

Renk bilgisi

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

RGB renk modeli

#4D7F4B color RGB value is (77,127,75).

  • kırmız ton 77;
  • yeşil ton 127;
  • mavi ton 75.
RGB:
(77,127,75)
(30%,50%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 127 of 255 = 50%
B 75 of 255 = 29%

77
127
75

R + G + B ~ 36%. #4D7F4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 127 + 75 = 279 (100%)
R 77 of 279 ~ 27.6%
G 127 of 279 ~ 45.52%
B 75 of 279 ~ 26.88%

%27.6
%45.52
%26.88

CMYK RENK MODELİ

#4D7F4B rengi CMYK tonu (39,0,41,50).

  • camgöbeği tonu 39.37%
  • eflatun tonu 0.00%
  • sarı tonu 40.94%
  • ana renk tonu 50.20%
CMYK:
(39,0,41,50)
C39M0Y41K50 
(39%,0%,41%,50%)
(0.39/0.00/0.41/0.50)	

CMYK yüzdeleri

%39.37
%0
%40.94
%50.2

Codes

Color #4D7F4B in popluar color models

4D7F4B
RGB7712775
HSL118°25.74%39.61%
HSB/HSV118°40.94%49.80%
CMYK39.37%0.00%40.94%
50.20%

Color #4D7F4B in popluar number systems.

HEX4D7F4B
Decimal7712775
Binary100110111111111001011
Octal115177113

Shades and tints

Shades of #4D7F4B

#4D7F4B
(77,127,75)
#467445
(70,116,69)
#3F693F
(63,105,63)
#385E39
(56,94,57)
#315333
(49,83,51)
#2A482D
(42,72,45)
#233D27
(35,61,39)
#1C3221
(28,50,33)
#15271B
(21,39,27)
#0E1C15
(14,28,21)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D7F4B

#4D7F4B
(77,127,75)
#5D8A5B
(93,138,91)
#6D956B
(109,149,107)
#7DA07B
(125,160,123)
#8DAB8B
(141,171,139)
#9DB69B
(157,182,155)
#ADC1AB
(173,193,171)
#BDCCBB
(189,204,187)
#CDD7CB
(205,215,203)
#DDE2DB
(221,226,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7F4B color. Also use rgb(77,127,75) instead hex code.

Text Font Color

.myTextColor { color: #4D7F4B; }

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

This text font color is #4D7F4B.


Background Color

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

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

This div background color is #4D7F4B.


Border color

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

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

This div border color is #4D7F4B.


Opacity

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

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

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

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

This text has shadow with #4D7F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F4B on black background.


Color preview on white background

This text has color #4D7F4B on white background.



Black color preview on #4D7F4B background

This text has black color on #4D7F4B background.


White color preview on #4D7F4B background

This text has white color on #4D7F4B background.