COLOR #4F1D48

HEX: #4F1D48
RGB: (79,29,72)

Color info

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

RGB color model

#4F1D48 color RGB value is (79,29,72).

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

RGB channels and saturation

R 79 of 255 = 31%
G 29 of 255 = 11%
B 72 of 255 = 28%

79
29
72

R + G + B ~ 23%. #4F1D48 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 29 + 72 = 180 (100%)
R 79 of 180 ~ 43.89%
G 29 of 180 ~ 16.11%
B 72 of 180 ~ 40%

%43.89
%16.11
%40

CMYK color model

#4F1D48 color CMYK value is (0,63,9,69).

  • cyan value is 0.00%
  • magenta value is 63.29%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(0,63,9,69)
C0M63Y9K69 
(0%,63%,9%,69%)
(0.00/0.63/0.09/0.69)	

CMYK percentages

%0
%63.29
%8.86
%69.02

Codes

Color #4F1D48 in popluar color models

4F1D48
RGB792972
HSL308°46.30%21.18%
HSB/HSV308°63.29%30.98%
CMYK0.00%63.29%8.86%
69.02%

Color #4F1D48 in popluar number systems.

HEX4F1D48
Decimal792972
Binary1001111111011001000
Octal11735110

Shades and tints

Shades of #4F1D48

#4F1D48
(79,29,72)
#481B42
(72,27,66)
#41193C
(65,25,60)
#3A1736
(58,23,54)
#331530
(51,21,48)
#2C132A
(44,19,42)
#251124
(37,17,36)
#1E0F1E
(30,15,30)
#170D18
(23,13,24)
#100B12
(16,11,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #4F1D48

#4F1D48
(79,29,72)
#5F3158
(95,49,88)
#6F4568
(111,69,104)
#7F5978
(127,89,120)
#8F6D88
(143,109,136)
#9F8198
(159,129,152)
#AF95A8
(175,149,168)
#BFA9B8
(191,169,184)
#CFBDC8
(207,189,200)
#DFD1D8
(223,209,216)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1D48; }

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

This text font color is #4F1D48.


Background Color

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

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

This div background color is #4F1D48.


Border color

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

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

This div border color is #4F1D48.


Opacity

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

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

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

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

This text has shadow with #4F1D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1D48 on black background.


Color preview on white background

This text has color #4F1D48 on white background.



Black color preview on #4F1D48 background

This text has black color on #4F1D48 background.


White color preview on #4F1D48 background

This text has white color on #4F1D48 background.