COLOR #4F8025

HEX: #4F8025 RGB: (79,128,37)

Color info

#4F8025 contains mainly red and green colors. Web safe color of #4F8025 is #666633 (or #663).

RGB color model

#4F8025 color RGB value is (79,128,37).

RGB: (79,128,37) (31%, 50%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 37 of 255 = 15%

79
128
37

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

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 37 = 244 (100%)
R 79 of 244 ~ 32.38%
G 128 of 244 ~ 52.46%
B 37 of 244 ~ 15.16'%

%32.38
%52.46
%15.16

CMYK color model

#4F8025 color CMYK value is (38,0,71,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 71.09%
  • key color value is 49.80%

CMYK: (38,0,71,50)
C38M0Y71K50 (38%, 0%, 71%, 50%)
(0.38 / 0.00 / 0.71 / 0.50)

CMYK percentages

%38.28
%0
%71.09
%49.8

Codes

Color #4F8025 in popluar color models

4F 80 25
RGB 79 128 37
HSL 92° 55.15% 32.35%
HSB/HSV 92° 71.09% 50.20%
CMYK 38.28% 0.00% 71.09%
49.80%

Color #4F8025 in popluar number systems.

HEX 4F 80 25
Decimal 79 128 37
Binary 1001111 10000000 100101
Octal 117 200 45

Shades and tints

Shades of #4F8025

#4F8025
(79,128,37)
#487522
(72,117,34)
#416A1F
(65,106,31)
#3A5F1C
(58,95,28)
#335419
(51,84,25)
#2C4916
(44,73,22)
#253E13
(37,62,19)
#1E3310
(30,51,16)
#17280D
(23,40,13)
#101D0A
(16,29,10)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #4F8025

#4F8025
(79,128,37)
#5F8B38
(95,139,56)
#6F964B
(111,150,75)
#7FA15E
(127,161,94)
#8FAC71
(143,172,113)
#9FB784
(159,183,132)
#AFC297
(175,194,151)
#BFCDAA
(191,205,170)
#CFD8BD
(207,216,189)
#DFE3D0
(223,227,208)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8025 color. Also use rgb(79,128,37) instead hex code.

Text Font Color

.myTextColor { color: #4F8025; }

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

This text font color is #4F8025.

Background Color

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

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

This div background color is #4F8025.

Border color

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

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

This div border color is #4F8025.

Opacity

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

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

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

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

This text has shadow with #4F8025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8025.

Preview

Color preview on black background

This text has color #4F8025 on black background.


Color preview on white background

This text has color #4F8025 on white background.


Black color preview on #4F8025 background

This text has black color on #4F8025 background.


White color preview on #4F8025 background

This text has white color on #4F8025 background.


Related colors

Complementary color

Complementary color for #hex is #B07FDA.


I love getcolorcode.com

Triadic colors

1 #254F80 and #80254F with #4F8025 are triadic colors.

2 #25804F and #804F25 with #4F8025 are triadic colors.