COLOR #4F164F

HEX: #4F164F
RGB: (79,22,79)

Color info

#4F164F contains red, green and blue colors in about the same proportion. Web safe color of #4F164F is #660066 (or #606).

RGB color model

#4F164F color RGB value is (79,22,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 22 of 255 = 9%
B 79 of 255 = 31%

79
22
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 22 + 79 = 180 (100%)
R 79 of 180 ~ 43.89%
G 22 of 180 ~ 12.22%
B 79 of 180 ~ 43.89%

%43.89
%12.22
%43.89

CMYK color model

#4F164F color CMYK value is (0,72,0,69).

  • cyan value is 0.00%
  • magenta value is 72.15%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(0,72,0,69)
C0M72Y0K69 
(0%,72%,0%,69%)
(0.00/0.72/0.00/0.69)	

CMYK percentages

%0
%72.15
%0
%69.02

Codes

Color #4F164F in popluar color models

4F164F
RGB792279
HSL300°56.44%19.80%
HSB/HSV300°72.15%30.98%
CMYK0.00%72.15%0.00%
69.02%

Color #4F164F in popluar number systems.

HEX4F164F
Decimal792279
Binary1001111101101001111
Octal11726117

Shades and tints

Shades of #4F164F

#4F164F
(79,22,79)
#481448
(72,20,72)
#411241
(65,18,65)
#3A103A
(58,16,58)
#330E33
(51,14,51)
#2C0C2C
(44,12,44)
#250A25
(37,10,37)
#1E081E
(30,8,30)
#170617
(23,6,23)
#100410
(16,4,16)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #4F164F

#4F164F
(79,22,79)
#5F2B5F
(95,43,95)
#6F406F
(111,64,111)
#7F557F
(127,85,127)
#8F6A8F
(143,106,143)
#9F7F9F
(159,127,159)
#AF94AF
(175,148,175)
#BFA9BF
(191,169,191)
#CFBECF
(207,190,207)
#DFD3DF
(223,211,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F164F; }

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

This text font color is #4F164F.


Background Color

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

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

This div background color is #4F164F.


Border color

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

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

This div border color is #4F164F.


Opacity

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

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

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

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

This text has shadow with #4F164F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F164F on black background.


Color preview on white background

This text has color #4F164F on white background.



Black color preview on #4F164F background

This text has black color on #4F164F background.


White color preview on #4F164F background

This text has white color on #4F164F background.