COLOR #4F316D

HEX: #4F316D RGB: (79,49,109)

Color info

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

RGB color model

#4F316D color RGB value is (79,49,109).

RGB: (79,49,109) (31%, 19%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 109 of 255 = 43%

79
49
109

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

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 109 = 237 (100%)
R 79 of 237 ~ 33.33%
G 49 of 237 ~ 20.68%
B 109 of 237 ~ 45.99'%

%33.33
%20.68
%45.99

CMYK color model

#4F316D color CMYK value is (28,55,0,57).

  • cyan value is 27.52%
  • magenta value is 55.05%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (28,55,0,57) C28M55Y0K57 (28%,55%,0%,57%) (0.28/0.55/0.00/0.57) 

CMYK percentages

%27.52
%55.05
%0
%57.25

Codes

Color #4F316D in popluar color models

4F 31 6D
RGB 79 49 109
HSL 270° 37.97% 30.98%
HSB/HSV 270° 55.05% 42.75%
CMYK 27.52% 55.05% 0.00%
57.25%

Color #4F316D in popluar number systems.

HEX 4F 31 6D
Decimal 79 49 109
Binary 1001111 110001 1101101
Octal 117 61 155

Shades and tints

Shades of #4F316D

#4F316D
(79,49,109)
#482D64
(72,45,100)
#41295B
(65,41,91)
#3A2552
(58,37,82)
#332149
(51,33,73)
#2C1D40
(44,29,64)
#251937
(37,25,55)
#1E152E
(30,21,46)
#171125
(23,17,37)
#100D1C
(16,13,28)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #4F316D

#4F316D
(79,49,109)
#5F437A
(95,67,122)
#6F5587
(111,85,135)
#7F6794
(127,103,148)
#8F79A1
(143,121,161)
#9F8BAE
(159,139,174)
#AF9DBB
(175,157,187)
#BFAFC8
(191,175,200)
#CFC1D5
(207,193,213)
#DFD3E2
(223,211,226)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F316D color. Also use rgb(79,49,109) instead hex code.

Text Font Color

.myTextColor { color: #4F316D; }

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

This text font color is #4F316D.

Background Color

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

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

This div background color is #4F316D.

Border color

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

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

This div border color is #4F316D.

Opacity

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

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

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

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

This text has shadow with #4F316D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F316D.

Preview

Color preview on black background

This text has color #4F316D on black background.


Color preview on white background

This text has color #4F316D on white background.


Black color preview on #4F316D background

This text has black color on #4F316D background.


White color preview on #4F316D background

This text has white color on #4F316D background.


Related colors

Complementary color

Complementary color for #hex is #B0CE92.


I love getcolorcode.com

Triadic colors

1 #6D4F31 and #316D4F with #4F316D are triadic colors.

2 #6D314F and #314F6D with #4F316D are triadic colors.