COLOR #4F004F

HEX: #4F004F
RGB: (79,0,79)

Color info

#4F004F contains only red and blue colors. Web safe color of #4F004F is #660066 (or #606).

RGB color model

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

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

RGB channels and saturation

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

79
0
79

R + G + B ~ 21%. #4F004F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 0 + 79 = 158 (100%)
R 79 of 158 ~ 50%
G 0 of 158 ~ 0%
B 79 of 158 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%69.02

Codes

Color #4F004F in popluar color models

4F004F
RGB79079
HSL300°100.00%15.49%
HSB/HSV300°100.00%30.98%
CMYK0.00%100.00%0.00%
69.02%

Color #4F004F in popluar number systems.

HEX4F004F
Decimal79079
Binary100111101001111
Octal1170117

Shades and tints

Shades of #4F004F

#4F004F
(79,0,79)
#480048
(72,0,72)
#410041
(65,0,65)
#3A003A
(58,0,58)
#330033
(51,0,51)
#2C002C
(44,0,44)
#250025
(37,0,37)
#1E001E
(30,0,30)
#170017
(23,0,23)
#100010
(16,0,16)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #4F004F

#4F004F
(79,0,79)
#5F175F
(95,23,95)
#6F2E6F
(111,46,111)
#7F457F
(127,69,127)
#8F5C8F
(143,92,143)
#9F739F
(159,115,159)
#AF8AAF
(175,138,175)
#BFA1BF
(191,161,191)
#CFB8CF
(207,184,207)
#DFCFDF
(223,207,223)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F004F; }

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

This text font color is #4F004F.


Background Color

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

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

This div background color is #4F004F.


Border color

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

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

This div border color is #4F004F.


Opacity

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

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

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

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

This text has shadow with #4F004F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F004F on black background.


Color preview on white background

This text has color #4F004F on white background.



Black color preview on #4F004F background

This text has black color on #4F004F background.


White color preview on #4F004F background

This text has white color on #4F004F background.