COLOR #4F1C5B

HEX: #4F1C5B RGB: (79,28,91)

Color info

#4F1C5B contains mainly red and blue colors. Web safe color of #4F1C5B is #663366 (or #636).

RGB color model

#4F1C5B color RGB value is (79,28,91).

RGB: (79,28,91) (31%, 11%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 28 of 255 = 11%
B 91 of 255 = 36%

79
28
91

R + G + B ~ 26%. #4F1C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 28 + 91 = 198 (100%)
R 79 of 198 ~ 39.9%
G 28 of 198 ~ 14.14%
B 91 of 198 ~ 45.96'%

%39.9
%14.14
%45.96

CMYK color model

#4F1C5B color CMYK value is (13,69,0,64).

  • cyan value is 13.19%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (13,69,0,64)
C13M69Y0K64 (13%, 69%, 0%, 64%)
(0.13 / 0.69 / 0.00 / 0.64)

CMYK percentages

%13.19
%69.23
%0
%64.31

Codes

Color #4F1C5B in popluar color models

4F 1C 5B
RGB 79 28 91
HSL 289° 52.94% 23.33%
HSB/HSV 289° 69.23% 35.69%
CMYK 13.19% 69.23% 0.00%
64.31%

Color #4F1C5B in popluar number systems.

HEX 4F 1C 5B
Decimal 79 28 91
Binary 1001111 11100 1011011
Octal 117 34 133

Shades and tints

Shades of #4F1C5B

#4F1C5B
(79,28,91)
#481A53
(72,26,83)
#41184B
(65,24,75)
#3A1643
(58,22,67)
#33143B
(51,20,59)
#2C1233
(44,18,51)
#25102B
(37,16,43)
#1E0E23
(30,14,35)
#170C1B
(23,12,27)
#100A13
(16,10,19)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #4F1C5B

#4F1C5B
(79,28,91)
#5F3069
(95,48,105)
#6F4477
(111,68,119)
#7F5885
(127,88,133)
#8F6C93
(143,108,147)
#9F80A1
(159,128,161)
#AF94AF
(175,148,175)
#BFA8BD
(191,168,189)
#CFBCCB
(207,188,203)
#DFD0D9
(223,208,217)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1C5B; }

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

This text font color is #4F1C5B.

Background Color

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

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

This div background color is #4F1C5B.

Border color

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

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

This div border color is #4F1C5B.

Opacity

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

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

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

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

This text has shadow with #4F1C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F1C5B.

Preview

Color preview on black background

This text has color #4F1C5B on black background.


Color preview on white background

This text has color #4F1C5B on white background.


Black color preview on #4F1C5B background

This text has black color on #4F1C5B background.


White color preview on #4F1C5B background

This text has white color on #4F1C5B background.


Related colors

Complementary color

Complementary color for #hex is #B0E3A4.


I love getcolorcode.com

Triadic colors

1 #5B4F1C and #1C5B4F with #4F1C5B are triadic colors.

2 #5B1C4F and #1C4F5B with #4F1C5B are triadic colors.