COLOR #4F844D

HEX: #4F844D
RGB: (79,132,77)

Color info

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

RGB color model

#4F844D color RGB value is (79,132,77).

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

RGB channels and saturation

R 79 of 255 = 31%
G 132 of 255 = 52%
B 77 of 255 = 30%

79
132
77

R + G + B ~ 38%. #4F844D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 132 + 77 = 288 (100%)
R 79 of 288 ~ 27.43%
G 132 of 288 ~ 45.83%
B 77 of 288 ~ 26.74%

%27.43
%45.83
%26.74

CMYK color model

#4F844D color CMYK value is (40,0,42,48).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(40,0,42,48)
C40M0Y42K48 
(40%,0%,42%,48%)
(0.40/0.00/0.42/0.48)	

CMYK percentages

%40.15
%0
%41.67
%48.24

Codes

Color #4F844D in popluar color models

4F844D
RGB7913277
HSL118°26.32%40.98%
HSB/HSV118°41.67%51.76%
CMYK40.15%0.00%41.67%
48.24%

Color #4F844D in popluar number systems.

HEX4F844D
Decimal7913277
Binary1001111100001001001101
Octal117204115

Shades and tints

Shades of #4F844D

#4F844D
(79,132,77)
#487846
(72,120,70)
#416C3F
(65,108,63)
#3A6038
(58,96,56)
#335431
(51,84,49)
#2C482A
(44,72,42)
#253C23
(37,60,35)
#1E301C
(30,48,28)
#172415
(23,36,21)
#10180E
(16,24,14)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #4F844D

#4F844D
(79,132,77)
#5F8F5D
(95,143,93)
#6F9A6D
(111,154,109)
#7FA57D
(127,165,125)
#8FB08D
(143,176,141)
#9FBB9D
(159,187,157)
#AFC6AD
(175,198,173)
#BFD1BD
(191,209,189)
#CFDCCD
(207,220,205)
#DFE7DD
(223,231,221)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F844D; }

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

This text font color is #4F844D.


Background Color

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

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

This div background color is #4F844D.


Border color

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

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

This div border color is #4F844D.


Opacity

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

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

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

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

This text has shadow with #4F844D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F844D on black background.


Color preview on white background

This text has color #4F844D on white background.



Black color preview on #4F844D background

This text has black color on #4F844D background.


White color preview on #4F844D background

This text has white color on #4F844D background.