COLOR #4F947A

HEX: #4F947A RGB: (79,148,122)

Color info

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

RGB color model

#4F947A color RGB value is (79,148,122).

RGB: (79,148,122) (31%, 58%, 48%)

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 122 of 255 = 48%

79
148
122

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

Portions of RGB colors in percentages

R + G + B = 79 + 148 + 122 = 349 (100%)
R 79 of 349 ~ 22.64%
G 148 of 349 ~ 42.41%
B 122 of 349 ~ 34.96'%

%22.64
%42.41
%34.96

CMYK color model

#4F947A color CMYK value is (47,0,18,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK: (47,0,18,42) C47M0Y18K42 (47%,0%,18%,42%) (0.47/0.00/0.18/0.42) 

CMYK percentages

%46.62
%0
%17.57
%41.96

Codes

Color #4F947A in popluar color models

4F 94 7A
RGB 79 148 122
HSL 157° 30.40% 44.51%
HSB/HSV 157° 46.62% 58.04%
CMYK 46.62% 0.00% 17.57%
41.96%

Color #4F947A in popluar number systems.

HEX 4F 94 7A
Decimal 79 148 122
Binary 1001111 10010100 1111010
Octal 117 224 172

Shades and tints

Shades of #4F947A

#4F947A
(79,148,122)
#48876F
(72,135,111)
#417A64
(65,122,100)
#3A6D59
(58,109,89)
#33604E
(51,96,78)
#2C5343
(44,83,67)
#254638
(37,70,56)
#1E392D
(30,57,45)
#172C22
(23,44,34)
#101F17
(16,31,23)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #4F947A

#4F947A
(79,148,122)
#5F9D86
(95,157,134)
#6FA692
(111,166,146)
#7FAF9E
(127,175,158)
#8FB8AA
(143,184,170)
#9FC1B6
(159,193,182)
#AFCAC2
(175,202,194)
#BFD3CE
(191,211,206)
#CFDCDA
(207,220,218)
#DFE5E6
(223,229,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F947A; }

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

This text font color is #4F947A.

Background Color

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

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

This div background color is #4F947A.

Border color

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

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

This div border color is #4F947A.

Opacity

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

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

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

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

This text has shadow with #4F947A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F947A.

Preview

Color preview on black background

This text has color #4F947A on black background.


Color preview on white background

This text has color #4F947A on white background.


Black color preview on #4F947A background

This text has black color on #4F947A background.


White color preview on #4F947A background

This text has white color on #4F947A background.


Related colors

Complementary color

Complementary color for #hex is #B06B85.


I love getcolorcode.com

Triadic colors

1 #7A4F94 and #947A4F with #4F947A are triadic colors.

2 #7A944F and #944F7A with #4F947A are triadic colors.