COLOR #4F184E

HEX: #4F184E
RGB: (79,24,78)

Color info

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

RGB color model

#4F184E color RGB value is (79,24,78).

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

RGB channels and saturation

R 79 of 255 = 31%
G 24 of 255 = 9%
B 78 of 255 = 31%

79
24
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 24 + 78 = 181 (100%)
R 79 of 181 ~ 43.65%
G 24 of 181 ~ 13.26%
B 78 of 181 ~ 43.09%

%43.65
%13.26
%43.09

CMYK color model

#4F184E color CMYK value is (0,70,1,69).

  • cyan value is 0.00%
  • magenta value is 69.62%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,70,1,69)
C0M70Y1K69 
(0%,70%,1%,69%)
(0.00/0.70/0.01/0.69)	

CMYK percentages

%0
%69.62
%1.27
%69.02

Codes

Color #4F184E in popluar color models

4F184E
RGB792478
HSL301°53.40%20.20%
HSB/HSV301°69.62%30.98%
CMYK0.00%69.62%1.27%
69.02%

Color #4F184E in popluar number systems.

HEX4F184E
Decimal792478
Binary1001111110001001110
Octal11730116

Shades and tints

Shades of #4F184E

#4F184E
(79,24,78)
#481647
(72,22,71)
#411440
(65,20,64)
#3A1239
(58,18,57)
#331032
(51,16,50)
#2C0E2B
(44,14,43)
#250C24
(37,12,36)
#1E0A1D
(30,10,29)
#170816
(23,8,22)
#10060F
(16,6,15)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #4F184E

#4F184E
(79,24,78)
#5F2D5E
(95,45,94)
#6F426E
(111,66,110)
#7F577E
(127,87,126)
#8F6C8E
(143,108,142)
#9F819E
(159,129,158)
#AF96AE
(175,150,174)
#BFABBE
(191,171,190)
#CFC0CE
(207,192,206)
#DFD5DE
(223,213,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F184E; }

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

This text font color is #4F184E.


Background Color

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

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

This div background color is #4F184E.


Border color

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

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

This div border color is #4F184E.


Opacity

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

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

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

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

This text has shadow with #4F184E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F184E on black background.


Color preview on white background

This text has color #4F184E on white background.



Black color preview on #4F184E background

This text has black color on #4F184E background.


White color preview on #4F184E background

This text has white color on #4F184E background.