COLOR #4F9B0B

HEX: #4F9B0B
RGB: (79,155,11)

Color info

#4F9B0B contains mainly green color. Web safe color of #4F9B0B is #669900 (or #690).

RGB color model

#4F9B0B color RGB value is (79,155,11).

  • red value is 79;
  • green value is 155;
  • blue value is 11.
RGB:
(79,155,11)
(31%,61%,4%)

RGB channels and saturation

R 79 of 255 = 31%
G 155 of 255 = 61%
B 11 of 255 = 4%

79
155
11

R + G + B ~ 32%. #4F9B0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 155 + 11 = 245 (100%)
R 79 of 245 ~ 32.24%
G 155 of 245 ~ 63.27%
B 11 of 245 ~ 4.49%

%32.24
%63.27

CMYK color model

#4F9B0B color CMYK value is (49,0,93,39).

  • cyan value is 49.03%
  • magenta value is 0.00%
  • yellow value is 92.90%
  • key color value is 39.22%
CMYK:
(49,0,93,39)
C49M0Y93K39 
(49%,0%,93%,39%)
(0.49/0.00/0.93/0.39)	

CMYK percentages

%49.03
%0
%92.9
%39.22

Codes

Color #4F9B0B in popluar color models

4F9B0B
RGB7915511
HSL92°86.75%32.55%
HSB/HSV92°92.90%60.78%
CMYK49.03%0.00%92.90%
39.22%

Color #4F9B0B in popluar number systems.

HEX4F9B0B
Decimal7915511
Binary1001111100110111011
Octal11723313

Shades and tints

Shades of #4F9B0B

#4F9B0B
(79,155,11)
#488D0A
(72,141,10)
#417F09
(65,127,9)
#3A7108
(58,113,8)
#336307
(51,99,7)
#2C5506
(44,85,6)
#254705
(37,71,5)
#1E3904
(30,57,4)
#172B03
(23,43,3)
#101D02
(16,29,2)
#090F01
(9,15,1)
#000000
(0,0,0)

Tints of #4F9B0B

#4F9B0B
(79,155,11)
#5FA421
(95,164,33)
#6FAD37
(111,173,55)
#7FB64D
(127,182,77)
#8FBF63
(143,191,99)
#9FC879
(159,200,121)
#AFD18F
(175,209,143)
#BFDAA5
(191,218,165)
#CFE3BB
(207,227,187)
#DFECD1
(223,236,209)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9B0B; }

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

This text font color is #4F9B0B.


Background Color

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

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

This div background color is #4F9B0B.


Border color

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

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

This div border color is #4F9B0B.


Opacity

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

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

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

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

This text has shadow with #4F9B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9B0B on black background.


Color preview on white background

This text has color #4F9B0B on white background.



Black color preview on #4F9B0B background

This text has black color on #4F9B0B background.


White color preview on #4F9B0B background

This text has white color on #4F9B0B background.