COLOR #4F4455

HEX: #4F4455
RGB: (79,68,85)

Color info

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

RGB color model

#4F4455 color RGB value is (79,68,85).

  • red value is 79;
  • green value is 68;
  • blue value is 85.
RGB:
(79,68,85)
(31%,27%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 85 of 255 = 33%

79
68
85

R + G + B ~ 30%. #4F4455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 85 = 232 (100%)
R 79 of 232 ~ 34.05%
G 68 of 232 ~ 29.31%
B 85 of 232 ~ 36.64%

%34.05
%29.31
%36.64

CMYK color model

#4F4455 color CMYK value is (7,20,0,67).

  • cyan value is 7.06%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(7,20,0,67)
C7M20Y0K67 
(7%,20%,0%,67%)
(0.07/0.20/0.00/0.67)	

CMYK percentages

%7.06
%20
%0
%66.67

Codes

Color #4F4455 in popluar color models

4F4455
RGB796885
HSL279°11.11%30.00%
HSB/HSV279°20.00%33.33%
CMYK7.06%20.00%0.00%
66.67%

Color #4F4455 in popluar number systems.

HEX4F4455
Decimal796885
Binary100111110001001010101
Octal117104125

Shades and tints

Shades of #4F4455

#4F4455
(79,68,85)
#483E4E
(72,62,78)
#413847
(65,56,71)
#3A3240
(58,50,64)
#332C39
(51,44,57)
#2C2632
(44,38,50)
#25202B
(37,32,43)
#1E1A24
(30,26,36)
#17141D
(23,20,29)
#100E16
(16,14,22)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #4F4455

#4F4455
(79,68,85)
#5F5564
(95,85,100)
#6F6673
(111,102,115)
#7F7782
(127,119,130)
#8F8891
(143,136,145)
#9F99A0
(159,153,160)
#AFAAAF
(175,170,175)
#BFBBBE
(191,187,190)
#CFCCCD
(207,204,205)
#DFDDDC
(223,221,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4455 color. Also use rgb(79,68,85) instead hex code.

Text Font Color

.myTextColor { color: #4F4455; }

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

This text font color is #4F4455.


Background Color

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

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

This div background color is #4F4455.


Border color

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

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

This div border color is #4F4455.


Opacity

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

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

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

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

This text has shadow with #4F4455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4455 on black background.


Color preview on white background

This text has color #4F4455 on white background.



Black color preview on #4F4455 background

This text has black color on #4F4455 background.


White color preview on #4F4455 background

This text has white color on #4F4455 background.