COLOR #4F3F61

HEX: #4F3F61
RGB: (79,63,97)

Color info

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

RGB color model

#4F3F61 color RGB value is (79,63,97).

  • red value is 79;
  • green value is 63;
  • blue value is 97.
RGB:
(79,63,97)
(31%,25%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 97 of 255 = 38%

79
63
97

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

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 97 = 239 (100%)
R 79 of 239 ~ 33.05%
G 63 of 239 ~ 26.36%
B 97 of 239 ~ 40.59%

%33.05
%26.36
%40.59

CMYK color model

#4F3F61 color CMYK value is (19,35,0,62).

  • cyan value is 18.56%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(19,35,0,62)
C19M35Y0K62 
(19%,35%,0%,62%)
(0.19/0.35/0.00/0.62)	

CMYK percentages

%18.56
%35.05
%0
%61.96

Codes

Color #4F3F61 in popluar color models

4F3F61
RGB796397
HSL268°21.25%31.37%
HSB/HSV268°35.05%38.04%
CMYK18.56%35.05%0.00%
61.96%

Color #4F3F61 in popluar number systems.

HEX4F3F61
Decimal796397
Binary10011111111111100001
Octal11777141

Shades and tints

Shades of #4F3F61

#4F3F61
(79,63,97)
#483A59
(72,58,89)
#413551
(65,53,81)
#3A3049
(58,48,73)
#332B41
(51,43,65)
#2C2639
(44,38,57)
#252131
(37,33,49)
#1E1C29
(30,28,41)
#171721
(23,23,33)
#101219
(16,18,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #4F3F61

#4F3F61
(79,63,97)
#5F506F
(95,80,111)
#6F617D
(111,97,125)
#7F728B
(127,114,139)
#8F8399
(143,131,153)
#9F94A7
(159,148,167)
#AFA5B5
(175,165,181)
#BFB6C3
(191,182,195)
#CFC7D1
(207,199,209)
#DFD8DF
(223,216,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3F61 color. Also use rgb(79,63,97) instead hex code.

Text Font Color

.myTextColor { color: #4F3F61; }

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

This text font color is #4F3F61.


Background Color

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

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

This div background color is #4F3F61.


Border color

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

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

This div border color is #4F3F61.


Opacity

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

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

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

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

This text has shadow with #4F3F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F61 on black background.


Color preview on white background

This text has color #4F3F61 on white background.



Black color preview on #4F3F61 background

This text has black color on #4F3F61 background.


White color preview on #4F3F61 background

This text has white color on #4F3F61 background.