COLOR #4F976D

HEX: #4F976D
RGB: (79,151,109)

Renk bilgisi

#4F976D contains mainly green and blue colors. #4F976D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#4F976D color RGB value is (79,151,109).

  • kırmız ton 79;
  • yeşil ton 151;
  • mavi ton 109.
RGB:
(79,151,109)
(31%,59%,43%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 151 of 255 = 59%
B 109 of 255 = 43%

79
151
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 151 + 109 = 339 (100%)
R 79 of 339 ~ 23.3%
G 151 of 339 ~ 44.54%
B 109 of 339 ~ 32.15%

%23.3
%44.54
%32.15

CMYK RENK MODELİ

#4F976D rengi CMYK tonu (48,0,28,41).

  • camgöbeği tonu 47.68%
  • eflatun tonu 0.00%
  • sarı tonu 27.81%
  • ana renk tonu 40.78%
CMYK:
(48,0,28,41)
C48M0Y28K41 
(48%,0%,28%,41%)
(0.48/0.00/0.28/0.41)	

CMYK yüzdeleri

%47.68
%0
%27.81
%40.78

Codes

Color #4F976D in popluar color models

4F976D
RGB79151109
HSL145°31.30%45.10%
HSB/HSV145°47.68%59.22%
CMYK47.68%0.00%27.81%
40.78%

Color #4F976D in popluar number systems.

HEX4F976D
Decimal79151109
Binary1001111100101111101101
Octal117227155

Shades and tints

Shades of #4F976D

#4F976D
(79,151,109)
#488A64
(72,138,100)
#417D5B
(65,125,91)
#3A7052
(58,112,82)
#336349
(51,99,73)
#2C5640
(44,86,64)
#254937
(37,73,55)
#1E3C2E
(30,60,46)
#172F25
(23,47,37)
#10221C
(16,34,28)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #4F976D

#4F976D
(79,151,109)
#5FA07A
(95,160,122)
#6FA987
(111,169,135)
#7FB294
(127,178,148)
#8FBBA1
(143,187,161)
#9FC4AE
(159,196,174)
#AFCDBB
(175,205,187)
#BFD6C8
(191,214,200)
#CFDFD5
(207,223,213)
#DFE8E2
(223,232,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F976D color. Also use rgb(79,151,109) instead hex code.

Text Font Color

.myTextColor { color: #4F976D; }

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

This text font color is #4F976D.


Background Color

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

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

This div background color is #4F976D.


Border color

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

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

This div border color is #4F976D.


Opacity

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

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

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

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

This text has shadow with #4F976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F976D on black background.


Color preview on white background

This text has color #4F976D on white background.



Black color preview on #4F976D background

This text has black color on #4F976D background.


White color preview on #4F976D background

This text has white color on #4F976D background.