COLOR #4F255C

HEX: #4F255C RGB: (79,37,92)

Color info

#4F255C contains red, green and blue colors in about the same proportion. Web safe color of #4F255C is #663366 (or #636).

RGB color model

#4F255C color RGB value is (79,37,92).

RGB: (79,37,92) (31%, 15%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 92 of 255 = 36%

79
37
92

R + G + B ~ 27%. #4F255C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 37 + 92 = 208 (100%)
R 79 of 208 ~ 37.98%
G 37 of 208 ~ 17.79%
B 92 of 208 ~ 44.23'%

%37.98
%17.79
%44.23

CMYK color model

#4F255C color CMYK value is (14,60,0,64).

  • cyan value is 14.13%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (14,60,0,64)
C14M60Y0K64 (14%, 60%, 0%, 64%)
(0.14 / 0.60 / 0.00 / 0.64)

CMYK percentages

%14.13
%59.78
%0
%63.92

Codes

Color #4F255C in popluar color models

4F 25 5C
RGB 79 37 92
HSL 286° 42.64% 25.29%
HSB/HSV 286° 59.78% 36.08%
CMYK 14.13% 59.78% 0.00%
63.92%

Color #4F255C in popluar number systems.

HEX 4F 25 5C
Decimal 79 37 92
Binary 1001111 100101 1011100
Octal 117 45 134

Shades and tints

Shades of #4F255C

#4F255C
(79,37,92)
#482254
(72,34,84)
#411F4C
(65,31,76)
#3A1C44
(58,28,68)
#33193C
(51,25,60)
#2C1634
(44,22,52)
#25132C
(37,19,44)
#1E1024
(30,16,36)
#170D1C
(23,13,28)
#100A14
(16,10,20)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #4F255C

#4F255C
(79,37,92)
#5F386A
(95,56,106)
#6F4B78
(111,75,120)
#7F5E86
(127,94,134)
#8F7194
(143,113,148)
#9F84A2
(159,132,162)
#AF97B0
(175,151,176)
#BFAABE
(191,170,190)
#CFBDCC
(207,189,204)
#DFD0DA
(223,208,218)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F255C; }

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

This text font color is #4F255C.

Background Color

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

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

This div background color is #4F255C.

Border color

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

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

This div border color is #4F255C.

Opacity

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

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

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

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

This text has shadow with #4F255C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F255C.

Preview

Color preview on black background

This text has color #4F255C on black background.


Color preview on white background

This text has color #4F255C on white background.


Black color preview on #4F255C background

This text has black color on #4F255C background.


White color preview on #4F255C background

This text has white color on #4F255C background.


Related colors

Complementary color

Complementary color for #hex is #B0DAA3.


I love getcolorcode.com

Triadic colors

1 #5C4F25 and #255C4F with #4F255C are triadic colors.

2 #5C254F and #254F5C with #4F255C are triadic colors.