COLOR #4F964D

HEX: #4F964D
RGB: (79,150,77)

Renk bilgisi

#4F964D contains mainly green color. #4F964D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#4F964D color RGB value is (79,150,77).

  • kırmız ton 79;
  • yeşil ton 150;
  • mavi ton 77.
RGB:
(79,150,77)
(31%,59%,30%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 150 of 255 = 59%
B 77 of 255 = 30%

79
150
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 150 + 77 = 306 (100%)
R 79 of 306 ~ 25.82%
G 150 of 306 ~ 49.02%
B 77 of 306 ~ 25.16%

%25.82
%49.02
%25.16

CMYK RENK MODELİ

#4F964D rengi CMYK tonu (47,0,49,41).

  • camgöbeği tonu 47.33%
  • eflatun tonu 0.00%
  • sarı tonu 48.67%
  • ana renk tonu 41.18%
CMYK:
(47,0,49,41)
C47M0Y49K41 
(47%,0%,49%,41%)
(0.47/0.00/0.49/0.41)	

CMYK yüzdeleri

%47.33
%0
%48.67
%41.18

Codes

Color #4F964D in popluar color models

4F964D
RGB7915077
HSL118°32.16%44.51%
HSB/HSV118°48.67%58.82%
CMYK47.33%0.00%48.67%
41.18%

Color #4F964D in popluar number systems.

HEX4F964D
Decimal7915077
Binary1001111100101101001101
Octal117226115

Shades and tints

Shades of #4F964D

#4F964D
(79,150,77)
#488946
(72,137,70)
#417C3F
(65,124,63)
#3A6F38
(58,111,56)
#336231
(51,98,49)
#2C552A
(44,85,42)
#254823
(37,72,35)
#1E3B1C
(30,59,28)
#172E15
(23,46,21)
#10210E
(16,33,14)
#091407
(9,20,7)
#000000
(0,0,0)

Tints of #4F964D

#4F964D
(79,150,77)
#5F9F5D
(95,159,93)
#6FA86D
(111,168,109)
#7FB17D
(127,177,125)
#8FBA8D
(143,186,141)
#9FC39D
(159,195,157)
#AFCCAD
(175,204,173)
#BFD5BD
(191,213,189)
#CFDECD
(207,222,205)
#DFE7DD
(223,231,221)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F964D color. Also use rgb(79,150,77) instead hex code.

Text Font Color

.myTextColor { color: #4F964D; }

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

This text font color is #4F964D.


Background Color

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

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

This div background color is #4F964D.


Border color

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

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

This div border color is #4F964D.


Opacity

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

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

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

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

This text has shadow with #4F964D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F964D on black background.


Color preview on white background

This text has color #4F964D on white background.



Black color preview on #4F964D background

This text has black color on #4F964D background.


White color preview on #4F964D background

This text has white color on #4F964D background.