COLOR #4F8B51

HEX: #4F8B51
RGB: (79,139,81)

Renk bilgisi

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

RGB renk modeli

#4F8B51 color RGB value is (79,139,81).

  • kırmız ton 79;
  • yeşil ton 139;
  • mavi ton 81.
RGB:
(79,139,81)
(31%,55%,32%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 139 of 255 = 55%
B 81 of 255 = 32%

79
139
81

R + G + B ~ 39%. #4F8B51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 139 + 81 = 299 (100%)
R 79 of 299 ~ 26.42%
G 139 of 299 ~ 46.49%
B 81 of 299 ~ 27.09%

%26.42
%46.49
%27.09

CMYK RENK MODELİ

#4F8B51 rengi CMYK tonu (43,0,42,45).

  • camgöbeği tonu 43.17%
  • eflatun tonu 0.00%
  • sarı tonu 41.73%
  • ana renk tonu 45.49%
CMYK:
(43,0,42,45)
C43M0Y42K45 
(43%,0%,42%,45%)
(0.43/0.00/0.42/0.45)	

CMYK yüzdeleri

%43.17
%0
%41.73
%45.49

Codes

Color #4F8B51 in popluar color models

4F8B51
RGB7913981
HSL122°27.52%42.75%
HSB/HSV122°43.17%54.51%
CMYK43.17%0.00%41.73%
45.49%

Color #4F8B51 in popluar number systems.

HEX4F8B51
Decimal7913981
Binary1001111100010111010001
Octal117213121

Shades and tints

Shades of #4F8B51

#4F8B51
(79,139,81)
#487F4A
(72,127,74)
#417343
(65,115,67)
#3A673C
(58,103,60)
#335B35
(51,91,53)
#2C4F2E
(44,79,46)
#254327
(37,67,39)
#1E3720
(30,55,32)
#172B19
(23,43,25)
#101F12
(16,31,18)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #4F8B51

#4F8B51
(79,139,81)
#5F9560
(95,149,96)
#6F9F6F
(111,159,111)
#7FA97E
(127,169,126)
#8FB38D
(143,179,141)
#9FBD9C
(159,189,156)
#AFC7AB
(175,199,171)
#BFD1BA
(191,209,186)
#CFDBC9
(207,219,201)
#DFE5D8
(223,229,216)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8B51 color. Also use rgb(79,139,81) instead hex code.

Text Font Color

.myTextColor { color: #4F8B51; }

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

This text font color is #4F8B51.


Background Color

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

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

This div background color is #4F8B51.


Border color

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

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

This div border color is #4F8B51.


Opacity

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

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

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

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

This text has shadow with #4F8B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8B51 on black background.


Color preview on white background

This text has color #4F8B51 on white background.



Black color preview on #4F8B51 background

This text has black color on #4F8B51 background.


White color preview on #4F8B51 background

This text has white color on #4F8B51 background.