COLOR #4F465D

HEX: #4F465D
RGB: (79,70,93)

Color info

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

RGB color model

#4F465D color RGB value is (79,70,93).

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

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 93 of 255 = 36%

79
70
93

R + G + B ~ 31%. #4F465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 93 = 242 (100%)
R 79 of 242 ~ 32.64%
G 70 of 242 ~ 28.93%
B 93 of 242 ~ 38.43%

%32.64
%28.93
%38.43

CMYK color model

#4F465D color CMYK value is (15,25,0,64).

  • cyan value is 15.05%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,25,0,64)
C15M25Y0K64 
(15%,25%,0%,64%)
(0.15/0.25/0.00/0.64)	

CMYK percentages

%15.05
%24.73
%0
%63.53

Codes

Color #4F465D in popluar color models

4F465D
RGB797093
HSL263°14.11%31.96%
HSB/HSV263°24.73%36.47%
CMYK15.05%24.73%0.00%
63.53%

Color #4F465D in popluar number systems.

HEX4F465D
Decimal797093
Binary100111110001101011101
Octal117106135

Shades and tints

Shades of #4F465D

#4F465D
(79,70,93)
#484055
(72,64,85)
#413A4D
(65,58,77)
#3A3445
(58,52,69)
#332E3D
(51,46,61)
#2C2835
(44,40,53)
#25222D
(37,34,45)
#1E1C25
(30,28,37)
#17161D
(23,22,29)
#101015
(16,16,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F465D

#4F465D
(79,70,93)
#5F566B
(95,86,107)
#6F6679
(111,102,121)
#7F7687
(127,118,135)
#8F8695
(143,134,149)
#9F96A3
(159,150,163)
#AFA6B1
(175,166,177)
#BFB6BF
(191,182,191)
#CFC6CD
(207,198,205)
#DFD6DB
(223,214,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F465D; }

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

This text font color is #4F465D.


Background Color

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

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

This div background color is #4F465D.


Border color

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

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

This div border color is #4F465D.


Opacity

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

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

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

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

This text has shadow with #4F465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F465D on black background.


Color preview on white background

This text has color #4F465D on white background.



Black color preview on #4F465D background

This text has black color on #4F465D background.


White color preview on #4F465D background

This text has white color on #4F465D background.