COLOR #4F535A

HEX: #4F535A RGB: (79,83,90)

Color info

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

RGB color model

#4F535A color RGB value is (79,83,90).

RGB: (79,83,90) (31%, 33%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 90 of 255 = 35%

79
83
90

R + G + B ~ 33%. #4F535A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 83 + 90 = 252 (100%)
R 79 of 252 ~ 31.35%
G 83 of 252 ~ 32.94%
B 90 of 252 ~ 35.71'%

%31.35
%32.94
%35.71

CMYK color model

#4F535A color CMYK value is (12,8,0,65).

  • cyan value is 12.22%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (12,8,0,65)
C12M8Y0K65 (12%, 8%, 0%, 65%)
(0.12 / 0.08 / 0.00 / 0.65)

CMYK percentages

%12.22
%7.78
%0
%64.71

Codes

Color #4F535A in popluar color models

4F 53 5A
RGB 79 83 90
HSL 218° 6.51% 33.14%
HSB/HSV 218° 12.22% 35.29%
CMYK 12.22% 7.78% 0.00%
64.71%

Color #4F535A in popluar number systems.

HEX 4F 53 5A
Decimal 79 83 90
Binary 1001111 1010011 1011010
Octal 117 123 132

Shades and tints

Shades of #4F535A

#4F535A
(79,83,90)
#484C52
(72,76,82)
#41454A
(65,69,74)
#3A3E42
(58,62,66)
#33373A
(51,55,58)
#2C3032
(44,48,50)
#25292A
(37,41,42)
#1E2222
(30,34,34)
#171B1A
(23,27,26)
#101412
(16,20,18)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F535A

#4F535A
(79,83,90)
#5F6269
(95,98,105)
#6F7178
(111,113,120)
#7F8087
(127,128,135)
#8F8F96
(143,143,150)
#9F9EA5
(159,158,165)
#AFADB4
(175,173,180)
#BFBCC3
(191,188,195)
#CFCBD2
(207,203,210)
#DFDAE1
(223,218,225)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F535A; }

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

This text font color is #4F535A.

Background Color

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

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

This div background color is #4F535A.

Border color

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

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

This div border color is #4F535A.

Opacity

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

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

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

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

This text has shadow with #4F535A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F535A.

Preview

Color preview on black background

This text has color #4F535A on black background.


Color preview on white background

This text has color #4F535A on white background.


Black color preview on #4F535A background

This text has black color on #4F535A background.


White color preview on #4F535A background

This text has white color on #4F535A background.


Related colors

Complementary color

Complementary color for #hex is #B0ACA5.


I love getcolorcode.com

Triadic colors

1 #5A4F53 and #535A4F with #4F535A are triadic colors.

2 #5A534F and #534F5A with #4F535A are triadic colors.