COLOR #4F760F

HEX: #4F760F RGB: (79,118,15)

Color info

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

RGB color model

#4F760F color RGB value is (79,118,15).

RGB: (79,118,15) (31%, 46%, 6%)

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 15 of 255 = 6%

79
118
15

R + G + B ~ 28%. #4F760F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 118 + 15 = 212 (100%)
R 79 of 212 ~ 37.26%
G 118 of 212 ~ 55.66%
B 15 of 212 ~ 7.08'%

%37.26
%55.66

CMYK color model

#4F760F color CMYK value is (33,0,87,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 87.29%
  • key color value is 53.73%

CMYK: (33,0,87,54)
C33M0Y87K54 (33%, 0%, 87%, 54%)
(0.33 / 0.00 / 0.87 / 0.54)

CMYK percentages

%33.05
%0
%87.29
%53.73

Codes

Color #4F760F in popluar color models

4F 76 0F
RGB 79 118 15
HSL 83° 77.44% 26.08%
HSB/HSV 83° 87.29% 46.27%
CMYK 33.05% 0.00% 87.29%
53.73%

Color #4F760F in popluar number systems.

HEX 4F 76 0F
Decimal 79 118 15
Binary 1001111 1110110 1111
Octal 117 166 17

Shades and tints

Shades of #4F760F

#4F760F
(79,118,15)
#486C0E
(72,108,14)
#41620D
(65,98,13)
#3A580C
(58,88,12)
#334E0B
(51,78,11)
#2C440A
(44,68,10)
#253A09
(37,58,9)
#1E3008
(30,48,8)
#172607
(23,38,7)
#101C06
(16,28,6)
#091205
(9,18,5)
#000000
(0,0,0)

Tints of #4F760F

#4F760F
(79,118,15)
#5F8224
(95,130,36)
#6F8E39
(111,142,57)
#7F9A4E
(127,154,78)
#8FA663
(143,166,99)
#9FB278
(159,178,120)
#AFBE8D
(175,190,141)
#BFCAA2
(191,202,162)
#CFD6B7
(207,214,183)
#DFE2CC
(223,226,204)
#EFEEE1
(239,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F760F; }

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

This text font color is #4F760F.

Background Color

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

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

This div background color is #4F760F.

Border color

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

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

This div border color is #4F760F.

Opacity

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

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

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

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

This text has shadow with #4F760F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F760F.

Preview

Color preview on black background

This text has color #4F760F on black background.


Color preview on white background

This text has color #4F760F on white background.


Black color preview on #4F760F background

This text has black color on #4F760F background.


White color preview on #4F760F background

This text has white color on #4F760F background.


Related colors

Complementary color

Complementary color for #hex is #B089F0.


I love getcolorcode.com

Triadic colors

1 #0F4F76 and #760F4F with #4F760F are triadic colors.

2 #0F764F and #764F0F with #4F760F are triadic colors.