COLOR #4F2377

HEX: #4F2377
RGB: (79,35,119)

Color info

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

RGB color model

#4F2377 color RGB value is (79,35,119).

  • red value is 79;
  • green value is 35;
  • blue value is 119.
RGB:
(79,35,119)
(31%,14%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 35 of 255 = 14%
B 119 of 255 = 47%

79
35
119

R + G + B ~ 31%. #4F2377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 35 + 119 = 233 (100%)
R 79 of 233 ~ 33.91%
G 35 of 233 ~ 15.02%
B 119 of 233 ~ 51.07%

%33.91
%15.02
%51.07

CMYK color model

#4F2377 color CMYK value is (34,71,0,53).

  • cyan value is 33.61%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,71,0,53)
C34M71Y0K53 
(34%,71%,0%,53%)
(0.34/0.71/0.00/0.53)	

CMYK percentages

%33.61
%70.59
%0
%53.33

Codes

Color #4F2377 in popluar color models

4F2377
RGB7935119
HSL271°54.55%30.20%
HSB/HSV271°70.59%46.67%
CMYK33.61%70.59%0.00%
53.33%

Color #4F2377 in popluar number systems.

HEX4F2377
Decimal7935119
Binary10011111000111110111
Octal11743167

Shades and tints

Shades of #4F2377

#4F2377
(79,35,119)
#48206D
(72,32,109)
#411D63
(65,29,99)
#3A1A59
(58,26,89)
#33174F
(51,23,79)
#2C1445
(44,20,69)
#25113B
(37,17,59)
#1E0E31
(30,14,49)
#170B27
(23,11,39)
#10081D
(16,8,29)
#090513
(9,5,19)
#000000
(0,0,0)

Tints of #4F2377

#4F2377
(79,35,119)
#5F3783
(95,55,131)
#6F4B8F
(111,75,143)
#7F5F9B
(127,95,155)
#8F73A7
(143,115,167)
#9F87B3
(159,135,179)
#AF9BBF
(175,155,191)
#BFAFCB
(191,175,203)
#CFC3D7
(207,195,215)
#DFD7E3
(223,215,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2377 color. Also use rgb(79,35,119) instead hex code.

Text Font Color

.myTextColor { color: #4F2377; }

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

This text font color is #4F2377.


Background Color

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

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

This div background color is #4F2377.


Border color

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

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

This div border color is #4F2377.


Opacity

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

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

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

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

This text has shadow with #4F2377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2377 on black background.


Color preview on white background

This text has color #4F2377 on white background.



Black color preview on #4F2377 background

This text has black color on #4F2377 background.


White color preview on #4F2377 background

This text has white color on #4F2377 background.