COLOR #4F004D

HEX: #4F004D
RGB: (79,0,77)

Color info

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

RGB color model

#4F004D color RGB value is (79,0,77).

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

RGB channels and saturation

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

79
0
77

R + G + B ~ 20%. #4F004D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 0 + 77 = 156 (100%)
R 79 of 156 ~ 50.64%
G 0 of 156 ~ 0%
B 77 of 156 ~ 49.36%

%50.64
%49.36

CMYK color model

#4F004D color CMYK value is (0,100,3,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 2.53%
  • key color value is 69.02%
CMYK:
(0,100,3,69)
C0M100Y3K69 
(0%,100%,3%,69%)
(0.00/1.00/0.03/0.69)	

CMYK percentages

%0
%100
%2.53
%69.02

Codes

Color #4F004D in popluar color models

4F004D
RGB79077
HSL302°100.00%15.49%
HSB/HSV302°100.00%30.98%
CMYK0.00%100.00%2.53%
69.02%

Color #4F004D in popluar number systems.

HEX4F004D
Decimal79077
Binary100111101001101
Octal1170115

Shades and tints

Shades of #4F004D

#4F004D
(79,0,77)
#480046
(72,0,70)
#41003F
(65,0,63)
#3A0038
(58,0,56)
#330031
(51,0,49)
#2C002A
(44,0,42)
#250023
(37,0,35)
#1E001C
(30,0,28)
#170015
(23,0,21)
#10000E
(16,0,14)
#090007
(9,0,7)
#000000
(0,0,0)

Tints of #4F004D

#4F004D
(79,0,77)
#5F175D
(95,23,93)
#6F2E6D
(111,46,109)
#7F457D
(127,69,125)
#8F5C8D
(143,92,141)
#9F739D
(159,115,157)
#AF8AAD
(175,138,173)
#BFA1BD
(191,161,189)
#CFB8CD
(207,184,205)
#DFCFDD
(223,207,221)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F004D; }

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

This text font color is #4F004D.


Background Color

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

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

This div background color is #4F004D.


Border color

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

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

This div border color is #4F004D.


Opacity

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

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

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

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

This text has shadow with #4F004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F004D on black background.


Color preview on white background

This text has color #4F004D on white background.



Black color preview on #4F004D background

This text has black color on #4F004D background.


White color preview on #4F004D background

This text has white color on #4F004D background.