COLOR #4F0B4D

HEX: #4F0B4D
RGB: (79,11,77)

Color info

#4F0B4D contains mainly red and blue colors. Web safe color of #4F0B4D is #660033 (or #603).

RGB color model

#4F0B4D color RGB value is (79,11,77).

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

RGB channels and saturation

R 79 of 255 = 31%
G 11 of 255 = 4%
B 77 of 255 = 30%

79
11
77

R + G + B ~ 22%. #4F0B4D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 11 + 77 = 167 (100%)
R 79 of 167 ~ 47.31%
G 11 of 167 ~ 6.59%
B 77 of 167 ~ 46.11%

%47.31
%46.11

CMYK color model

#4F0B4D color CMYK value is (0,86,3,69).

  • cyan value is 0.00%
  • magenta value is 86.08%
  • yellow value is 2.53%
  • key color value is 69.02%
CMYK:
(0,86,3,69)
C0M86Y3K69 
(0%,86%,3%,69%)
(0.00/0.86/0.03/0.69)	

CMYK percentages

%0
%86.08
%2.53
%69.02

Codes

Color #4F0B4D in popluar color models

4F0B4D
RGB791177
HSL302°75.56%17.65%
HSB/HSV302°86.08%30.98%
CMYK0.00%86.08%2.53%
69.02%

Color #4F0B4D in popluar number systems.

HEX4F0B4D
Decimal791177
Binary100111110111001101
Octal11713115

Shades and tints

Shades of #4F0B4D

#4F0B4D
(79,11,77)
#480A46
(72,10,70)
#41093F
(65,9,63)
#3A0838
(58,8,56)
#330731
(51,7,49)
#2C062A
(44,6,42)
#250523
(37,5,35)
#1E041C
(30,4,28)
#170315
(23,3,21)
#10020E
(16,2,14)
#090107
(9,1,7)
#000000
(0,0,0)

Tints of #4F0B4D

#4F0B4D
(79,11,77)
#5F215D
(95,33,93)
#6F376D
(111,55,109)
#7F4D7D
(127,77,125)
#8F638D
(143,99,141)
#9F799D
(159,121,157)
#AF8FAD
(175,143,173)
#BFA5BD
(191,165,189)
#CFBBCD
(207,187,205)
#DFD1DD
(223,209,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0B4D; }

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

This text font color is #4F0B4D.


Background Color

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

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

This div background color is #4F0B4D.


Border color

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

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

This div border color is #4F0B4D.


Opacity

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

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

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

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

This text has shadow with #4F0B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0B4D on black background.


Color preview on white background

This text has color #4F0B4D on white background.



Black color preview on #4F0B4D background

This text has black color on #4F0B4D background.


White color preview on #4F0B4D background

This text has white color on #4F0B4D background.