COLOR #4D9551

HEX: #4D9551
RGB: (77,149,81)

Renk bilgisi

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

RGB renk modeli

#4D9551 color RGB value is (77,149,81).

  • kırmız ton 77;
  • yeşil ton 149;
  • mavi ton 81.
RGB:
(77,149,81)
(30%,58%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 149 of 255 = 58%
B 81 of 255 = 32%

77
149
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 149 + 81 = 307 (100%)
R 77 of 307 ~ 25.08%
G 149 of 307 ~ 48.53%
B 81 of 307 ~ 26.38%

%25.08
%48.53
%26.38

CMYK RENK MODELİ

#4D9551 rengi CMYK tonu (48,0,46,42).

  • camgöbeği tonu 48.32%
  • eflatun tonu 0.00%
  • sarı tonu 45.64%
  • ana renk tonu 41.57%
CMYK:
(48,0,46,42)
C48M0Y46K42 
(48%,0%,46%,42%)
(0.48/0.00/0.46/0.42)	

CMYK yüzdeleri

%48.32
%0
%45.64
%41.57

Codes

Color #4D9551 in popluar color models

4D9551
RGB7714981
HSL123°31.86%44.31%
HSB/HSV123°48.32%58.43%
CMYK48.32%0.00%45.64%
41.57%

Color #4D9551 in popluar number systems.

HEX4D9551
Decimal7714981
Binary1001101100101011010001
Octal115225121

Shades and tints

Shades of #4D9551

#4D9551
(77,149,81)
#46884A
(70,136,74)
#3F7B43
(63,123,67)
#386E3C
(56,110,60)
#316135
(49,97,53)
#2A542E
(42,84,46)
#234727
(35,71,39)
#1C3A20
(28,58,32)
#152D19
(21,45,25)
#0E2012
(14,32,18)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D9551

#4D9551
(77,149,81)
#5D9E60
(93,158,96)
#6DA76F
(109,167,111)
#7DB07E
(125,176,126)
#8DB98D
(141,185,141)
#9DC29C
(157,194,156)
#ADCBAB
(173,203,171)
#BDD4BA
(189,212,186)
#CDDDC9
(205,221,201)
#DDE6D8
(221,230,216)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9551 color. Also use rgb(77,149,81) instead hex code.

Text Font Color

.myTextColor { color: #4D9551; }

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

This text font color is #4D9551.


Background Color

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

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

This div background color is #4D9551.


Border color

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

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

This div border color is #4D9551.


Opacity

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

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

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

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

This text has shadow with #4D9551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9551 on black background.


Color preview on white background

This text has color #4D9551 on white background.



Black color preview on #4D9551 background

This text has black color on #4D9551 background.


White color preview on #4D9551 background

This text has white color on #4D9551 background.