COLOR #4F084F

HEX: #4F084F
RGB: (79,8,79)

Color info

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

RGB color model

#4F084F color RGB value is (79,8,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 8 of 255 = 3%
B 79 of 255 = 31%

79
8
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 8 + 79 = 166 (100%)
R 79 of 166 ~ 47.59%
G 8 of 166 ~ 4.82%
B 79 of 166 ~ 47.59%

%47.59
%47.59

CMYK color model

#4F084F color CMYK value is (0,90,0,69).

  • cyan value is 0.00%
  • magenta value is 89.87%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(0,90,0,69)
C0M90Y0K69 
(0%,90%,0%,69%)
(0.00/0.90/0.00/0.69)	

CMYK percentages

%0
%89.87
%0
%69.02

Codes

Color #4F084F in popluar color models

4F084F
RGB79879
HSL300°81.61%17.06%
HSB/HSV300°89.87%30.98%
CMYK0.00%89.87%0.00%
69.02%

Color #4F084F in popluar number systems.

HEX4F084F
Decimal79879
Binary100111110001001111
Octal11710117

Shades and tints

Shades of #4F084F

#4F084F
(79,8,79)
#480848
(72,8,72)
#410841
(65,8,65)
#3A083A
(58,8,58)
#330833
(51,8,51)
#2C082C
(44,8,44)
#250825
(37,8,37)
#1E081E
(30,8,30)
#170817
(23,8,23)
#100810
(16,8,16)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #4F084F

#4F084F
(79,8,79)
#5F1E5F
(95,30,95)
#6F346F
(111,52,111)
#7F4A7F
(127,74,127)
#8F608F
(143,96,143)
#9F769F
(159,118,159)
#AF8CAF
(175,140,175)
#BFA2BF
(191,162,191)
#CFB8CF
(207,184,207)
#DFCEDF
(223,206,223)
#EFE4EF
(239,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F084F; }

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

This text font color is #4F084F.


Background Color

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

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

This div background color is #4F084F.


Border color

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

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

This div border color is #4F084F.


Opacity

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

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

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

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

This text has shadow with #4F084F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F084F on black background.


Color preview on white background

This text has color #4F084F on white background.



Black color preview on #4F084F background

This text has black color on #4F084F background.


White color preview on #4F084F background

This text has white color on #4F084F background.