COLOR #4F7F70

HEX: #4F7F70
RGB: (79,127,112)

Color info

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

RGB color model

#4F7F70 color RGB value is (79,127,112).

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

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 112 of 255 = 44%

79
127
112

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

Portions of RGB colors in percentages

R + G + B =
79 + 127 + 112 = 318 (100%)
R 79 of 318 ~ 24.84%
G 127 of 318 ~ 39.94%
B 112 of 318 ~ 35.22%

%24.84
%39.94
%35.22

CMYK color model

#4F7F70 color CMYK value is (38,0,12,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(38,0,12,50)
C38M0Y12K50 
(38%,0%,12%,50%)
(0.38/0.00/0.12/0.50)	

CMYK percentages

%37.8
%0
%11.81
%50.2

Codes

Color #4F7F70 in popluar color models

4F7F70
RGB79127112
HSL161°23.30%40.39%
HSB/HSV161°37.80%49.80%
CMYK37.80%0.00%11.81%
50.20%

Color #4F7F70 in popluar number systems.

HEX4F7F70
Decimal79127112
Binary100111111111111110000
Octal117177160

Shades and tints

Shades of #4F7F70

#4F7F70
(79,127,112)
#487466
(72,116,102)
#41695C
(65,105,92)
#3A5E52
(58,94,82)
#335348
(51,83,72)
#2C483E
(44,72,62)
#253D34
(37,61,52)
#1E322A
(30,50,42)
#172720
(23,39,32)
#101C16
(16,28,22)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #4F7F70

#4F7F70
(79,127,112)
#5F8A7D
(95,138,125)
#6F958A
(111,149,138)
#7FA097
(127,160,151)
#8FABA4
(143,171,164)
#9FB6B1
(159,182,177)
#AFC1BE
(175,193,190)
#BFCCCB
(191,204,203)
#CFD7D8
(207,215,216)
#DFE2E5
(223,226,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7F70; }

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

This text font color is #4F7F70.


Background Color

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

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

This div background color is #4F7F70.


Border color

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

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

This div border color is #4F7F70.


Opacity

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

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

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

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

This text has shadow with #4F7F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7F70 on black background.


Color preview on white background

This text has color #4F7F70 on white background.



Black color preview on #4F7F70 background

This text has black color on #4F7F70 background.


White color preview on #4F7F70 background

This text has white color on #4F7F70 background.