COLOR #4F546E

HEX: #4F546E
RGB: (79,84,110)

Color info

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

RGB color model

#4F546E color RGB value is (79,84,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 110 of 255 = 43%

79
84
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 110 = 273 (100%)
R 79 of 273 ~ 28.94%
G 84 of 273 ~ 30.77%
B 110 of 273 ~ 40.29%

%28.94
%30.77
%40.29

CMYK color model

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

  • cyan value is 28.18%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(28,24,0,57)
C28M24Y0K57 
(28%,24%,0%,57%)
(0.28/0.24/0.00/0.57)	

CMYK percentages

%28.18
%23.64
%0
%56.86

Codes

Color #4F546E in popluar color models

4F546E
RGB7984110
HSL230°16.40%37.06%
HSB/HSV230°28.18%43.14%
CMYK28.18%23.64%0.00%
56.86%

Color #4F546E in popluar number systems.

HEX4F546E
Decimal7984110
Binary100111110101001101110
Octal117124156

Shades and tints

Shades of #4F546E

#4F546E
(79,84,110)
#484D64
(72,77,100)
#41465A
(65,70,90)
#3A3F50
(58,63,80)
#333846
(51,56,70)
#2C313C
(44,49,60)
#252A32
(37,42,50)
#1E2328
(30,35,40)
#171C1E
(23,28,30)
#101514
(16,21,20)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F546E

#4F546E
(79,84,110)
#5F637B
(95,99,123)
#6F7288
(111,114,136)
#7F8195
(127,129,149)
#8F90A2
(143,144,162)
#9F9FAF
(159,159,175)
#AFAEBC
(175,174,188)
#BFBDC9
(191,189,201)
#CFCCD6
(207,204,214)
#DFDBE3
(223,219,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F546E; }

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

This text font color is #4F546E.


Background Color

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

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

This div background color is #4F546E.


Border color

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

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

This div border color is #4F546E.


Opacity

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

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

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

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

This text has shadow with #4F546E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F546E on black background.


Color preview on white background

This text has color #4F546E on white background.



Black color preview on #4F546E background

This text has black color on #4F546E background.


White color preview on #4F546E background

This text has white color on #4F546E background.