COLOR #4F536B

HEX: #4F536B
RGB: (79,83,107)

Color info

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

RGB color model

#4F536B color RGB value is (79,83,107).

  • red value is 79;
  • green value is 83;
  • blue value is 107.
RGB:
(79,83,107)
(31%,33%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 107 of 255 = 42%

79
83
107

R + G + B ~ 35%. #4F536B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 107 = 269 (100%)
R 79 of 269 ~ 29.37%
G 83 of 269 ~ 30.86%
B 107 of 269 ~ 39.78%

%29.37
%30.86
%39.78

CMYK color model

#4F536B color CMYK value is (26,22,0,58).

  • cyan value is 26.17%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,22,0,58)
C26M22Y0K58 
(26%,22%,0%,58%)
(0.26/0.22/0.00/0.58)	

CMYK percentages

%26.17
%22.43
%0
%58.04

Codes

Color #4F536B in popluar color models

4F536B
RGB7983107
HSL231°15.05%36.47%
HSB/HSV231°26.17%41.96%
CMYK26.17%22.43%0.00%
58.04%

Color #4F536B in popluar number systems.

HEX4F536B
Decimal7983107
Binary100111110100111101011
Octal117123153

Shades and tints

Shades of #4F536B

#4F536B
(79,83,107)
#484C62
(72,76,98)
#414559
(65,69,89)
#3A3E50
(58,62,80)
#333747
(51,55,71)
#2C303E
(44,48,62)
#252935
(37,41,53)
#1E222C
(30,34,44)
#171B23
(23,27,35)
#10141A
(16,20,26)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #4F536B

#4F536B
(79,83,107)
#5F6278
(95,98,120)
#6F7185
(111,113,133)
#7F8092
(127,128,146)
#8F8F9F
(143,143,159)
#9F9EAC
(159,158,172)
#AFADB9
(175,173,185)
#BFBCC6
(191,188,198)
#CFCBD3
(207,203,211)
#DFDAE0
(223,218,224)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F536B color. Also use rgb(79,83,107) instead hex code.

Text Font Color

.myTextColor { color: #4F536B; }

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

This text font color is #4F536B.


Background Color

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

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

This div background color is #4F536B.


Border color

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

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

This div border color is #4F536B.


Opacity

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

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

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

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

This text has shadow with #4F536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F536B on black background.


Color preview on white background

This text has color #4F536B on white background.



Black color preview on #4F536B background

This text has black color on #4F536B background.


White color preview on #4F536B background

This text has white color on #4F536B background.