COLOR #4F1848

HEX: #4F1848
RGB: (79,24,72)

Color info

#4F1848 contains red, green and blue colors in about the same proportion. Web safe color of #4F1848 is #660033 (or #603).

RGB color model

#4F1848 color RGB value is (79,24,72).

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

RGB channels and saturation

R 79 of 255 = 31%
G 24 of 255 = 9%
B 72 of 255 = 28%

79
24
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 24 + 72 = 175 (100%)
R 79 of 175 ~ 45.14%
G 24 of 175 ~ 13.71%
B 72 of 175 ~ 41.14%

%45.14
%13.71
%41.14

CMYK color model

#4F1848 color CMYK value is (0,70,9,69).

  • cyan value is 0.00%
  • magenta value is 69.62%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(0,70,9,69)
C0M70Y9K69 
(0%,70%,9%,69%)
(0.00/0.70/0.09/0.69)	

CMYK percentages

%0
%69.62
%8.86
%69.02

Codes

Color #4F1848 in popluar color models

4F1848
RGB792472
HSL308°53.40%20.20%
HSB/HSV308°69.62%30.98%
CMYK0.00%69.62%8.86%
69.02%

Color #4F1848 in popluar number systems.

HEX4F1848
Decimal792472
Binary1001111110001001000
Octal11730110

Shades and tints

Shades of #4F1848

#4F1848
(79,24,72)
#481642
(72,22,66)
#41143C
(65,20,60)
#3A1236
(58,18,54)
#331030
(51,16,48)
#2C0E2A
(44,14,42)
#250C24
(37,12,36)
#1E0A1E
(30,10,30)
#170818
(23,8,24)
#100612
(16,6,18)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #4F1848

#4F1848
(79,24,72)
#5F2D58
(95,45,88)
#6F4268
(111,66,104)
#7F5778
(127,87,120)
#8F6C88
(143,108,136)
#9F8198
(159,129,152)
#AF96A8
(175,150,168)
#BFABB8
(191,171,184)
#CFC0C8
(207,192,200)
#DFD5D8
(223,213,216)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1848; }

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

This text font color is #4F1848.


Background Color

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

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

This div background color is #4F1848.


Border color

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

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

This div border color is #4F1848.


Opacity

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

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

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

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

This text has shadow with #4F1848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1848 on black background.


Color preview on white background

This text has color #4F1848 on white background.



Black color preview on #4F1848 background

This text has black color on #4F1848 background.


White color preview on #4F1848 background

This text has white color on #4F1848 background.