COLOR #4F7970

HEX: #4F7970
RGB: (79,121,112)

Color info

#4F7970 contains red, green and blue colors in about the same proportion. Web safe color of #4F7970 is #666666 (or #666).

RGB color model

#4F7970 color RGB value is (79,121,112).

  • red value is 79;
  • green value is 121;
  • blue value is 112.
RGB:
(79,121,112)
(31%,47%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 112 of 255 = 44%

79
121
112

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 112 = 312 (100%)
R 79 of 312 ~ 25.32%
G 121 of 312 ~ 38.78%
B 112 of 312 ~ 35.9%

%25.32
%38.78
%35.9

CMYK color model

#4F7970 color CMYK value is (35,0,7,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(35,0,7,53)
C35M0Y7K53 
(35%,0%,7%,53%)
(0.35/0.00/0.07/0.53)	

CMYK percentages

%34.71
%0
%7.44
%52.55

Codes

Color #4F7970 in popluar color models

4F7970
RGB79121112
HSL167°21.00%39.22%
HSB/HSV167°34.71%47.45%
CMYK34.71%0.00%7.44%
52.55%

Color #4F7970 in popluar number systems.

HEX4F7970
Decimal79121112
Binary100111111110011110000
Octal117171160

Shades and tints

Shades of #4F7970

#4F7970
(79,121,112)
#486E66
(72,110,102)
#41635C
(65,99,92)
#3A5852
(58,88,82)
#334D48
(51,77,72)
#2C423E
(44,66,62)
#253734
(37,55,52)
#1E2C2A
(30,44,42)
#172120
(23,33,32)
#101616
(16,22,22)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F7970

#4F7970
(79,121,112)
#5F857D
(95,133,125)
#6F918A
(111,145,138)
#7F9D97
(127,157,151)
#8FA9A4
(143,169,164)
#9FB5B1
(159,181,177)
#AFC1BE
(175,193,190)
#BFCDCB
(191,205,203)
#CFD9D8
(207,217,216)
#DFE5E5
(223,229,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7970 color. Also use rgb(79,121,112) instead hex code.

Text Font Color

.myTextColor { color: #4F7970; }

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

This text font color is #4F7970.


Background Color

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

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

This div background color is #4F7970.


Border color

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

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

This div border color is #4F7970.


Opacity

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

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

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

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

This text has shadow with #4F7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7970 on black background.


Color preview on white background

This text has color #4F7970 on white background.



Black color preview on #4F7970 background

This text has black color on #4F7970 background.


White color preview on #4F7970 background

This text has white color on #4F7970 background.