COLOR #4D9457

HEX: #4D9457
RGB: (77,148,87)

Renk bilgisi

#4D9457 contains mainly green color. #4D9457 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4D9457 color RGB value is (77,148,87).

  • kırmız ton 77;
  • yeşil ton 148;
  • mavi ton 87.
RGB:
(77,148,87)
(30%,58%,34%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 148 of 255 = 58%
B 87 of 255 = 34%

77
148
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 148 + 87 = 312 (100%)
R 77 of 312 ~ 24.68%
G 148 of 312 ~ 47.44%
B 87 of 312 ~ 27.88%

%24.68
%47.44
%27.88

CMYK RENK MODELİ

#4D9457 rengi CMYK tonu (48,0,41,42).

  • camgöbeği tonu 47.97%
  • eflatun tonu 0.00%
  • sarı tonu 41.22%
  • ana renk tonu 41.96%
CMYK:
(48,0,41,42)
C48M0Y41K42 
(48%,0%,41%,42%)
(0.48/0.00/0.41/0.42)	

CMYK yüzdeleri

%47.97
%0
%41.22
%41.96

Codes

Color #4D9457 in popluar color models

4D9457
RGB7714887
HSL128°31.56%44.12%
HSB/HSV128°47.97%58.04%
CMYK47.97%0.00%41.22%
41.96%

Color #4D9457 in popluar number systems.

HEX4D9457
Decimal7714887
Binary1001101100101001010111
Octal115224127

Shades and tints

Shades of #4D9457

#4D9457
(77,148,87)
#468750
(70,135,80)
#3F7A49
(63,122,73)
#386D42
(56,109,66)
#31603B
(49,96,59)
#2A5334
(42,83,52)
#23462D
(35,70,45)
#1C3926
(28,57,38)
#152C1F
(21,44,31)
#0E1F18
(14,31,24)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D9457

#4D9457
(77,148,87)
#5D9D66
(93,157,102)
#6DA675
(109,166,117)
#7DAF84
(125,175,132)
#8DB893
(141,184,147)
#9DC1A2
(157,193,162)
#ADCAB1
(173,202,177)
#BDD3C0
(189,211,192)
#CDDCCF
(205,220,207)
#DDE5DE
(221,229,222)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9457 color. Also use rgb(77,148,87) instead hex code.

Text Font Color

.myTextColor { color: #4D9457; }

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

This text font color is #4D9457.


Background Color

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

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

This div background color is #4D9457.


Border color

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

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

This div border color is #4D9457.


Opacity

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

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

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

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

This text has shadow with #4D9457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9457 on black background.


Color preview on white background

This text has color #4D9457 on white background.



Black color preview on #4D9457 background

This text has black color on #4D9457 background.


White color preview on #4D9457 background

This text has white color on #4D9457 background.