COLOR #4D979F

HEX: #4D979F
RGB: (77,151,159)

Renk bilgisi

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

RGB renk modeli

#4D979F color RGB value is (77,151,159).

  • kırmız ton 77;
  • yeşil ton 151;
  • mavi ton 159.
RGB:
(77,151,159)
(30%,59%,62%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 151 of 255 = 59%
B 159 of 255 = 62%

77
151
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 151 + 159 = 387 (100%)
R 77 of 387 ~ 19.9%
G 151 of 387 ~ 39.02%
B 159 of 387 ~ 41.09%

%19.9
%39.02
%41.09

CMYK RENK MODELİ

#4D979F rengi CMYK tonu (52,5,0,38).

  • camgöbeği tonu 51.57%
  • eflatun tonu 5.03%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(52,5,0,38)
C52M5Y0K38 
(52%,5%,0%,38%)
(0.52/0.05/0.00/0.38)	

CMYK yüzdeleri

%51.57
%5.03
%0
%37.65

Codes

Color #4D979F in popluar color models

4D979F
RGB77151159
HSL186°34.75%46.27%
HSB/HSV186°51.57%62.35%
CMYK51.57%5.03%0.00%
37.65%

Color #4D979F in popluar number systems.

HEX4D979F
Decimal77151159
Binary10011011001011110011111
Octal115227237

Shades and tints

Shades of #4D979F

#4D979F
(77,151,159)
#468A91
(70,138,145)
#3F7D83
(63,125,131)
#387075
(56,112,117)
#316367
(49,99,103)
#2A5659
(42,86,89)
#23494B
(35,73,75)
#1C3C3D
(28,60,61)
#152F2F
(21,47,47)
#0E2221
(14,34,33)
#071513
(7,21,19)
#000000
(0,0,0)

Tints of #4D979F

#4D979F
(77,151,159)
#5DA0A7
(93,160,167)
#6DA9AF
(109,169,175)
#7DB2B7
(125,178,183)
#8DBBBF
(141,187,191)
#9DC4C7
(157,196,199)
#ADCDCF
(173,205,207)
#BDD6D7
(189,214,215)
#CDDFDF
(205,223,223)
#DDE8E7
(221,232,231)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D979F color. Also use rgb(77,151,159) instead hex code.

Text Font Color

.myTextColor { color: #4D979F; }

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

This text font color is #4D979F.


Background Color

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

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

This div background color is #4D979F.


Border color

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

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

This div border color is #4D979F.


Opacity

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

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

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

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

This text has shadow with #4D979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D979F on black background.


Color preview on white background

This text has color #4D979F on white background.



Black color preview on #4D979F background

This text has black color on #4D979F background.


White color preview on #4D979F background

This text has white color on #4D979F background.