COLOR #4F7014

HEX: #4F7014
RGB: (79,112,20)

Renk bilgisi

#4F7014 contains mainly red and green colors. #4F7014 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#4F7014 color RGB value is (79,112,20).

  • kırmız ton 79;
  • yeşil ton 112;
  • mavi ton 20.
RGB:
(79,112,20)
(31%,44%,8%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 112 of 255 = 44%
B 20 of 255 = 8%

79
112
20

R + G + B ~ 28%. #4F7014 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 112 + 20 = 211 (100%)
R 79 of 211 ~ 37.44%
G 112 of 211 ~ 53.08%
B 20 of 211 ~ 9.48%

%37.44
%53.08

CMYK RENK MODELİ

#4F7014 rengi CMYK tonu (29,0,82,56).

  • camgöbeği tonu 29.46%
  • eflatun tonu 0.00%
  • sarı tonu 82.14%
  • ana renk tonu 56.08%
CMYK:
(29,0,82,56)
C29M0Y82K56 
(29%,0%,82%,56%)
(0.29/0.00/0.82/0.56)	

CMYK yüzdeleri

%29.46
%0
%82.14
%56.08

Codes

Color #4F7014 in popluar color models

4F7014
RGB7911220
HSL82°69.70%25.88%
HSB/HSV82°82.14%43.92%
CMYK29.46%0.00%82.14%
56.08%

Color #4F7014 in popluar number systems.

HEX4F7014
Decimal7911220
Binary1001111111000010100
Octal11716024

Shades and tints

Shades of #4F7014

#4F7014
(79,112,20)
#486613
(72,102,19)
#415C12
(65,92,18)
#3A5211
(58,82,17)
#334810
(51,72,16)
#2C3E0F
(44,62,15)
#25340E
(37,52,14)
#1E2A0D
(30,42,13)
#17200C
(23,32,12)
#10160B
(16,22,11)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F7014

#4F7014
(79,112,20)
#5F7D29
(95,125,41)
#6F8A3E
(111,138,62)
#7F9753
(127,151,83)
#8FA468
(143,164,104)
#9FB17D
(159,177,125)
#AFBE92
(175,190,146)
#BFCBA7
(191,203,167)
#CFD8BC
(207,216,188)
#DFE5D1
(223,229,209)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7014 color. Also use rgb(79,112,20) instead hex code.

Text Font Color

.myTextColor { color: #4F7014; }

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

This text font color is #4F7014.


Background Color

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

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

This div background color is #4F7014.


Border color

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

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

This div border color is #4F7014.


Opacity

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

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

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

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

This text has shadow with #4F7014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7014 on black background.


Color preview on white background

This text has color #4F7014 on white background.



Black color preview on #4F7014 background

This text has black color on #4F7014 background.


White color preview on #4F7014 background

This text has white color on #4F7014 background.