COLOR #4F8442

HEX: #4F8442
RGB: (79,132,66)

Color info

#4F8442 contains mainly red and green colors. Web safe color of #4F8442 is #669933 (or #693).

RGB color model

#4F8442 color RGB value is (79,132,66).

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

RGB channels and saturation

R 79 of 255 = 31%
G 132 of 255 = 52%
B 66 of 255 = 26%

79
132
66

R + G + B ~ 36%. #4F8442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 132 + 66 = 277 (100%)
R 79 of 277 ~ 28.52%
G 132 of 277 ~ 47.65%
B 66 of 277 ~ 23.83%

%28.52
%47.65
%23.83

CMYK color model

#4F8442 color CMYK value is (40,0,50,48).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(40,0,50,48)
C40M0Y50K48 
(40%,0%,50%,48%)
(0.40/0.00/0.50/0.48)	

CMYK percentages

%40.15
%0
%50
%48.24

Codes

Color #4F8442 in popluar color models

4F8442
RGB7913266
HSL108°33.33%38.82%
HSB/HSV108°50.00%51.76%
CMYK40.15%0.00%50.00%
48.24%

Color #4F8442 in popluar number systems.

HEX4F8442
Decimal7913266
Binary1001111100001001000010
Octal117204102

Shades and tints

Shades of #4F8442

#4F8442
(79,132,66)
#48783C
(72,120,60)
#416C36
(65,108,54)
#3A6030
(58,96,48)
#33542A
(51,84,42)
#2C4824
(44,72,36)
#253C1E
(37,60,30)
#1E3018
(30,48,24)
#172412
(23,36,18)
#10180C
(16,24,12)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #4F8442

#4F8442
(79,132,66)
#5F8F53
(95,143,83)
#6F9A64
(111,154,100)
#7FA575
(127,165,117)
#8FB086
(143,176,134)
#9FBB97
(159,187,151)
#AFC6A8
(175,198,168)
#BFD1B9
(191,209,185)
#CFDCCA
(207,220,202)
#DFE7DB
(223,231,219)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8442; }

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

This text font color is #4F8442.


Background Color

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

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

This div background color is #4F8442.


Border color

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

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

This div border color is #4F8442.


Opacity

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

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

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

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

This text has shadow with #4F8442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8442 on black background.


Color preview on white background

This text has color #4F8442 on white background.



Black color preview on #4F8442 background

This text has black color on #4F8442 background.


White color preview on #4F8442 background

This text has white color on #4F8442 background.