COLOR #4F6C78

HEX: #4F6C78
RGB: (79,108,120)

Color info

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

RGB color model

#4F6C78 color RGB value is (79,108,120).

  • red value is 79;
  • green value is 108;
  • blue value is 120.
RGB:
(79,108,120)
(31%,42%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 120 of 255 = 47%

79
108
120

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

Portions of RGB colors in percentages

R + G + B =
79 + 108 + 120 = 307 (100%)
R 79 of 307 ~ 25.73%
G 108 of 307 ~ 35.18%
B 120 of 307 ~ 39.09%

%25.73
%35.18
%39.09

CMYK color model

#4F6C78 color CMYK value is (34,10,0,53).

  • cyan value is 34.17%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(34,10,0,53)
C34M10Y0K53 
(34%,10%,0%,53%)
(0.34/0.10/0.00/0.53)	

CMYK percentages

%34.17
%10
%0
%52.94

Codes

Color #4F6C78 in popluar color models

4F6C78
RGB79108120
HSL198°20.60%39.02%
HSB/HSV198°34.17%47.06%
CMYK34.17%10.00%0.00%
52.94%

Color #4F6C78 in popluar number systems.

HEX4F6C78
Decimal79108120
Binary100111111011001111000
Octal117154170

Shades and tints

Shades of #4F6C78

#4F6C78
(79,108,120)
#48636E
(72,99,110)
#415A64
(65,90,100)
#3A515A
(58,81,90)
#334850
(51,72,80)
#2C3F46
(44,63,70)
#25363C
(37,54,60)
#1E2D32
(30,45,50)
#172428
(23,36,40)
#101B1E
(16,27,30)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #4F6C78

#4F6C78
(79,108,120)
#5F7984
(95,121,132)
#6F8690
(111,134,144)
#7F939C
(127,147,156)
#8FA0A8
(143,160,168)
#9FADB4
(159,173,180)
#AFBAC0
(175,186,192)
#BFC7CC
(191,199,204)
#CFD4D8
(207,212,216)
#DFE1E4
(223,225,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6C78 color. Also use rgb(79,108,120) instead hex code.

Text Font Color

.myTextColor { color: #4F6C78; }

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

This text font color is #4F6C78.


Background Color

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

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

This div background color is #4F6C78.


Border color

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

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

This div border color is #4F6C78.


Opacity

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

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

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

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

This text has shadow with #4F6C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6C78 on black background.


Color preview on white background

This text has color #4F6C78 on white background.



Black color preview on #4F6C78 background

This text has black color on #4F6C78 background.


White color preview on #4F6C78 background

This text has white color on #4F6C78 background.