COLOR #4F455C

HEX: #4F455C
RGB: (79,69,92)

Color info

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

RGB color model

#4F455C color RGB value is (79,69,92).

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

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 92 of 255 = 36%

79
69
92

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

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 92 = 240 (100%)
R 79 of 240 ~ 32.92%
G 69 of 240 ~ 28.75%
B 92 of 240 ~ 38.33%

%32.92
%28.75
%38.33

CMYK color model

#4F455C color CMYK value is (14,25,0,64).

  • cyan value is 14.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(14,25,0,64)
C14M25Y0K64 
(14%,25%,0%,64%)
(0.14/0.25/0.00/0.64)	

CMYK percentages

%14.13
%25
%0
%63.92

Codes

Color #4F455C in popluar color models

4F455C
RGB796992
HSL266°14.29%31.57%
HSB/HSV266°25.00%36.08%
CMYK14.13%25.00%0.00%
63.92%

Color #4F455C in popluar number systems.

HEX4F455C
Decimal796992
Binary100111110001011011100
Octal117105134

Shades and tints

Shades of #4F455C

#4F455C
(79,69,92)
#483F54
(72,63,84)
#41394C
(65,57,76)
#3A3344
(58,51,68)
#332D3C
(51,45,60)
#2C2734
(44,39,52)
#25212C
(37,33,44)
#1E1B24
(30,27,36)
#17151C
(23,21,28)
#100F14
(16,15,20)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #4F455C

#4F455C
(79,69,92)
#5F556A
(95,85,106)
#6F6578
(111,101,120)
#7F7586
(127,117,134)
#8F8594
(143,133,148)
#9F95A2
(159,149,162)
#AFA5B0
(175,165,176)
#BFB5BE
(191,181,190)
#CFC5CC
(207,197,204)
#DFD5DA
(223,213,218)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F455C color. Also use rgb(79,69,92) instead hex code.

Text Font Color

.myTextColor { color: #4F455C; }

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

This text font color is #4F455C.


Background Color

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

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

This div background color is #4F455C.


Border color

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

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

This div border color is #4F455C.


Opacity

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

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

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

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

This text has shadow with #4F455C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F455C on black background.


Color preview on white background

This text has color #4F455C on white background.



Black color preview on #4F455C background

This text has black color on #4F455C background.


White color preview on #4F455C background

This text has white color on #4F455C background.