COLOR #4F1E4D

HEX: #4F1E4D
RGB: (79,30,77)

Color info

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

RGB color model

#4F1E4D color RGB value is (79,30,77).

  • red value is 79;
  • green value is 30;
  • blue value is 77.
RGB:
(79,30,77)
(31%,12%,30%)

RGB channels and saturation

R 79 of 255 = 31%
G 30 of 255 = 12%
B 77 of 255 = 30%

79
30
77

R + G + B ~ 24%. #4F1E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 30 + 77 = 186 (100%)
R 79 of 186 ~ 42.47%
G 30 of 186 ~ 16.13%
B 77 of 186 ~ 41.4%

%42.47
%16.13
%41.4

CMYK color model

#4F1E4D color CMYK value is (0,62,3,69).

  • cyan value is 0.00%
  • magenta value is 62.03%
  • yellow value is 2.53%
  • key color value is 69.02%
CMYK:
(0,62,3,69)
C0M62Y3K69 
(0%,62%,3%,69%)
(0.00/0.62/0.03/0.69)	

CMYK percentages

%0
%62.03
%2.53
%69.02

Codes

Color #4F1E4D in popluar color models

4F1E4D
RGB793077
HSL302°44.95%21.37%
HSB/HSV302°62.03%30.98%
CMYK0.00%62.03%2.53%
69.02%

Color #4F1E4D in popluar number systems.

HEX4F1E4D
Decimal793077
Binary1001111111101001101
Octal11736115

Shades and tints

Shades of #4F1E4D

#4F1E4D
(79,30,77)
#481C46
(72,28,70)
#411A3F
(65,26,63)
#3A1838
(58,24,56)
#331631
(51,22,49)
#2C142A
(44,20,42)
#251223
(37,18,35)
#1E101C
(30,16,28)
#170E15
(23,14,21)
#100C0E
(16,12,14)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F1E4D

#4F1E4D
(79,30,77)
#5F325D
(95,50,93)
#6F466D
(111,70,109)
#7F5A7D
(127,90,125)
#8F6E8D
(143,110,141)
#9F829D
(159,130,157)
#AF96AD
(175,150,173)
#BFAABD
(191,170,189)
#CFBECD
(207,190,205)
#DFD2DD
(223,210,221)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1E4D color. Also use rgb(79,30,77) instead hex code.

Text Font Color

.myTextColor { color: #4F1E4D; }

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

This text font color is #4F1E4D.


Background Color

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

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

This div background color is #4F1E4D.


Border color

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

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

This div border color is #4F1E4D.


Opacity

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

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

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

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

This text has shadow with #4F1E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1E4D on black background.


Color preview on white background

This text has color #4F1E4D on white background.



Black color preview on #4F1E4D background

This text has black color on #4F1E4D background.


White color preview on #4F1E4D background

This text has white color on #4F1E4D background.