COLOR #4F9351

HEX: #4F9351
RGB: (79,147,81)

Color info

#4F9351 contains mainly green color. Web safe color of #4F9351 is #669966 (or #696).

RGB color model

#4F9351 color RGB value is (79,147,81).

  • red value is 79;
  • green value is 147;
  • blue value is 81.
RGB:
(79,147,81)
(31%,58%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 147 of 255 = 58%
B 81 of 255 = 32%

79
147
81

R + G + B ~ 40%. #4F9351 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 147 + 81 = 307 (100%)
R 79 of 307 ~ 25.73%
G 147 of 307 ~ 47.88%
B 81 of 307 ~ 26.38%

%25.73
%47.88
%26.38

CMYK color model

#4F9351 color CMYK value is (46,0,45,42).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 42.35%
CMYK:
(46,0,45,42)
C46M0Y45K42 
(46%,0%,45%,42%)
(0.46/0.00/0.45/0.42)	

CMYK percentages

%46.26
%0
%44.9
%42.35

Codes

Color #4F9351 in popluar color models

4F9351
RGB7914781
HSL122°30.09%44.31%
HSB/HSV122°46.26%57.65%
CMYK46.26%0.00%44.90%
42.35%

Color #4F9351 in popluar number systems.

HEX4F9351
Decimal7914781
Binary1001111100100111010001
Octal117223121

Shades and tints

Shades of #4F9351

#4F9351
(79,147,81)
#48864A
(72,134,74)
#417943
(65,121,67)
#3A6C3C
(58,108,60)
#335F35
(51,95,53)
#2C522E
(44,82,46)
#254527
(37,69,39)
#1E3820
(30,56,32)
#172B19
(23,43,25)
#101E12
(16,30,18)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #4F9351

#4F9351
(79,147,81)
#5F9C60
(95,156,96)
#6FA56F
(111,165,111)
#7FAE7E
(127,174,126)
#8FB78D
(143,183,141)
#9FC09C
(159,192,156)
#AFC9AB
(175,201,171)
#BFD2BA
(191,210,186)
#CFDBC9
(207,219,201)
#DFE4D8
(223,228,216)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9351 color. Also use rgb(79,147,81) instead hex code.

Text Font Color

.myTextColor { color: #4F9351; }

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

This text font color is #4F9351.


Background Color

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

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

This div background color is #4F9351.


Border color

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

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

This div border color is #4F9351.


Opacity

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

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

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

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

This text has shadow with #4F9351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9351 on black background.


Color preview on white background

This text has color #4F9351 on white background.



Black color preview on #4F9351 background

This text has black color on #4F9351 background.


White color preview on #4F9351 background

This text has white color on #4F9351 background.