COLOR #4F8A48

HEX: #4F8A48
RGB: (79,138,72)

Renk bilgisi

#4F8A48 contains mainly red and green colors. #4F8A48 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#4F8A48 color RGB value is (79,138,72).

  • kırmız ton 79;
  • yeşil ton 138;
  • mavi ton 72.
RGB:
(79,138,72)
(31%,54%,28%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 138 of 255 = 54%
B 72 of 255 = 28%

79
138
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 138 + 72 = 289 (100%)
R 79 of 289 ~ 27.34%
G 138 of 289 ~ 47.75%
B 72 of 289 ~ 24.91%

%27.34
%47.75
%24.91

CMYK RENK MODELİ

#4F8A48 rengi CMYK tonu (43,0,48,46).

  • camgöbeği tonu 42.75%
  • eflatun tonu 0.00%
  • sarı tonu 47.83%
  • ana renk tonu 45.88%
CMYK:
(43,0,48,46)
C43M0Y48K46 
(43%,0%,48%,46%)
(0.43/0.00/0.48/0.46)	

CMYK yüzdeleri

%42.75
%0
%47.83
%45.88

Codes

Color #4F8A48 in popluar color models

4F8A48
RGB7913872
HSL114°31.43%41.18%
HSB/HSV114°47.83%54.12%
CMYK42.75%0.00%47.83%
45.88%

Color #4F8A48 in popluar number systems.

HEX4F8A48
Decimal7913872
Binary1001111100010101001000
Octal117212110

Shades and tints

Shades of #4F8A48

#4F8A48
(79,138,72)
#487E42
(72,126,66)
#41723C
(65,114,60)
#3A6636
(58,102,54)
#335A30
(51,90,48)
#2C4E2A
(44,78,42)
#254224
(37,66,36)
#1E361E
(30,54,30)
#172A18
(23,42,24)
#101E12
(16,30,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #4F8A48

#4F8A48
(79,138,72)
#5F9458
(95,148,88)
#6F9E68
(111,158,104)
#7FA878
(127,168,120)
#8FB288
(143,178,136)
#9FBC98
(159,188,152)
#AFC6A8
(175,198,168)
#BFD0B8
(191,208,184)
#CFDAC8
(207,218,200)
#DFE4D8
(223,228,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8A48 color. Also use rgb(79,138,72) instead hex code.

Text Font Color

.myTextColor { color: #4F8A48; }

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

This text font color is #4F8A48.


Background Color

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

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

This div background color is #4F8A48.


Border color

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

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

This div border color is #4F8A48.


Opacity

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

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

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

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

This text has shadow with #4F8A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8A48 on black background.


Color preview on white background

This text has color #4F8A48 on white background.



Black color preview on #4F8A48 background

This text has black color on #4F8A48 background.


White color preview on #4F8A48 background

This text has white color on #4F8A48 background.