COLOR #4F760B

HEX: #4F760B
RGB: (79,118,11)

Color info

#4F760B contains mainly red and green colors. Web safe color of #4F760B is #666600 (or #660).

RGB color model

#4F760B color RGB value is (79,118,11).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 11 of 255 = 4%

79
118
11

R + G + B ~ 27%. #4F760B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 11 = 208 (100%)
R 79 of 208 ~ 37.98%
G 118 of 208 ~ 56.73%
B 11 of 208 ~ 5.29%

%37.98
%56.73

CMYK color model

#4F760B color CMYK value is (33,0,91,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 90.68%
  • key color value is 53.73%
CMYK:
(33,0,91,54)
C33M0Y91K54 
(33%,0%,91%,54%)
(0.33/0.00/0.91/0.54)	

CMYK percentages

%33.05
%0
%90.68
%53.73

Codes

Color #4F760B in popluar color models

4F760B
RGB7911811
HSL82°82.95%25.29%
HSB/HSV82°90.68%46.27%
CMYK33.05%0.00%90.68%
53.73%

Color #4F760B in popluar number systems.

HEX4F760B
Decimal7911811
Binary100111111101101011
Octal11716613

Shades and tints

Shades of #4F760B

#4F760B
(79,118,11)
#486C0A
(72,108,10)
#416209
(65,98,9)
#3A5808
(58,88,8)
#334E07
(51,78,7)
#2C4406
(44,68,6)
#253A05
(37,58,5)
#1E3004
(30,48,4)
#172603
(23,38,3)
#101C02
(16,28,2)
#091201
(9,18,1)
#000000
(0,0,0)

Tints of #4F760B

#4F760B
(79,118,11)
#5F8221
(95,130,33)
#6F8E37
(111,142,55)
#7F9A4D
(127,154,77)
#8FA663
(143,166,99)
#9FB279
(159,178,121)
#AFBE8F
(175,190,143)
#BFCAA5
(191,202,165)
#CFD6BB
(207,214,187)
#DFE2D1
(223,226,209)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F760B; }

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

This text font color is #4F760B.


Background Color

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

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

This div background color is #4F760B.


Border color

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

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

This div border color is #4F760B.


Opacity

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

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

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

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

This text has shadow with #4F760B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F760B on black background.


Color preview on white background

This text has color #4F760B on white background.



Black color preview on #4F760B background

This text has black color on #4F760B background.


White color preview on #4F760B background

This text has white color on #4F760B background.