COLOR #4D8B5E

HEX: #4D8B5E
RGB: (77,139,94)

Renk bilgisi

#4D8B5E contains mainly green and blue colors. #4D8B5E ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4D8B5E color RGB value is (77,139,94).

  • kırmız ton 77;
  • yeşil ton 139;
  • mavi ton 94.
RGB:
(77,139,94)
(30%,55%,37%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 139 of 255 = 55%
B 94 of 255 = 37%

77
139
94

R + G + B ~ 41%. #4D8B5E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 139 + 94 = 310 (100%)
R 77 of 310 ~ 24.84%
G 139 of 310 ~ 44.84%
B 94 of 310 ~ 30.32%

%24.84
%44.84
%30.32

CMYK RENK MODELİ

#4D8B5E rengi CMYK tonu (45,0,32,45).

  • camgöbeği tonu 44.60%
  • eflatun tonu 0.00%
  • sarı tonu 32.37%
  • ana renk tonu 45.49%
CMYK:
(45,0,32,45)
C45M0Y32K45 
(45%,0%,32%,45%)
(0.45/0.00/0.32/0.45)	

CMYK yüzdeleri

%44.6
%0
%32.37
%45.49

Codes

Color #4D8B5E in popluar color models

4D8B5E
RGB7713994
HSL136°28.70%42.35%
HSB/HSV136°44.60%54.51%
CMYK44.60%0.00%32.37%
45.49%

Color #4D8B5E in popluar number systems.

HEX4D8B5E
Decimal7713994
Binary1001101100010111011110
Octal115213136

Shades and tints

Shades of #4D8B5E

#4D8B5E
(77,139,94)
#467F56
(70,127,86)
#3F734E
(63,115,78)
#386746
(56,103,70)
#315B3E
(49,91,62)
#2A4F36
(42,79,54)
#23432E
(35,67,46)
#1C3726
(28,55,38)
#152B1E
(21,43,30)
#0E1F16
(14,31,22)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #4D8B5E

#4D8B5E
(77,139,94)
#5D956C
(93,149,108)
#6D9F7A
(109,159,122)
#7DA988
(125,169,136)
#8DB396
(141,179,150)
#9DBDA4
(157,189,164)
#ADC7B2
(173,199,178)
#BDD1C0
(189,209,192)
#CDDBCE
(205,219,206)
#DDE5DC
(221,229,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8B5E color. Also use rgb(77,139,94) instead hex code.

Text Font Color

.myTextColor { color: #4D8B5E; }

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

This text font color is #4D8B5E.


Background Color

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

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

This div background color is #4D8B5E.


Border color

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

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

This div border color is #4D8B5E.


Opacity

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

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

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

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

This text has shadow with #4D8B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8B5E on black background.


Color preview on white background

This text has color #4D8B5E on white background.



Black color preview on #4D8B5E background

This text has black color on #4D8B5E background.


White color preview on #4D8B5E background

This text has white color on #4D8B5E background.