COLOR #4F2648

HEX: #4F2648
RGB: (79,38,72)

Color info

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

RGB color model

#4F2648 color RGB value is (79,38,72).

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

RGB channels and saturation

R 79 of 255 = 31%
G 38 of 255 = 15%
B 72 of 255 = 28%

79
38
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 38 + 72 = 189 (100%)
R 79 of 189 ~ 41.8%
G 38 of 189 ~ 20.11%
B 72 of 189 ~ 38.1%

%41.8
%20.11
%38.1

CMYK color model

#4F2648 color CMYK value is (0,52,9,69).

  • cyan value is 0.00%
  • magenta value is 51.90%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(0,52,9,69)
C0M52Y9K69 
(0%,52%,9%,69%)
(0.00/0.52/0.09/0.69)	

CMYK percentages

%0
%51.9
%8.86
%69.02

Codes

Color #4F2648 in popluar color models

4F2648
RGB793872
HSL310°35.04%22.94%
HSB/HSV310°51.90%30.98%
CMYK0.00%51.90%8.86%
69.02%

Color #4F2648 in popluar number systems.

HEX4F2648
Decimal793872
Binary10011111001101001000
Octal11746110

Shades and tints

Shades of #4F2648

#4F2648
(79,38,72)
#482342
(72,35,66)
#41203C
(65,32,60)
#3A1D36
(58,29,54)
#331A30
(51,26,48)
#2C172A
(44,23,42)
#251424
(37,20,36)
#1E111E
(30,17,30)
#170E18
(23,14,24)
#100B12
(16,11,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #4F2648

#4F2648
(79,38,72)
#5F3958
(95,57,88)
#6F4C68
(111,76,104)
#7F5F78
(127,95,120)
#8F7288
(143,114,136)
#9F8598
(159,133,152)
#AF98A8
(175,152,168)
#BFABB8
(191,171,184)
#CFBEC8
(207,190,200)
#DFD1D8
(223,209,216)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2648; }

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

This text font color is #4F2648.


Background Color

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

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

This div background color is #4F2648.


Border color

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

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

This div border color is #4F2648.


Opacity

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

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

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

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

This text has shadow with #4F2648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2648 on black background.


Color preview on white background

This text has color #4F2648 on white background.



Black color preview on #4F2648 background

This text has black color on #4F2648 background.


White color preview on #4F2648 background

This text has white color on #4F2648 background.