COLOR #4F766E

HEX: #4F766E
RGB: (79,118,110)

Color info

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

RGB color model

#4F766E color RGB value is (79,118,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 110 of 255 = 43%

79
118
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 110 = 307 (100%)
R 79 of 307 ~ 25.73%
G 118 of 307 ~ 38.44%
B 110 of 307 ~ 35.83%

%25.73
%38.44
%35.83

CMYK color model

#4F766E color CMYK value is (33,0,7,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(33,0,7,54)
C33M0Y7K54 
(33%,0%,7%,54%)
(0.33/0.00/0.07/0.54)	

CMYK percentages

%33.05
%0
%6.78
%53.73

Codes

Color #4F766E in popluar color models

4F766E
RGB79118110
HSL168°19.80%38.63%
HSB/HSV168°33.05%46.27%
CMYK33.05%0.00%6.78%
53.73%

Color #4F766E in popluar number systems.

HEX4F766E
Decimal79118110
Binary100111111101101101110
Octal117166156

Shades and tints

Shades of #4F766E

#4F766E
(79,118,110)
#486C64
(72,108,100)
#41625A
(65,98,90)
#3A5850
(58,88,80)
#334E46
(51,78,70)
#2C443C
(44,68,60)
#253A32
(37,58,50)
#1E3028
(30,48,40)
#17261E
(23,38,30)
#101C14
(16,28,20)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #4F766E

#4F766E
(79,118,110)
#5F827B
(95,130,123)
#6F8E88
(111,142,136)
#7F9A95
(127,154,149)
#8FA6A2
(143,166,162)
#9FB2AF
(159,178,175)
#AFBEBC
(175,190,188)
#BFCAC9
(191,202,201)
#CFD6D6
(207,214,214)
#DFE2E3
(223,226,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F766E; }

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

This text font color is #4F766E.


Background Color

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

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

This div background color is #4F766E.


Border color

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

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

This div border color is #4F766E.


Opacity

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

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

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

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

This text has shadow with #4F766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F766E on black background.


Color preview on white background

This text has color #4F766E on white background.



Black color preview on #4F766E background

This text has black color on #4F766E background.


White color preview on #4F766E background

This text has white color on #4F766E background.