COLOR #4F2649

HEX: #4F2649
RGB: (79,38,73)

Color info

#4F2649 contains red, green and blue colors in about the same proportion. Web safe color of #4F2649 is #663333 (or #633).

RGB color model

#4F2649 color RGB value is (79,38,73).

  • red value is 79;
  • green value is 38;
  • blue value is 73.
RGB:
(79,38,73)
(31%,15%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 38 of 255 = 15%
B 73 of 255 = 29%

79
38
73

R + G + B ~ 25%. #4F2649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 38 + 73 = 190 (100%)
R 79 of 190 ~ 41.58%
G 38 of 190 ~ 20%
B 73 of 190 ~ 38.42%

%41.58
%20
%38.42

CMYK color model

#4F2649 color CMYK value is (0,52,8,69).

  • cyan value is 0.00%
  • magenta value is 51.90%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,52,8,69)
C0M52Y8K69 
(0%,52%,8%,69%)
(0.00/0.52/0.08/0.69)	

CMYK percentages

%0
%51.9
%7.59
%69.02

Codes

Color #4F2649 in popluar color models

4F2649
RGB793873
HSL309°35.04%22.94%
HSB/HSV309°51.90%30.98%
CMYK0.00%51.90%7.59%
69.02%

Color #4F2649 in popluar number systems.

HEX4F2649
Decimal793873
Binary10011111001101001001
Octal11746111

Shades and tints

Shades of #4F2649

#4F2649
(79,38,73)
#482343
(72,35,67)
#41203D
(65,32,61)
#3A1D37
(58,29,55)
#331A31
(51,26,49)
#2C172B
(44,23,43)
#251425
(37,20,37)
#1E111F
(30,17,31)
#170E19
(23,14,25)
#100B13
(16,11,19)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F2649

#4F2649
(79,38,73)
#5F3959
(95,57,89)
#6F4C69
(111,76,105)
#7F5F79
(127,95,121)
#8F7289
(143,114,137)
#9F8599
(159,133,153)
#AF98A9
(175,152,169)
#BFABB9
(191,171,185)
#CFBEC9
(207,190,201)
#DFD1D9
(223,209,217)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2649 color. Also use rgb(79,38,73) instead hex code.

Text Font Color

.myTextColor { color: #4F2649; }

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

This text font color is #4F2649.


Background Color

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

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

This div background color is #4F2649.


Border color

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

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

This div border color is #4F2649.


Opacity

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

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

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

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

This text has shadow with #4F2649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2649 on black background.


Color preview on white background

This text has color #4F2649 on white background.



Black color preview on #4F2649 background

This text has black color on #4F2649 background.


White color preview on #4F2649 background

This text has white color on #4F2649 background.