COLOR #4F325D

HEX: #4F325D
RGB: (79,50,93)

Color info

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

RGB color model

#4F325D color RGB value is (79,50,93).

  • red value is 79;
  • green value is 50;
  • blue value is 93.
RGB:
(79,50,93)
(31%,20%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 93 of 255 = 36%

79
50
93

R + G + B ~ 29%. #4F325D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 93 = 222 (100%)
R 79 of 222 ~ 35.59%
G 50 of 222 ~ 22.52%
B 93 of 222 ~ 41.89%

%35.59
%22.52
%41.89

CMYK color model

#4F325D color CMYK value is (15,46,0,64).

  • cyan value is 15.05%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,46,0,64)
C15M46Y0K64 
(15%,46%,0%,64%)
(0.15/0.46/0.00/0.64)	

CMYK percentages

%15.05
%46.24
%0
%63.53

Codes

Color #4F325D in popluar color models

4F325D
RGB795093
HSL280°30.07%28.04%
HSB/HSV280°46.24%36.47%
CMYK15.05%46.24%0.00%
63.53%

Color #4F325D in popluar number systems.

HEX4F325D
Decimal795093
Binary10011111100101011101
Octal11762135

Shades and tints

Shades of #4F325D

#4F325D
(79,50,93)
#482E55
(72,46,85)
#412A4D
(65,42,77)
#3A2645
(58,38,69)
#33223D
(51,34,61)
#2C1E35
(44,30,53)
#251A2D
(37,26,45)
#1E1625
(30,22,37)
#17121D
(23,18,29)
#100E15
(16,14,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F325D

#4F325D
(79,50,93)
#5F446B
(95,68,107)
#6F5679
(111,86,121)
#7F6887
(127,104,135)
#8F7A95
(143,122,149)
#9F8CA3
(159,140,163)
#AF9EB1
(175,158,177)
#BFB0BF
(191,176,191)
#CFC2CD
(207,194,205)
#DFD4DB
(223,212,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F325D color. Also use rgb(79,50,93) instead hex code.

Text Font Color

.myTextColor { color: #4F325D; }

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

This text font color is #4F325D.


Background Color

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

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

This div background color is #4F325D.


Border color

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

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

This div border color is #4F325D.


Opacity

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

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

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

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

This text has shadow with #4F325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F325D on black background.


Color preview on white background

This text has color #4F325D on white background.



Black color preview on #4F325D background

This text has black color on #4F325D background.


White color preview on #4F325D background

This text has white color on #4F325D background.