COLOR #4F3552

HEX: #4F3552
RGB: (79,53,82)

Color info

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

RGB color model

#4F3552 color RGB value is (79,53,82).

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

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 82 of 255 = 32%

79
53
82

R + G + B ~ 28%. #4F3552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 82 = 214 (100%)
R 79 of 214 ~ 36.92%
G 53 of 214 ~ 24.77%
B 82 of 214 ~ 38.32%

%36.92
%24.77
%38.32

CMYK color model

#4F3552 color CMYK value is (4,35,0,68).

  • cyan value is 3.66%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(4,35,0,68)
C4M35Y0K68 
(4%,35%,0%,68%)
(0.04/0.35/0.00/0.68)	

CMYK percentages

%3.66
%35.37
%0
%67.84

Codes

Color #4F3552 in popluar color models

4F3552
RGB795382
HSL294°21.48%26.47%
HSB/HSV294°35.37%32.16%
CMYK3.66%35.37%0.00%
67.84%

Color #4F3552 in popluar number systems.

HEX4F3552
Decimal795382
Binary10011111101011010010
Octal11765122

Shades and tints

Shades of #4F3552

#4F3552
(79,53,82)
#48314B
(72,49,75)
#412D44
(65,45,68)
#3A293D
(58,41,61)
#332536
(51,37,54)
#2C212F
(44,33,47)
#251D28
(37,29,40)
#1E1921
(30,25,33)
#17151A
(23,21,26)
#101113
(16,17,19)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F3552

#4F3552
(79,53,82)
#5F4761
(95,71,97)
#6F5970
(111,89,112)
#7F6B7F
(127,107,127)
#8F7D8E
(143,125,142)
#9F8F9D
(159,143,157)
#AFA1AC
(175,161,172)
#BFB3BB
(191,179,187)
#CFC5CA
(207,197,202)
#DFD7D9
(223,215,217)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3552; }

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

This text font color is #4F3552.


Background Color

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

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

This div background color is #4F3552.


Border color

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

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

This div border color is #4F3552.


Opacity

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

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

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

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

This text has shadow with #4F3552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3552 on black background.


Color preview on white background

This text has color #4F3552 on white background.



Black color preview on #4F3552 background

This text has black color on #4F3552 background.


White color preview on #4F3552 background

This text has white color on #4F3552 background.