COLOR #4FB474

HEX: #4FB474
RGB: (79,180,116)

Renk bilgisi

#4FB474 contains mainly green color. #4FB474 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4FB474 color RGB value is (79,180,116).

  • kırmız ton 79;
  • yeşil ton 180;
  • mavi ton 116.
RGB:
(79,180,116)
(31%,71%,45%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 180 of 255 = 71%
B 116 of 255 = 45%

79
180
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 180 + 116 = 375 (100%)
R 79 of 375 ~ 21.07%
G 180 of 375 ~ 48%
B 116 of 375 ~ 30.93%

%21.07
%48
%30.93

CMYK RENK MODELİ

#4FB474 rengi CMYK tonu (56,0,36,29).

  • camgöbeği tonu 56.11%
  • eflatun tonu 0.00%
  • sarı tonu 35.56%
  • ana renk tonu 29.41%
CMYK:
(56,0,36,29)
C56M0Y36K29 
(56%,0%,36%,29%)
(0.56/0.00/0.36/0.29)	

CMYK yüzdeleri

%56.11
%0
%35.56
%29.41

Codes

Color #4FB474 in popluar color models

4FB474
RGB79180116
HSL142°40.24%50.78%
HSB/HSV142°56.11%70.59%
CMYK56.11%0.00%35.56%
29.41%

Color #4FB474 in popluar number systems.

HEX4FB474
Decimal79180116
Binary1001111101101001110100
Octal117264164

Shades and tints

Shades of #4FB474

#4FB474
(79,180,116)
#48A46A
(72,164,106)
#419460
(65,148,96)
#3A8456
(58,132,86)
#33744C
(51,116,76)
#2C6442
(44,100,66)
#255438
(37,84,56)
#1E442E
(30,68,46)
#173424
(23,52,36)
#10241A
(16,36,26)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #4FB474

#4FB474
(79,180,116)
#5FBA80
(95,186,128)
#6FC08C
(111,192,140)
#7FC698
(127,198,152)
#8FCCA4
(143,204,164)
#9FD2B0
(159,210,176)
#AFD8BC
(175,216,188)
#BFDEC8
(191,222,200)
#CFE4D4
(207,228,212)
#DFEAE0
(223,234,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB474 color. Also use rgb(79,180,116) instead hex code.

Text Font Color

.myTextColor { color: #4FB474; }

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

This text font color is #4FB474.


Background Color

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

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

This div background color is #4FB474.


Border color

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

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

This div border color is #4FB474.


Opacity

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

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

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

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

This text has shadow with #4FB474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB474 on black background.


Color preview on white background

This text has color #4FB474 on white background.



Black color preview on #4FB474 background

This text has black color on #4FB474 background.


White color preview on #4FB474 background

This text has white color on #4FB474 background.