COLOR #4F546F

HEX: #4F546F RGB: (79,84,111)

Color info

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

RGB color model

#4F546F color RGB value is (79,84,111).

RGB: (79,84,111) (31%, 33%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 111 of 255 = 44%

79
84
111

R + G + B ~ 36%. #4F546F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 84 + 111 = 274 (100%)
R 79 of 274 ~ 28.83%
G 84 of 274 ~ 30.66%
B 111 of 274 ~ 40.51'%

%28.83
%30.66
%40.51

CMYK color model

#4F546F color CMYK value is (29,24,0,56).

  • cyan value is 28.83%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (29,24,0,56) C29M24Y0K56 (29%,24%,0%,56%) (0.29/0.24/0.00/0.56) 

CMYK percentages

%28.83
%24.32
%0
%56.47

Codes

Color #4F546F in popluar color models

4F 54 6F
RGB 79 84 111
HSL 231° 16.84% 37.25%
HSB/HSV 231° 28.83% 43.53%
CMYK 28.83% 24.32% 0.00%
56.47%

Color #4F546F in popluar number systems.

HEX 4F 54 6F
Decimal 79 84 111
Binary 1001111 1010100 1101111
Octal 117 124 157

Shades and tints

Shades of #4F546F

#4F546F
(79,84,111)
#484D65
(72,77,101)
#41465B
(65,70,91)
#3A3F51
(58,63,81)
#333847
(51,56,71)
#2C313D
(44,49,61)
#252A33
(37,42,51)
#1E2329
(30,35,41)
#171C1F
(23,28,31)
#101515
(16,21,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F546F

#4F546F
(79,84,111)
#5F637C
(95,99,124)
#6F7289
(111,114,137)
#7F8196
(127,129,150)
#8F90A3
(143,144,163)
#9F9FB0
(159,159,176)
#AFAEBD
(175,174,189)
#BFBDCA
(191,189,202)
#CFCCD7
(207,204,215)
#DFDBE4
(223,219,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F546F color. Also use rgb(79,84,111) instead hex code.

Text Font Color

.myTextColor { color: #4F546F; }

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

This text font color is #4F546F.

Background Color

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

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

This div background color is #4F546F.

Border color

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

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

This div border color is #4F546F.

Opacity

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

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

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

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

This text has shadow with #4F546F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F546F.

Preview

Color preview on black background

This text has color #4F546F on black background.


Color preview on white background

This text has color #4F546F on white background.


Black color preview on #4F546F background

This text has black color on #4F546F background.


White color preview on #4F546F background

This text has white color on #4F546F background.


Related colors

Complementary color

Complementary color for #hex is #B0AB90.


I love getcolorcode.com

Triadic colors

1 #6F4F54 and #546F4F with #4F546F are triadic colors.

2 #6F544F and #544F6F with #4F546F are triadic colors.