COLOR #4F9A6E

HEX: #4F9A6E
RGB: (79,154,110)

Color info

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

RGB color model

#4F9A6E color RGB value is (79,154,110).

  • red value is 79;
  • green value is 154;
  • blue value is 110.
RGB:
(79,154,110)
(31%,60%,43%)

RGB channels and saturation

R 79 of 255 = 31%
G 154 of 255 = 60%
B 110 of 255 = 43%

79
154
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 154 + 110 = 343 (100%)
R 79 of 343 ~ 23.03%
G 154 of 343 ~ 44.9%
B 110 of 343 ~ 32.07%

%23.03
%44.9
%32.07

CMYK color model

#4F9A6E color CMYK value is (49,0,29,40).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(49,0,29,40)
C49M0Y29K40 
(49%,0%,29%,40%)
(0.49/0.00/0.29/0.40)	

CMYK percentages

%48.7
%0
%28.57
%39.61

Codes

Color #4F9A6E in popluar color models

4F9A6E
RGB79154110
HSL145°32.19%45.69%
HSB/HSV145°48.70%60.39%
CMYK48.70%0.00%28.57%
39.61%

Color #4F9A6E in popluar number systems.

HEX4F9A6E
Decimal79154110
Binary1001111100110101101110
Octal117232156

Shades and tints

Shades of #4F9A6E

#4F9A6E
(79,154,110)
#488C64
(72,140,100)
#417E5A
(65,126,90)
#3A7050
(58,112,80)
#336246
(51,98,70)
#2C543C
(44,84,60)
#254632
(37,70,50)
#1E3828
(30,56,40)
#172A1E
(23,42,30)
#101C14
(16,28,20)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F9A6E

#4F9A6E
(79,154,110)
#5FA37B
(95,163,123)
#6FAC88
(111,172,136)
#7FB595
(127,181,149)
#8FBEA2
(143,190,162)
#9FC7AF
(159,199,175)
#AFD0BC
(175,208,188)
#BFD9C9
(191,217,201)
#CFE2D6
(207,226,214)
#DFEBE3
(223,235,227)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9A6E color. Also use rgb(79,154,110) instead hex code.

Text Font Color

.myTextColor { color: #4F9A6E; }

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

This text font color is #4F9A6E.


Background Color

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

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

This div background color is #4F9A6E.


Border color

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

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

This div border color is #4F9A6E.


Opacity

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

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

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

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

This text has shadow with #4F9A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9A6E on black background.


Color preview on white background

This text has color #4F9A6E on white background.



Black color preview on #4F9A6E background

This text has black color on #4F9A6E background.


White color preview on #4F9A6E background

This text has white color on #4F9A6E background.