COLOR #4FB77F

HEX: #4FB77F
RGB: (79,183,127)

Renk bilgisi

#4FB77F contains mainly green and blue colors. #4FB77F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4FB77F color RGB value is (79,183,127).

  • kırmız ton 79;
  • yeşil ton 183;
  • mavi ton 127.
RGB:
(79,183,127)
(31%,72%,50%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 183 of 255 = 72%
B 127 of 255 = 50%

79
183
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 183 + 127 = 389 (100%)
R 79 of 389 ~ 20.31%
G 183 of 389 ~ 47.04%
B 127 of 389 ~ 32.65%

%20.31
%47.04
%32.65

CMYK RENK MODELİ

#4FB77F rengi CMYK tonu (57,0,31,28).

  • camgöbeği tonu 56.83%
  • eflatun tonu 0.00%
  • sarı tonu 30.60%
  • ana renk tonu 28.24%
CMYK:
(57,0,31,28)
C57M0Y31K28 
(57%,0%,31%,28%)
(0.57/0.00/0.31/0.28)	

CMYK yüzdeleri

%56.83
%0
%30.6
%28.24

Codes

Color #4FB77F in popluar color models

4FB77F
RGB79183127
HSL148°41.94%51.37%
HSB/HSV148°56.83%71.76%
CMYK56.83%0.00%30.60%
28.24%

Color #4FB77F in popluar number systems.

HEX4FB77F
Decimal79183127
Binary1001111101101111111111
Octal117267177

Shades and tints

Shades of #4FB77F

#4FB77F
(79,183,127)
#48A774
(72,167,116)
#419769
(65,151,105)
#3A875E
(58,135,94)
#337753
(51,119,83)
#2C6748
(44,103,72)
#25573D
(37,87,61)
#1E4732
(30,71,50)
#173727
(23,55,39)
#10271C
(16,39,28)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #4FB77F

#4FB77F
(79,183,127)
#5FBD8A
(95,189,138)
#6FC395
(111,195,149)
#7FC9A0
(127,201,160)
#8FCFAB
(143,207,171)
#9FD5B6
(159,213,182)
#AFDBC1
(175,219,193)
#BFE1CC
(191,225,204)
#CFE7D7
(207,231,215)
#DFEDE2
(223,237,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB77F color. Also use rgb(79,183,127) instead hex code.

Text Font Color

.myTextColor { color: #4FB77F; }

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

This text font color is #4FB77F.


Background Color

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

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

This div background color is #4FB77F.


Border color

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

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

This div border color is #4FB77F.


Opacity

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

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

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

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

This text has shadow with #4FB77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB77F on black background.


Color preview on white background

This text has color #4FB77F on white background.



Black color preview on #4FB77F background

This text has black color on #4FB77F background.


White color preview on #4FB77F background

This text has white color on #4FB77F background.