COLOR #4DC074

HEX: #4DC074
RGB: (77,192,116)

Renk bilgisi

#4DC074 contains mainly green color. #4DC074 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4DC074 color RGB value is (77,192,116).

  • kırmız ton 77;
  • yeşil ton 192;
  • mavi ton 116.
RGB:
(77,192,116)
(30%,75%,45%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 192 of 255 = 75%
B 116 of 255 = 45%

77
192
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 192 + 116 = 385 (100%)
R 77 of 385 ~ 20%
G 192 of 385 ~ 49.87%
B 116 of 385 ~ 30.13%

%20
%49.87
%30.13

CMYK RENK MODELİ

#4DC074 rengi CMYK tonu (60,0,40,25).

  • camgöbeği tonu 59.90%
  • eflatun tonu 0.00%
  • sarı tonu 39.58%
  • ana renk tonu 24.71%
CMYK:
(60,0,40,25)
C60M0Y40K25 
(60%,0%,40%,25%)
(0.60/0.00/0.40/0.25)	

CMYK yüzdeleri

%59.9
%0
%39.58
%24.71

Codes

Color #4DC074 in popluar color models

4DC074
RGB77192116
HSL140°47.72%52.75%
HSB/HSV140°59.90%75.29%
CMYK59.90%0.00%39.58%
24.71%

Color #4DC074 in popluar number systems.

HEX4DC074
Decimal77192116
Binary1001101110000001110100
Octal115300164

Shades and tints

Shades of #4DC074

#4DC074
(77,192,116)
#46AF6A
(70,175,106)
#3F9E60
(63,158,96)
#388D56
(56,141,86)
#317C4C
(49,124,76)
#2A6B42
(42,107,66)
#235A38
(35,90,56)
#1C492E
(28,73,46)
#153824
(21,56,36)
#0E271A
(14,39,26)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4DC074

#4DC074
(77,192,116)
#5DC580
(93,197,128)
#6DCA8C
(109,202,140)
#7DCF98
(125,207,152)
#8DD4A4
(141,212,164)
#9DD9B0
(157,217,176)
#ADDEBC
(173,222,188)
#BDE3C8
(189,227,200)
#CDE8D4
(205,232,212)
#DDEDE0
(221,237,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC074 color. Also use rgb(77,192,116) instead hex code.

Text Font Color

.myTextColor { color: #4DC074; }

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

This text font color is #4DC074.


Background Color

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

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

This div background color is #4DC074.


Border color

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

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

This div border color is #4DC074.


Opacity

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

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

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

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

This text has shadow with #4DC074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC074 on black background.


Color preview on white background

This text has color #4DC074 on white background.



Black color preview on #4DC074 background

This text has black color on #4DC074 background.


White color preview on #4DC074 background

This text has white color on #4DC074 background.