COLOR #4F844A

HEX: #4F844A
RGB: (79,132,74)

Color info

#4F844A contains red, green and blue colors in about the same proportion. Web safe color of #4F844A is #669933 (or #693).

RGB color model

#4F844A color RGB value is (79,132,74).

  • red value is 79;
  • green value is 132;
  • blue value is 74.
RGB:
(79,132,74)
(31%,52%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 132 of 255 = 52%
B 74 of 255 = 29%

79
132
74

R + G + B ~ 37%. #4F844A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 132 + 74 = 285 (100%)
R 79 of 285 ~ 27.72%
G 132 of 285 ~ 46.32%
B 74 of 285 ~ 25.96%

%27.72
%46.32
%25.96

CMYK color model

#4F844A color CMYK value is (40,0,44,48).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(40,0,44,48)
C40M0Y44K48 
(40%,0%,44%,48%)
(0.40/0.00/0.44/0.48)	

CMYK percentages

%40.15
%0
%43.94
%48.24

Codes

Color #4F844A in popluar color models

4F844A
RGB7913274
HSL115°28.16%40.39%
HSB/HSV115°43.94%51.76%
CMYK40.15%0.00%43.94%
48.24%

Color #4F844A in popluar number systems.

HEX4F844A
Decimal7913274
Binary1001111100001001001010
Octal117204112

Shades and tints

Shades of #4F844A

#4F844A
(79,132,74)
#487844
(72,120,68)
#416C3E
(65,108,62)
#3A6038
(58,96,56)
#335432
(51,84,50)
#2C482C
(44,72,44)
#253C26
(37,60,38)
#1E3020
(30,48,32)
#17241A
(23,36,26)
#101814
(16,24,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #4F844A

#4F844A
(79,132,74)
#5F8F5A
(95,143,90)
#6F9A6A
(111,154,106)
#7FA57A
(127,165,122)
#8FB08A
(143,176,138)
#9FBB9A
(159,187,154)
#AFC6AA
(175,198,170)
#BFD1BA
(191,209,186)
#CFDCCA
(207,220,202)
#DFE7DA
(223,231,218)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F844A color. Also use rgb(79,132,74) instead hex code.

Text Font Color

.myTextColor { color: #4F844A; }

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

This text font color is #4F844A.


Background Color

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

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

This div background color is #4F844A.


Border color

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

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

This div border color is #4F844A.


Opacity

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

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

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

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

This text has shadow with #4F844A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F844A on black background.


Color preview on white background

This text has color #4F844A on white background.



Black color preview on #4F844A background

This text has black color on #4F844A background.


White color preview on #4F844A background

This text has white color on #4F844A background.