COLOR #4F7E59

HEX: #4F7E59
RGB: (79,126,89)

Renk bilgisi

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

RGB renk modeli

#4F7E59 color RGB value is (79,126,89).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 126 of 255 = 49%
B 89 of 255 = 35%

79
126
89

R + G + B ~ 38%. #4F7E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 126 + 89 = 294 (100%)
R 79 of 294 ~ 26.87%
G 126 of 294 ~ 42.86%
B 89 of 294 ~ 30.27%

%26.87
%42.86
%30.27

CMYK RENK MODELİ

#4F7E59 rengi CMYK tonu (37,0,29,51).

  • camgöbeği tonu 37.30%
  • eflatun tonu 0.00%
  • sarı tonu 29.37%
  • ana renk tonu 50.59%
CMYK:
(37,0,29,51)
C37M0Y29K51 
(37%,0%,29%,51%)
(0.37/0.00/0.29/0.51)	

CMYK yüzdeleri

%37.3
%0
%29.37
%50.59

Codes

Color #4F7E59 in popluar color models

4F7E59
RGB7912689
HSL133°22.93%40.20%
HSB/HSV133°37.30%49.41%
CMYK37.30%0.00%29.37%
50.59%

Color #4F7E59 in popluar number systems.

HEX4F7E59
Decimal7912689
Binary100111111111101011001
Octal117176131

Shades and tints

Shades of #4F7E59

#4F7E59
(79,126,89)
#487351
(72,115,81)
#416849
(65,104,73)
#3A5D41
(58,93,65)
#335239
(51,82,57)
#2C4731
(44,71,49)
#253C29
(37,60,41)
#1E3121
(30,49,33)
#172619
(23,38,25)
#101B11
(16,27,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4F7E59

#4F7E59
(79,126,89)
#5F8968
(95,137,104)
#6F9477
(111,148,119)
#7F9F86
(127,159,134)
#8FAA95
(143,170,149)
#9FB5A4
(159,181,164)
#AFC0B3
(175,192,179)
#BFCBC2
(191,203,194)
#CFD6D1
(207,214,209)
#DFE1E0
(223,225,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7E59; }

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

This text font color is #4F7E59.


Background Color

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

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

This div background color is #4F7E59.


Border color

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

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

This div border color is #4F7E59.


Opacity

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

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

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

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

This text has shadow with #4F7E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E59 on black background.


Color preview on white background

This text has color #4F7E59 on white background.



Black color preview on #4F7E59 background

This text has black color on #4F7E59 background.


White color preview on #4F7E59 background

This text has white color on #4F7E59 background.