COLOR #4F6C7F

HEX: #4F6C7F RGB: (79,108,127)

Color info

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

RGB color model

#4F6C7F color RGB value is (79,108,127).

RGB: (79,108,127) (31%, 42%, 50%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 127 of 255 = 50%

79
108
127

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

Portions of RGB colors in percentages

R + G + B = 79 + 108 + 127 = 314 (100%)
R 79 of 314 ~ 25.16%
G 108 of 314 ~ 34.39%
B 127 of 314 ~ 40.45'%

%25.16
%34.39
%40.45

CMYK color model

#4F6C7F color CMYK value is (38,15,0,50).

  • cyan value is 37.80%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (38,15,0,50)
C38M15Y0K50 (38%, 15%, 0%, 50%)
(0.38 / 0.15 / 0.00 / 0.50)

CMYK percentages

%37.8
%14.96
%0
%50.2

Codes

Color #4F6C7F in popluar color models

4F 6C 7F
RGB 79 108 127
HSL 204° 23.30% 40.39%
HSB/HSV 204° 37.80% 49.80%
CMYK 37.80% 14.96% 0.00%
50.20%

Color #4F6C7F in popluar number systems.

HEX 4F 6C 7F
Decimal 79 108 127
Binary 1001111 1101100 1111111
Octal 117 154 177

Shades and tints

Shades of #4F6C7F

#4F6C7F
(79,108,127)
#486374
(72,99,116)
#415A69
(65,90,105)
#3A515E
(58,81,94)
#334853
(51,72,83)
#2C3F48
(44,63,72)
#25363D
(37,54,61)
#1E2D32
(30,45,50)
#172427
(23,36,39)
#101B1C
(16,27,28)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #4F6C7F

#4F6C7F
(79,108,127)
#5F798A
(95,121,138)
#6F8695
(111,134,149)
#7F93A0
(127,147,160)
#8FA0AB
(143,160,171)
#9FADB6
(159,173,182)
#AFBAC1
(175,186,193)
#BFC7CC
(191,199,204)
#CFD4D7
(207,212,215)
#DFE1E2
(223,225,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6C7F; }

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

This text font color is #4F6C7F.

Background Color

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

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

This div background color is #4F6C7F.

Border color

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

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

This div border color is #4F6C7F.

Opacity

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

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

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

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

This text has shadow with #4F6C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6C7F.

Preview

Color preview on black background

This text has color #4F6C7F on black background.


Color preview on white background

This text has color #4F6C7F on white background.


Black color preview on #4F6C7F background

This text has black color on #4F6C7F background.


White color preview on #4F6C7F background

This text has white color on #4F6C7F background.


Related colors

Complementary color

Complementary color for #hex is #B09380.


I love getcolorcode.com

Triadic colors

1 #7F4F6C and #6C7F4F with #4F6C7F are triadic colors.

2 #7F6C4F and #6C4F7F with #4F6C7F are triadic colors.