COLOR #4F7F68

HEX: #4F7F68
RGB: (79,127,104)

Color info

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

RGB color model

#4F7F68 color RGB value is (79,127,104).

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

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 104 of 255 = 41%

79
127
104

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

Portions of RGB colors in percentages

R + G + B =
79 + 127 + 104 = 310 (100%)
R 79 of 310 ~ 25.48%
G 127 of 310 ~ 40.97%
B 104 of 310 ~ 33.55%

%25.48
%40.97
%33.55

CMYK color model

#4F7F68 color CMYK value is (38,0,18,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 50.20%
CMYK:
(38,0,18,50)
C38M0Y18K50 
(38%,0%,18%,50%)
(0.38/0.00/0.18/0.50)	

CMYK percentages

%37.8
%0
%18.11
%50.2

Codes

Color #4F7F68 in popluar color models

4F7F68
RGB79127104
HSL151°23.30%40.39%
HSB/HSV151°37.80%49.80%
CMYK37.80%0.00%18.11%
50.20%

Color #4F7F68 in popluar number systems.

HEX4F7F68
Decimal79127104
Binary100111111111111101000
Octal117177150

Shades and tints

Shades of #4F7F68

#4F7F68
(79,127,104)
#48745F
(72,116,95)
#416956
(65,105,86)
#3A5E4D
(58,94,77)
#335344
(51,83,68)
#2C483B
(44,72,59)
#253D32
(37,61,50)
#1E3229
(30,50,41)
#172720
(23,39,32)
#101C17
(16,28,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F7F68

#4F7F68
(79,127,104)
#5F8A75
(95,138,117)
#6F9582
(111,149,130)
#7FA08F
(127,160,143)
#8FAB9C
(143,171,156)
#9FB6A9
(159,182,169)
#AFC1B6
(175,193,182)
#BFCCC3
(191,204,195)
#CFD7D0
(207,215,208)
#DFE2DD
(223,226,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7F68; }

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

This text font color is #4F7F68.


Background Color

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

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

This div background color is #4F7F68.


Border color

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

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

This div border color is #4F7F68.


Opacity

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

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

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

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

This text has shadow with #4F7F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7F68 on black background.


Color preview on white background

This text has color #4F7F68 on white background.



Black color preview on #4F7F68 background

This text has black color on #4F7F68 background.


White color preview on #4F7F68 background

This text has white color on #4F7F68 background.