COLOR #4F6B76

HEX: #4F6B76
RGB: (79,107,118)

Color info

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

RGB color model

#4F6B76 color RGB value is (79,107,118).

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

RGB channels and saturation

R 79 of 255 = 31%
G 107 of 255 = 42%
B 118 of 255 = 46%

79
107
118

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

Portions of RGB colors in percentages

R + G + B =
79 + 107 + 118 = 304 (100%)
R 79 of 304 ~ 25.99%
G 107 of 304 ~ 35.2%
B 118 of 304 ~ 38.82%

%25.99
%35.2
%38.82

CMYK color model

#4F6B76 color CMYK value is (33,9,0,54).

  • cyan value is 33.05%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,9,0,54)
C33M9Y0K54 
(33%,9%,0%,54%)
(0.33/0.09/0.00/0.54)	

CMYK percentages

%33.05
%9.32
%0
%53.73

Codes

Color #4F6B76 in popluar color models

4F6B76
RGB79107118
HSL197°19.80%38.63%
HSB/HSV197°33.05%46.27%
CMYK33.05%9.32%0.00%
53.73%

Color #4F6B76 in popluar number systems.

HEX4F6B76
Decimal79107118
Binary100111111010111110110
Octal117153166

Shades and tints

Shades of #4F6B76

#4F6B76
(79,107,118)
#48626C
(72,98,108)
#415962
(65,89,98)
#3A5058
(58,80,88)
#33474E
(51,71,78)
#2C3E44
(44,62,68)
#25353A
(37,53,58)
#1E2C30
(30,44,48)
#172326
(23,35,38)
#101A1C
(16,26,28)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #4F6B76

#4F6B76
(79,107,118)
#5F7882
(95,120,130)
#6F858E
(111,133,142)
#7F929A
(127,146,154)
#8F9FA6
(143,159,166)
#9FACB2
(159,172,178)
#AFB9BE
(175,185,190)
#BFC6CA
(191,198,202)
#CFD3D6
(207,211,214)
#DFE0E2
(223,224,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6B76; }

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

This text font color is #4F6B76.


Background Color

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

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

This div background color is #4F6B76.


Border color

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

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

This div border color is #4F6B76.


Opacity

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

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

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

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

This text has shadow with #4F6B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6B76 on black background.


Color preview on white background

This text has color #4F6B76 on white background.



Black color preview on #4F6B76 background

This text has black color on #4F6B76 background.


White color preview on #4F6B76 background

This text has white color on #4F6B76 background.