COLOR #4F1744

HEX: #4F1744
RGB: (79,23,68)

Color info

#4F1744 contains red, green and blue colors in about the same proportion. Web safe color of #4F1744 is #660033 (or #603).

RGB color model

#4F1744 color RGB value is (79,23,68).

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

RGB channels and saturation

R 79 of 255 = 31%
G 23 of 255 = 9%
B 68 of 255 = 27%

79
23
68

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

Portions of RGB colors in percentages

R + G + B =
79 + 23 + 68 = 170 (100%)
R 79 of 170 ~ 46.47%
G 23 of 170 ~ 13.53%
B 68 of 170 ~ 40%

%46.47
%13.53
%40

CMYK color model

#4F1744 color CMYK value is (0,71,14,69).

  • cyan value is 0.00%
  • magenta value is 70.89%
  • yellow value is 13.92%
  • key color value is 69.02%
CMYK:
(0,71,14,69)
C0M71Y14K69 
(0%,71%,14%,69%)
(0.00/0.71/0.14/0.69)	

CMYK percentages

%0
%70.89
%13.92
%69.02

Codes

Color #4F1744 in popluar color models

4F1744
RGB792368
HSL312°54.90%20.00%
HSB/HSV312°70.89%30.98%
CMYK0.00%70.89%13.92%
69.02%

Color #4F1744 in popluar number systems.

HEX4F1744
Decimal792368
Binary1001111101111000100
Octal11727104

Shades and tints

Shades of #4F1744

#4F1744
(79,23,68)
#48153E
(72,21,62)
#411338
(65,19,56)
#3A1132
(58,17,50)
#330F2C
(51,15,44)
#2C0D26
(44,13,38)
#250B20
(37,11,32)
#1E091A
(30,9,26)
#170714
(23,7,20)
#10050E
(16,5,14)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #4F1744

#4F1744
(79,23,68)
#5F2C55
(95,44,85)
#6F4166
(111,65,102)
#7F5677
(127,86,119)
#8F6B88
(143,107,136)
#9F8099
(159,128,153)
#AF95AA
(175,149,170)
#BFAABB
(191,170,187)
#CFBFCC
(207,191,204)
#DFD4DD
(223,212,221)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1744; }

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

This text font color is #4F1744.


Background Color

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

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

This div background color is #4F1744.


Border color

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

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

This div border color is #4F1744.


Opacity

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

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

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

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

This text has shadow with #4F1744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1744 on black background.


Color preview on white background

This text has color #4F1744 on white background.



Black color preview on #4F1744 background

This text has black color on #4F1744 background.


White color preview on #4F1744 background

This text has white color on #4F1744 background.