COLOR #4F6A6E

HEX: #4F6A6E
RGB: (79,106,110)

Color info

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

RGB color model

#4F6A6E color RGB value is (79,106,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 110 of 255 = 43%

79
106
110

R + G + B ~ 39%. #4F6A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 110 = 295 (100%)
R 79 of 295 ~ 26.78%
G 106 of 295 ~ 35.93%
B 110 of 295 ~ 37.29%

%26.78
%35.93
%37.29

CMYK color model

#4F6A6E color CMYK value is (28,4,0,57).

  • cyan value is 28.18%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(28,4,0,57)
C28M4Y0K57 
(28%,4%,0%,57%)
(0.28/0.04/0.00/0.57)	

CMYK percentages

%28.18
%3.64
%0
%56.86

Codes

Color #4F6A6E in popluar color models

4F6A6E
RGB79106110
HSL188°16.40%37.06%
HSB/HSV188°28.18%43.14%
CMYK28.18%3.64%0.00%
56.86%

Color #4F6A6E in popluar number systems.

HEX4F6A6E
Decimal79106110
Binary100111111010101101110
Octal117152156

Shades and tints

Shades of #4F6A6E

#4F6A6E
(79,106,110)
#486164
(72,97,100)
#41585A
(65,88,90)
#3A4F50
(58,79,80)
#334646
(51,70,70)
#2C3D3C
(44,61,60)
#253432
(37,52,50)
#1E2B28
(30,43,40)
#17221E
(23,34,30)
#101914
(16,25,20)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #4F6A6E

#4F6A6E
(79,106,110)
#5F777B
(95,119,123)
#6F8488
(111,132,136)
#7F9195
(127,145,149)
#8F9EA2
(143,158,162)
#9FABAF
(159,171,175)
#AFB8BC
(175,184,188)
#BFC5C9
(191,197,201)
#CFD2D6
(207,210,214)
#DFDFE3
(223,223,227)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6A6E; }

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

This text font color is #4F6A6E.


Background Color

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

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

This div background color is #4F6A6E.


Border color

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

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

This div border color is #4F6A6E.


Opacity

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

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

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

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

This text has shadow with #4F6A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A6E on black background.


Color preview on white background

This text has color #4F6A6E on white background.



Black color preview on #4F6A6E background

This text has black color on #4F6A6E background.


White color preview on #4F6A6E background

This text has white color on #4F6A6E background.