COLOR #4D9981

HEX: #4D9981
RGB: (77,153,129)

Renk bilgisi

#4D9981 contains mainly green and blue colors. #4D9981 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4D9981 color RGB value is (77,153,129).

  • kırmız ton 77;
  • yeşil ton 153;
  • mavi ton 129.
RGB:
(77,153,129)
(30%,60%,51%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 153 of 255 = 60%
B 129 of 255 = 51%

77
153
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 153 + 129 = 359 (100%)
R 77 of 359 ~ 21.45%
G 153 of 359 ~ 42.62%
B 129 of 359 ~ 35.93%

%21.45
%42.62
%35.93

CMYK RENK MODELİ

#4D9981 rengi CMYK tonu (50,0,16,40).

  • camgöbeği tonu 49.67%
  • eflatun tonu 0.00%
  • sarı tonu 15.69%
  • ana renk tonu 40.00%
CMYK:
(50,0,16,40)
C50M0Y16K40 
(50%,0%,16%,40%)
(0.50/0.00/0.16/0.40)	

CMYK yüzdeleri

%49.67
%0
%15.69
%40

Codes

Color #4D9981 in popluar color models

4D9981
RGB77153129
HSL161°33.04%45.10%
HSB/HSV161°49.67%60.00%
CMYK49.67%0.00%15.69%
40.00%

Color #4D9981 in popluar number systems.

HEX4D9981
Decimal77153129
Binary10011011001100110000001
Octal115231201

Shades and tints

Shades of #4D9981

#4D9981
(77,153,129)
#468C76
(70,140,118)
#3F7F6B
(63,127,107)
#387260
(56,114,96)
#316555
(49,101,85)
#2A584A
(42,88,74)
#234B3F
(35,75,63)
#1C3E34
(28,62,52)
#153129
(21,49,41)
#0E241E
(14,36,30)
#071713
(7,23,19)
#000000
(0,0,0)

Tints of #4D9981

#4D9981
(77,153,129)
#5DA28C
(93,162,140)
#6DAB97
(109,171,151)
#7DB4A2
(125,180,162)
#8DBDAD
(141,189,173)
#9DC6B8
(157,198,184)
#ADCFC3
(173,207,195)
#BDD8CE
(189,216,206)
#CDE1D9
(205,225,217)
#DDEAE4
(221,234,228)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9981 color. Also use rgb(77,153,129) instead hex code.

Text Font Color

.myTextColor { color: #4D9981; }

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

This text font color is #4D9981.


Background Color

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

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

This div background color is #4D9981.


Border color

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

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

This div border color is #4D9981.


Opacity

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

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

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

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

This text has shadow with #4D9981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9981 on black background.


Color preview on white background

This text has color #4D9981 on white background.



Black color preview on #4D9981 background

This text has black color on #4D9981 background.


White color preview on #4D9981 background

This text has white color on #4D9981 background.