COLOR #4F2059

HEX: #4F2059
RGB: (79,32,89)

Color info

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

RGB color model

#4F2059 color RGB value is (79,32,89).

  • red value is 79;
  • green value is 32;
  • blue value is 89.
RGB:
(79,32,89)
(31%,13%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 32 of 255 = 13%
B 89 of 255 = 35%

79
32
89

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

Portions of RGB colors in percentages

R + G + B =
79 + 32 + 89 = 200 (100%)
R 79 of 200 ~ 39.5%
G 32 of 200 ~ 16%
B 89 of 200 ~ 44.5%

%39.5
%16
%44.5

CMYK color model

#4F2059 color CMYK value is (11,64,0,65).

  • cyan value is 11.24%
  • magenta value is 64.04%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(11,64,0,65)
C11M64Y0K65 
(11%,64%,0%,65%)
(0.11/0.64/0.00/0.65)	

CMYK percentages

%11.24
%64.04
%0
%65.1

Codes

Color #4F2059 in popluar color models

4F2059
RGB793289
HSL289°47.11%23.73%
HSB/HSV289°64.04%34.90%
CMYK11.24%64.04%0.00%
65.10%

Color #4F2059 in popluar number systems.

HEX4F2059
Decimal793289
Binary10011111000001011001
Octal11740131

Shades and tints

Shades of #4F2059

#4F2059
(79,32,89)
#481E51
(72,30,81)
#411C49
(65,28,73)
#3A1A41
(58,26,65)
#331839
(51,24,57)
#2C1631
(44,22,49)
#251429
(37,20,41)
#1E1221
(30,18,33)
#171019
(23,16,25)
#100E11
(16,14,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F2059

#4F2059
(79,32,89)
#5F3468
(95,52,104)
#6F4877
(111,72,119)
#7F5C86
(127,92,134)
#8F7095
(143,112,149)
#9F84A4
(159,132,164)
#AF98B3
(175,152,179)
#BFACC2
(191,172,194)
#CFC0D1
(207,192,209)
#DFD4E0
(223,212,224)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2059 color. Also use rgb(79,32,89) instead hex code.

Text Font Color

.myTextColor { color: #4F2059; }

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

This text font color is #4F2059.


Background Color

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

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

This div background color is #4F2059.


Border color

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

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

This div border color is #4F2059.


Opacity

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

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

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

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

This text has shadow with #4F2059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2059 on black background.


Color preview on white background

This text has color #4F2059 on white background.



Black color preview on #4F2059 background

This text has black color on #4F2059 background.


White color preview on #4F2059 background

This text has white color on #4F2059 background.