COLOR #4F967A

HEX: #4F967A
RGB: (79,150,122)

Color info

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

RGB color model

#4F967A color RGB value is (79,150,122).

  • red value is 79;
  • green value is 150;
  • blue value is 122.
RGB:
(79,150,122)
(31%,59%,48%)

RGB channels and saturation

R 79 of 255 = 31%
G 150 of 255 = 59%
B 122 of 255 = 48%

79
150
122

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

Portions of RGB colors in percentages

R + G + B =
79 + 150 + 122 = 351 (100%)
R 79 of 351 ~ 22.51%
G 150 of 351 ~ 42.74%
B 122 of 351 ~ 34.76%

%22.51
%42.74
%34.76

CMYK color model

#4F967A color CMYK value is (47,0,19,41).

  • cyan value is 47.33%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(47,0,19,41)
C47M0Y19K41 
(47%,0%,19%,41%)
(0.47/0.00/0.19/0.41)	

CMYK percentages

%47.33
%0
%18.67
%41.18

Codes

Color #4F967A in popluar color models

4F967A
RGB79150122
HSL156°31.00%44.90%
HSB/HSV156°47.33%58.82%
CMYK47.33%0.00%18.67%
41.18%

Color #4F967A in popluar number systems.

HEX4F967A
Decimal79150122
Binary1001111100101101111010
Octal117226172

Shades and tints

Shades of #4F967A

#4F967A
(79,150,122)
#48896F
(72,137,111)
#417C64
(65,124,100)
#3A6F59
(58,111,89)
#33624E
(51,98,78)
#2C5543
(44,85,67)
#254838
(37,72,56)
#1E3B2D
(30,59,45)
#172E22
(23,46,34)
#102117
(16,33,23)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #4F967A

#4F967A
(79,150,122)
#5F9F86
(95,159,134)
#6FA892
(111,168,146)
#7FB19E
(127,177,158)
#8FBAAA
(143,186,170)
#9FC3B6
(159,195,182)
#AFCCC2
(175,204,194)
#BFD5CE
(191,213,206)
#CFDEDA
(207,222,218)
#DFE7E6
(223,231,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F967A color. Also use rgb(79,150,122) instead hex code.

Text Font Color

.myTextColor { color: #4F967A; }

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

This text font color is #4F967A.


Background Color

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

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

This div background color is #4F967A.


Border color

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

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

This div border color is #4F967A.


Opacity

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

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

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

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

This text has shadow with #4F967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F967A on black background.


Color preview on white background

This text has color #4F967A on white background.



Black color preview on #4F967A background

This text has black color on #4F967A background.


White color preview on #4F967A background

This text has white color on #4F967A background.