COLOR #4F7E4A

HEX: #4F7E4A
RGB: (79,126,74)

Renk bilgisi

#4F7E4A contains red, green and blue colors in about the same proportion. #4F7E4A ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#4F7E4A color RGB value is (79,126,74).

  • kırmız ton 79;
  • yeşil ton 126;
  • mavi ton 74.
RGB:
(79,126,74)
(31%,49%,29%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 126 of 255 = 49%
B 74 of 255 = 29%

79
126
74

R + G + B ~ 36%. #4F7E4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 126 + 74 = 279 (100%)
R 79 of 279 ~ 28.32%
G 126 of 279 ~ 45.16%
B 74 of 279 ~ 26.52%

%28.32
%45.16
%26.52

CMYK RENK MODELİ

#4F7E4A rengi CMYK tonu (37,0,41,51).

  • camgöbeği tonu 37.30%
  • eflatun tonu 0.00%
  • sarı tonu 41.27%
  • ana renk tonu 50.59%
CMYK:
(37,0,41,51)
C37M0Y41K51 
(37%,0%,41%,51%)
(0.37/0.00/0.41/0.51)	

CMYK yüzdeleri

%37.3
%0
%41.27
%50.59

Codes

Color #4F7E4A in popluar color models

4F7E4A
RGB7912674
HSL114°26.00%39.22%
HSB/HSV114°41.27%49.41%
CMYK37.30%0.00%41.27%
50.59%

Color #4F7E4A in popluar number systems.

HEX4F7E4A
Decimal7912674
Binary100111111111101001010
Octal117176112

Shades and tints

Shades of #4F7E4A

#4F7E4A
(79,126,74)
#487344
(72,115,68)
#41683E
(65,104,62)
#3A5D38
(58,93,56)
#335232
(51,82,50)
#2C472C
(44,71,44)
#253C26
(37,60,38)
#1E3120
(30,49,32)
#17261A
(23,38,26)
#101B14
(16,27,20)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #4F7E4A

#4F7E4A
(79,126,74)
#5F895A
(95,137,90)
#6F946A
(111,148,106)
#7F9F7A
(127,159,122)
#8FAA8A
(143,170,138)
#9FB59A
(159,181,154)
#AFC0AA
(175,192,170)
#BFCBBA
(191,203,186)
#CFD6CA
(207,214,202)
#DFE1DA
(223,225,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7E4A color. Also use rgb(79,126,74) instead hex code.

Text Font Color

.myTextColor { color: #4F7E4A; }

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

This text font color is #4F7E4A.


Background Color

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

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

This div background color is #4F7E4A.


Border color

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

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

This div border color is #4F7E4A.


Opacity

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

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

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

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

This text has shadow with #4F7E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E4A on black background.


Color preview on white background

This text has color #4F7E4A on white background.



Black color preview on #4F7E4A background

This text has black color on #4F7E4A background.


White color preview on #4F7E4A background

This text has white color on #4F7E4A background.