COLOR #4F4052

HEX: #4F4052 RGB: (79,64,82)

Color info

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

RGB color model

#4F4052 color RGB value is (79,64,82).

RGB: (79,64,82) (31%, 25%, 32%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 82 of 255 = 32%

79
64
82

R + G + B ~ 29%. #4F4052 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 64 + 82 = 225 (100%)
R 79 of 225 ~ 35.11%
G 64 of 225 ~ 28.44%
B 82 of 225 ~ 36.44'%

%35.11
%28.44
%36.44

CMYK color model

#4F4052 color CMYK value is (4,22,0,68).

  • cyan value is 3.66%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (4,22,0,68)
C4M22Y0K68 (4%, 22%, 0%, 68%)
(0.04 / 0.22 / 0.00 / 0.68)

CMYK percentages

%3.66
%21.95
%0
%67.84

Codes

Color #4F4052 in popluar color models

4F 40 52
RGB 79 64 82
HSL 290° 12.33% 28.63%
HSB/HSV 290° 21.95% 32.16%
CMYK 3.66% 21.95% 0.00%
67.84%

Color #4F4052 in popluar number systems.

HEX 4F 40 52
Decimal 79 64 82
Binary 1001111 1000000 1010010
Octal 117 100 122

Shades and tints

Shades of #4F4052

#4F4052
(79,64,82)
#483B4B
(72,59,75)
#413644
(65,54,68)
#3A313D
(58,49,61)
#332C36
(51,44,54)
#2C272F
(44,39,47)
#252228
(37,34,40)
#1E1D21
(30,29,33)
#17181A
(23,24,26)
#101313
(16,19,19)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #4F4052

#4F4052
(79,64,82)
#5F5161
(95,81,97)
#6F6270
(111,98,112)
#7F737F
(127,115,127)
#8F848E
(143,132,142)
#9F959D
(159,149,157)
#AFA6AC
(175,166,172)
#BFB7BB
(191,183,187)
#CFC8CA
(207,200,202)
#DFD9D9
(223,217,217)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4052 color. Also use rgb(79,64,82) instead hex code.

Text Font Color

.myTextColor { color: #4F4052; }

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

This text font color is #4F4052.

Background Color

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

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

This div background color is #4F4052.

Border color

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

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

This div border color is #4F4052.

Opacity

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

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

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

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

This text has shadow with #4F4052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4052.

Preview

Color preview on black background

This text has color #4F4052 on black background.


Color preview on white background

This text has color #4F4052 on white background.


Black color preview on #4F4052 background

This text has black color on #4F4052 background.


White color preview on #4F4052 background

This text has white color on #4F4052 background.


Related colors

Complementary color

Complementary color for #hex is #B0BFAD.


I love getcolorcode.com

Triadic colors

1 #524F40 and #40524F with #4F4052 are triadic colors.

2 #52404F and #404F52 with #4F4052 are triadic colors.