COLOR #4D8E41

HEX: #4D8E41
RGB: (77,142,65)

Renk bilgisi

#4D8E41 contains mainly green color. #4D8E41 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4D8E41 color RGB value is (77,142,65).

  • kırmız ton 77;
  • yeşil ton 142;
  • mavi ton 65.
RGB:
(77,142,65)
(30%,56%,25%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 142 of 255 = 56%
B 65 of 255 = 25%

77
142
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 142 + 65 = 284 (100%)
R 77 of 284 ~ 27.11%
G 142 of 284 ~ 50%
B 65 of 284 ~ 22.89%

%27.11
%50
%22.89

CMYK RENK MODELİ

#4D8E41 rengi CMYK tonu (46,0,54,44).

  • camgöbeği tonu 45.77%
  • eflatun tonu 0.00%
  • sarı tonu 54.23%
  • ana renk tonu 44.31%
CMYK:
(46,0,54,44)
C46M0Y54K44 
(46%,0%,54%,44%)
(0.46/0.00/0.54/0.44)	

CMYK yüzdeleri

%45.77
%0
%54.23
%44.31

Codes

Color #4D8E41 in popluar color models

4D8E41
RGB7714265
HSL111°37.20%40.59%
HSB/HSV111°54.23%55.69%
CMYK45.77%0.00%54.23%
44.31%

Color #4D8E41 in popluar number systems.

HEX4D8E41
Decimal7714265
Binary1001101100011101000001
Octal115216101

Shades and tints

Shades of #4D8E41

#4D8E41
(77,142,65)
#46823C
(70,130,60)
#3F7637
(63,118,55)
#386A32
(56,106,50)
#315E2D
(49,94,45)
#2A5228
(42,82,40)
#234623
(35,70,35)
#1C3A1E
(28,58,30)
#152E19
(21,46,25)
#0E2214
(14,34,20)
#07160F
(7,22,15)
#000000
(0,0,0)

Tints of #4D8E41

#4D8E41
(77,142,65)
#5D9852
(93,152,82)
#6DA263
(109,162,99)
#7DAC74
(125,172,116)
#8DB685
(141,182,133)
#9DC096
(157,192,150)
#ADCAA7
(173,202,167)
#BDD4B8
(189,212,184)
#CDDEC9
(205,222,201)
#DDE8DA
(221,232,218)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8E41 color. Also use rgb(77,142,65) instead hex code.

Text Font Color

.myTextColor { color: #4D8E41; }

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

This text font color is #4D8E41.


Background Color

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

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

This div background color is #4D8E41.


Border color

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

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

This div border color is #4D8E41.


Opacity

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

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

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

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

This text has shadow with #4D8E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8E41 on black background.


Color preview on white background

This text has color #4D8E41 on white background.



Black color preview on #4D8E41 background

This text has black color on #4D8E41 background.


White color preview on #4D8E41 background

This text has white color on #4D8E41 background.