COLOR #4F8247

HEX: #4F8247
RGB: (79,130,71)

Renk bilgisi

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

RGB renk modeli

#4F8247 color RGB value is (79,130,71).

  • kırmız ton 79;
  • yeşil ton 130;
  • mavi ton 71.
RGB:
(79,130,71)
(31%,51%,28%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 130 of 255 = 51%
B 71 of 255 = 28%

79
130
71

R + G + B ~ 37%. #4F8247 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 130 + 71 = 280 (100%)
R 79 of 280 ~ 28.21%
G 130 of 280 ~ 46.43%
B 71 of 280 ~ 25.36%

%28.21
%46.43
%25.36

CMYK RENK MODELİ

#4F8247 rengi CMYK tonu (39,0,45,49).

  • camgöbeği tonu 39.23%
  • eflatun tonu 0.00%
  • sarı tonu 45.38%
  • ana renk tonu 49.02%
CMYK:
(39,0,45,49)
C39M0Y45K49 
(39%,0%,45%,49%)
(0.39/0.00/0.45/0.49)	

CMYK yüzdeleri

%39.23
%0
%45.38
%49.02

Codes

Color #4F8247 in popluar color models

4F8247
RGB7913071
HSL112°29.35%39.41%
HSB/HSV112°45.38%50.98%
CMYK39.23%0.00%45.38%
49.02%

Color #4F8247 in popluar number systems.

HEX4F8247
Decimal7913071
Binary1001111100000101000111
Octal117202107

Shades and tints

Shades of #4F8247

#4F8247
(79,130,71)
#487741
(72,119,65)
#416C3B
(65,108,59)
#3A6135
(58,97,53)
#33562F
(51,86,47)
#2C4B29
(44,75,41)
#254023
(37,64,35)
#1E351D
(30,53,29)
#172A17
(23,42,23)
#101F11
(16,31,17)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #4F8247

#4F8247
(79,130,71)
#5F8D57
(95,141,87)
#6F9867
(111,152,103)
#7FA377
(127,163,119)
#8FAE87
(143,174,135)
#9FB997
(159,185,151)
#AFC4A7
(175,196,167)
#BFCFB7
(191,207,183)
#CFDAC7
(207,218,199)
#DFE5D7
(223,229,215)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8247 color. Also use rgb(79,130,71) instead hex code.

Text Font Color

.myTextColor { color: #4F8247; }

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

This text font color is #4F8247.


Background Color

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

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

This div background color is #4F8247.


Border color

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

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

This div border color is #4F8247.


Opacity

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

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

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

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

This text has shadow with #4F8247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8247 on black background.


Color preview on white background

This text has color #4F8247 on white background.



Black color preview on #4F8247 background

This text has black color on #4F8247 background.


White color preview on #4F8247 background

This text has white color on #4F8247 background.