COLOR #4F766F

HEX: #4F766F
RGB: (79,118,111)

Color info

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

RGB color model

#4F766F color RGB value is (79,118,111).

  • red value is 79;
  • green value is 118;
  • blue value is 111.
RGB:
(79,118,111)
(31%,46%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 111 of 255 = 44%

79
118
111

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

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 111 = 308 (100%)
R 79 of 308 ~ 25.65%
G 118 of 308 ~ 38.31%
B 111 of 308 ~ 36.04%

%25.65
%38.31
%36.04

CMYK color model

#4F766F color CMYK value is (33,0,6,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(33,0,6,54)
C33M0Y6K54 
(33%,0%,6%,54%)
(0.33/0.00/0.06/0.54)	

CMYK percentages

%33.05
%0
%5.93
%53.73

Codes

Color #4F766F in popluar color models

4F766F
RGB79118111
HSL169°19.80%38.63%
HSB/HSV169°33.05%46.27%
CMYK33.05%0.00%5.93%
53.73%

Color #4F766F in popluar number systems.

HEX4F766F
Decimal79118111
Binary100111111101101101111
Octal117166157

Shades and tints

Shades of #4F766F

#4F766F
(79,118,111)
#486C65
(72,108,101)
#41625B
(65,98,91)
#3A5851
(58,88,81)
#334E47
(51,78,71)
#2C443D
(44,68,61)
#253A33
(37,58,51)
#1E3029
(30,48,41)
#17261F
(23,38,31)
#101C15
(16,28,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F766F

#4F766F
(79,118,111)
#5F827C
(95,130,124)
#6F8E89
(111,142,137)
#7F9A96
(127,154,150)
#8FA6A3
(143,166,163)
#9FB2B0
(159,178,176)
#AFBEBD
(175,190,189)
#BFCACA
(191,202,202)
#CFD6D7
(207,214,215)
#DFE2E4
(223,226,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F766F color. Also use rgb(79,118,111) instead hex code.

Text Font Color

.myTextColor { color: #4F766F; }

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

This text font color is #4F766F.


Background Color

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

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

This div background color is #4F766F.


Border color

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

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

This div border color is #4F766F.


Opacity

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

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

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

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

This text has shadow with #4F766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F766F on black background.


Color preview on white background

This text has color #4F766F on white background.



Black color preview on #4F766F background

This text has black color on #4F766F background.


White color preview on #4F766F background

This text has white color on #4F766F background.