COLOR #4F475D

HEX: #4F475D
RGB: (79,71,93)

Color info

#4F475D contains red, green and blue colors in about the same proportion. Web safe color of #4F475D is #663366 (or #636).

RGB color model

#4F475D color RGB value is (79,71,93).

  • red value is 79;
  • green value is 71;
  • blue value is 93.
RGB:
(79,71,93)
(31%,28%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 93 of 255 = 36%

79
71
93

R + G + B ~ 32%. #4F475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 93 = 243 (100%)
R 79 of 243 ~ 32.51%
G 71 of 243 ~ 29.22%
B 93 of 243 ~ 38.27%

%32.51
%29.22
%38.27

CMYK color model

#4F475D color CMYK value is (15,24,0,64).

  • cyan value is 15.05%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,24,0,64)
C15M24Y0K64 
(15%,24%,0%,64%)
(0.15/0.24/0.00/0.64)	

CMYK percentages

%15.05
%23.66
%0
%63.53

Codes

Color #4F475D in popluar color models

4F475D
RGB797193
HSL262°13.41%32.16%
HSB/HSV262°23.66%36.47%
CMYK15.05%23.66%0.00%
63.53%

Color #4F475D in popluar number systems.

HEX4F475D
Decimal797193
Binary100111110001111011101
Octal117107135

Shades and tints

Shades of #4F475D

#4F475D
(79,71,93)
#484155
(72,65,85)
#413B4D
(65,59,77)
#3A3545
(58,53,69)
#332F3D
(51,47,61)
#2C2935
(44,41,53)
#25232D
(37,35,45)
#1E1D25
(30,29,37)
#17171D
(23,23,29)
#101115
(16,17,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #4F475D

#4F475D
(79,71,93)
#5F576B
(95,87,107)
#6F6779
(111,103,121)
#7F7787
(127,119,135)
#8F8795
(143,135,149)
#9F97A3
(159,151,163)
#AFA7B1
(175,167,177)
#BFB7BF
(191,183,191)
#CFC7CD
(207,199,205)
#DFD7DB
(223,215,219)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F475D color. Also use rgb(79,71,93) instead hex code.

Text Font Color

.myTextColor { color: #4F475D; }

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

This text font color is #4F475D.


Background Color

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

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

This div background color is #4F475D.


Border color

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

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

This div border color is #4F475D.


Opacity

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

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

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

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

This text has shadow with #4F475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F475D on black background.


Color preview on white background

This text has color #4F475D on white background.



Black color preview on #4F475D background

This text has black color on #4F475D background.


White color preview on #4F475D background

This text has white color on #4F475D background.