COLOR #4F9B4B

HEX: #4F9B4B
RGB: (79,155,75)

Renk bilgisi

#4F9B4B contains mainly green color. #4F9B4B ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#4F9B4B color RGB value is (79,155,75).

  • kırmız ton 79;
  • yeşil ton 155;
  • mavi ton 75.
RGB:
(79,155,75)
(31%,61%,29%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 155 of 255 = 61%
B 75 of 255 = 29%

79
155
75

R + G + B ~ 40%. #4F9B4B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 155 + 75 = 309 (100%)
R 79 of 309 ~ 25.57%
G 155 of 309 ~ 50.16%
B 75 of 309 ~ 24.27%

%25.57
%50.16
%24.27

CMYK RENK MODELİ

#4F9B4B rengi CMYK tonu (49,0,52,39).

  • camgöbeği tonu 49.03%
  • eflatun tonu 0.00%
  • sarı tonu 51.61%
  • ana renk tonu 39.22%
CMYK:
(49,0,52,39)
C49M0Y52K39 
(49%,0%,52%,39%)
(0.49/0.00/0.52/0.39)	

CMYK yüzdeleri

%49.03
%0
%51.61
%39.22

Codes

Color #4F9B4B in popluar color models

4F9B4B
RGB7915575
HSL117°34.78%45.10%
HSB/HSV117°51.61%60.78%
CMYK49.03%0.00%51.61%
39.22%

Color #4F9B4B in popluar number systems.

HEX4F9B4B
Decimal7915575
Binary1001111100110111001011
Octal117233113

Shades and tints

Shades of #4F9B4B

#4F9B4B
(79,155,75)
#488D45
(72,141,69)
#417F3F
(65,127,63)
#3A7139
(58,113,57)
#336333
(51,99,51)
#2C552D
(44,85,45)
#254727
(37,71,39)
#1E3921
(30,57,33)
#172B1B
(23,43,27)
#101D15
(16,29,21)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F9B4B

#4F9B4B
(79,155,75)
#5FA45B
(95,164,91)
#6FAD6B
(111,173,107)
#7FB67B
(127,182,123)
#8FBF8B
(143,191,139)
#9FC89B
(159,200,155)
#AFD1AB
(175,209,171)
#BFDABB
(191,218,187)
#CFE3CB
(207,227,203)
#DFECDB
(223,236,219)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9B4B color. Also use rgb(79,155,75) instead hex code.

Text Font Color

.myTextColor { color: #4F9B4B; }

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

This text font color is #4F9B4B.


Background Color

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

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

This div background color is #4F9B4B.


Border color

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

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

This div border color is #4F9B4B.


Opacity

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

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

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

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

This text has shadow with #4F9B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9B4B on black background.


Color preview on white background

This text has color #4F9B4B on white background.



Black color preview on #4F9B4B background

This text has black color on #4F9B4B background.


White color preview on #4F9B4B background

This text has white color on #4F9B4B background.