COLOR #4F1340

HEX: #4F1340 RGB: (79,19,64)

Color info

#4F1340 contains mainly red and blue colors. Web safe color of #4F1340 is #660033 (or #603).

RGB color model

#4F1340 color RGB value is (79,19,64).

RGB: (79,19,64) (31%, 7%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 64 of 255 = 25%

79
19
64

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

Portions of RGB colors in percentages

R + G + B = 79 + 19 + 64 = 162 (100%)
R 79 of 162 ~ 48.77%
G 19 of 162 ~ 11.73%
B 64 of 162 ~ 39.51'%

%48.77
%11.73
%39.51

CMYK color model

#4F1340 color CMYK value is (0,76,19,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 18.99%
  • key color value is 69.02%

CMYK: (0,76,19,69)
C0M76Y19K69 (0%, 76%, 19%, 69%)
(0.00 / 0.76 / 0.19 / 0.69)

CMYK percentages

%0
%75.95
%18.99
%69.02

Codes

Color #4F1340 in popluar color models

4F 13 40
RGB 79 19 64
HSL 315° 61.22% 19.22%
HSB/HSV 315° 75.95% 30.98%
CMYK 0.00% 75.95% 18.99%
69.02%

Color #4F1340 in popluar number systems.

HEX 4F 13 40
Decimal 79 19 64
Binary 1001111 10011 1000000
Octal 117 23 100

Shades and tints

Shades of #4F1340

#4F1340
(79,19,64)
#48123B
(72,18,59)
#411136
(65,17,54)
#3A1031
(58,16,49)
#330F2C
(51,15,44)
#2C0E27
(44,14,39)
#250D22
(37,13,34)
#1E0C1D
(30,12,29)
#170B18
(23,11,24)
#100A13
(16,10,19)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F1340

#4F1340
(79,19,64)
#5F2851
(95,40,81)
#6F3D62
(111,61,98)
#7F5273
(127,82,115)
#8F6784
(143,103,132)
#9F7C95
(159,124,149)
#AF91A6
(175,145,166)
#BFA6B7
(191,166,183)
#CFBBC8
(207,187,200)
#DFD0D9
(223,208,217)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1340; }

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

This text font color is #4F1340.

Background Color

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

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

This div background color is #4F1340.

Border color

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

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

This div border color is #4F1340.

Opacity

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

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

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

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

This text has shadow with #4F1340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F1340.

Preview

Color preview on black background

This text has color #4F1340 on black background.


Color preview on white background

This text has color #4F1340 on white background.


Black color preview on #4F1340 background

This text has black color on #4F1340 background.


White color preview on #4F1340 background

This text has white color on #4F1340 background.


Related colors

Complementary color

Complementary color for #hex is #B0ECBF.


I love getcolorcode.com

Triadic colors

1 #404F13 and #13404F with #4F1340 are triadic colors.

2 #40134F and #134F40 with #4F1340 are triadic colors.