COLOR #4F526F

HEX: #4F526F
RGB: (79,82,111)

Color info

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

RGB color model

#4F526F color RGB value is (79,82,111).

  • red value is 79;
  • green value is 82;
  • blue value is 111.
RGB:
(79,82,111)
(31%,32%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 111 of 255 = 44%

79
82
111

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

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 111 = 272 (100%)
R 79 of 272 ~ 29.04%
G 82 of 272 ~ 30.15%
B 111 of 272 ~ 40.81%

%29.04
%30.15
%40.81

CMYK color model

#4F526F color CMYK value is (29,26,0,56).

  • cyan value is 28.83%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(29,26,0,56)
C29M26Y0K56 
(29%,26%,0%,56%)
(0.29/0.26/0.00/0.56)	

CMYK percentages

%28.83
%26.13
%0
%56.47

Codes

Color #4F526F in popluar color models

4F526F
RGB7982111
HSL234°16.84%37.25%
HSB/HSV234°28.83%43.53%
CMYK28.83%26.13%0.00%
56.47%

Color #4F526F in popluar number systems.

HEX4F526F
Decimal7982111
Binary100111110100101101111
Octal117122157

Shades and tints

Shades of #4F526F

#4F526F
(79,82,111)
#484B65
(72,75,101)
#41445B
(65,68,91)
#3A3D51
(58,61,81)
#333647
(51,54,71)
#2C2F3D
(44,47,61)
#252833
(37,40,51)
#1E2129
(30,33,41)
#171A1F
(23,26,31)
#101315
(16,19,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F526F

#4F526F
(79,82,111)
#5F617C
(95,97,124)
#6F7089
(111,112,137)
#7F7F96
(127,127,150)
#8F8EA3
(143,142,163)
#9F9DB0
(159,157,176)
#AFACBD
(175,172,189)
#BFBBCA
(191,187,202)
#CFCAD7
(207,202,215)
#DFD9E4
(223,217,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F526F; }

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

This text font color is #4F526F.


Background Color

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

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

This div background color is #4F526F.


Border color

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

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

This div border color is #4F526F.


Opacity

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

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

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

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

This text has shadow with #4F526F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F526F on black background.


Color preview on white background

This text has color #4F526F on white background.



Black color preview on #4F526F background

This text has black color on #4F526F background.


White color preview on #4F526F background

This text has white color on #4F526F background.