COLOR #4F125E

HEX: #4F125E
RGB: (79,18,94)

Color info

#4F125E contains mainly red and blue colors. Web safe color of #4F125E is #660066 (or #606).

RGB color model

#4F125E color RGB value is (79,18,94).

  • red value is 79;
  • green value is 18;
  • blue value is 94.
RGB:
(79,18,94)
(31%,7%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 18 of 255 = 7%
B 94 of 255 = 37%

79
18
94

R + G + B ~ 25%. #4F125E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 18 + 94 = 191 (100%)
R 79 of 191 ~ 41.36%
G 18 of 191 ~ 9.42%
B 94 of 191 ~ 49.21%

%41.36
%49.21

CMYK color model

#4F125E color CMYK value is (16,81,0,63).

  • cyan value is 15.96%
  • magenta value is 80.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(16,81,0,63)
C16M81Y0K63 
(16%,81%,0%,63%)
(0.16/0.81/0.00/0.63)	

CMYK percentages

%15.96
%80.85
%0
%63.14

Codes

Color #4F125E in popluar color models

4F125E
RGB791894
HSL288°67.86%21.96%
HSB/HSV288°80.85%36.86%
CMYK15.96%80.85%0.00%
63.14%

Color #4F125E in popluar number systems.

HEX4F125E
Decimal791894
Binary1001111100101011110
Octal11722136

Shades and tints

Shades of #4F125E

#4F125E
(79,18,94)
#481156
(72,17,86)
#41104E
(65,16,78)
#3A0F46
(58,15,70)
#330E3E
(51,14,62)
#2C0D36
(44,13,54)
#250C2E
(37,12,46)
#1E0B26
(30,11,38)
#170A1E
(23,10,30)
#100916
(16,9,22)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F125E

#4F125E
(79,18,94)
#5F276C
(95,39,108)
#6F3C7A
(111,60,122)
#7F5188
(127,81,136)
#8F6696
(143,102,150)
#9F7BA4
(159,123,164)
#AF90B2
(175,144,178)
#BFA5C0
(191,165,192)
#CFBACE
(207,186,206)
#DFCFDC
(223,207,220)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F125E color. Also use rgb(79,18,94) instead hex code.

Text Font Color

.myTextColor { color: #4F125E; }

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

This text font color is #4F125E.


Background Color

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

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

This div background color is #4F125E.


Border color

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

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

This div border color is #4F125E.


Opacity

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

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

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

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

This text has shadow with #4F125E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F125E on black background.


Color preview on white background

This text has color #4F125E on white background.



Black color preview on #4F125E background

This text has black color on #4F125E background.


White color preview on #4F125E background

This text has white color on #4F125E background.