COLOR #4F3E52

HEX: #4F3E52
RGB: (79,62,82)

Color info

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

RGB color model

#4F3E52 color RGB value is (79,62,82).

  • red value is 79;
  • green value is 62;
  • blue value is 82.
RGB:
(79,62,82)
(31%,24%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 62 of 255 = 24%
B 82 of 255 = 32%

79
62
82

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

Portions of RGB colors in percentages

R + G + B =
79 + 62 + 82 = 223 (100%)
R 79 of 223 ~ 35.43%
G 62 of 223 ~ 27.8%
B 82 of 223 ~ 36.77%

%35.43
%27.8
%36.77

CMYK color model

#4F3E52 color CMYK value is (4,24,0,68).

  • cyan value is 3.66%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(4,24,0,68)
C4M24Y0K68 
(4%,24%,0%,68%)
(0.04/0.24/0.00/0.68)	

CMYK percentages

%3.66
%24.39
%0
%67.84

Codes

Color #4F3E52 in popluar color models

4F3E52
RGB796282
HSL291°13.89%28.24%
HSB/HSV291°24.39%32.16%
CMYK3.66%24.39%0.00%
67.84%

Color #4F3E52 in popluar number systems.

HEX4F3E52
Decimal796282
Binary10011111111101010010
Octal11776122

Shades and tints

Shades of #4F3E52

#4F3E52
(79,62,82)
#48394B
(72,57,75)
#413444
(65,52,68)
#3A2F3D
(58,47,61)
#332A36
(51,42,54)
#2C252F
(44,37,47)
#252028
(37,32,40)
#1E1B21
(30,27,33)
#17161A
(23,22,26)
#101113
(16,17,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F3E52

#4F3E52
(79,62,82)
#5F4F61
(95,79,97)
#6F6070
(111,96,112)
#7F717F
(127,113,127)
#8F828E
(143,130,142)
#9F939D
(159,147,157)
#AFA4AC
(175,164,172)
#BFB5BB
(191,181,187)
#CFC6CA
(207,198,202)
#DFD7D9
(223,215,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3E52; }

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

This text font color is #4F3E52.


Background Color

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

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

This div background color is #4F3E52.


Border color

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

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

This div border color is #4F3E52.


Opacity

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

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

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

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

This text has shadow with #4F3E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3E52 on black background.


Color preview on white background

This text has color #4F3E52 on white background.



Black color preview on #4F3E52 background

This text has black color on #4F3E52 background.


White color preview on #4F3E52 background

This text has white color on #4F3E52 background.