COLOR #4F9463

HEX: #4F9463
RGB: (79,148,99)

Color info

#4F9463 contains mainly green and blue colors. Web safe color of #4F9463 is #669966 (or #696).

RGB color model

#4F9463 color RGB value is (79,148,99).

  • red value is 79;
  • green value is 148;
  • blue value is 99.
RGB:
(79,148,99)
(31%,58%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 99 of 255 = 39%

79
148
99

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

Portions of RGB colors in percentages

R + G + B =
79 + 148 + 99 = 326 (100%)
R 79 of 326 ~ 24.23%
G 148 of 326 ~ 45.4%
B 99 of 326 ~ 30.37%

%24.23
%45.4
%30.37

CMYK color model

#4F9463 color CMYK value is (47,0,33,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(47,0,33,42)
C47M0Y33K42 
(47%,0%,33%,42%)
(0.47/0.00/0.33/0.42)	

CMYK percentages

%46.62
%0
%33.11
%41.96

Codes

Color #4F9463 in popluar color models

4F9463
RGB7914899
HSL137°30.40%44.51%
HSB/HSV137°46.62%58.04%
CMYK46.62%0.00%33.11%
41.96%

Color #4F9463 in popluar number systems.

HEX4F9463
Decimal7914899
Binary1001111100101001100011
Octal117224143

Shades and tints

Shades of #4F9463

#4F9463
(79,148,99)
#48875A
(72,135,90)
#417A51
(65,122,81)
#3A6D48
(58,109,72)
#33603F
(51,96,63)
#2C5336
(44,83,54)
#25462D
(37,70,45)
#1E3924
(30,57,36)
#172C1B
(23,44,27)
#101F12
(16,31,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #4F9463

#4F9463
(79,148,99)
#5F9D71
(95,157,113)
#6FA67F
(111,166,127)
#7FAF8D
(127,175,141)
#8FB89B
(143,184,155)
#9FC1A9
(159,193,169)
#AFCAB7
(175,202,183)
#BFD3C5
(191,211,197)
#CFDCD3
(207,220,211)
#DFE5E1
(223,229,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9463 color. Also use rgb(79,148,99) instead hex code.

Text Font Color

.myTextColor { color: #4F9463; }

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

This text font color is #4F9463.


Background Color

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

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

This div background color is #4F9463.


Border color

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

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

This div border color is #4F9463.


Opacity

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

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

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

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

This text has shadow with #4F9463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9463 on black background.


Color preview on white background

This text has color #4F9463 on white background.



Black color preview on #4F9463 background

This text has black color on #4F9463 background.


White color preview on #4F9463 background

This text has white color on #4F9463 background.