COLOR #4F326B

HEX: #4F326B
RGB: (79,50,107)

Color info

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

RGB color model

#4F326B color RGB value is (79,50,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 107 of 255 = 42%

79
50
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 107 = 236 (100%)
R 79 of 236 ~ 33.47%
G 50 of 236 ~ 21.19%
B 107 of 236 ~ 45.34%

%33.47
%21.19
%45.34

CMYK color model

#4F326B color CMYK value is (26,53,0,58).

  • cyan value is 26.17%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,53,0,58)
C26M53Y0K58 
(26%,53%,0%,58%)
(0.26/0.53/0.00/0.58)	

CMYK percentages

%26.17
%53.27
%0
%58.04

Codes

Color #4F326B in popluar color models

4F326B
RGB7950107
HSL271°36.31%30.78%
HSB/HSV271°53.27%41.96%
CMYK26.17%53.27%0.00%
58.04%

Color #4F326B in popluar number systems.

HEX4F326B
Decimal7950107
Binary10011111100101101011
Octal11762153

Shades and tints

Shades of #4F326B

#4F326B
(79,50,107)
#482E62
(72,46,98)
#412A59
(65,42,89)
#3A2650
(58,38,80)
#332247
(51,34,71)
#2C1E3E
(44,30,62)
#251A35
(37,26,53)
#1E162C
(30,22,44)
#171223
(23,18,35)
#100E1A
(16,14,26)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #4F326B

#4F326B
(79,50,107)
#5F4478
(95,68,120)
#6F5685
(111,86,133)
#7F6892
(127,104,146)
#8F7A9F
(143,122,159)
#9F8CAC
(159,140,172)
#AF9EB9
(175,158,185)
#BFB0C6
(191,176,198)
#CFC2D3
(207,194,211)
#DFD4E0
(223,212,224)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F326B; }

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

This text font color is #4F326B.


Background Color

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

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

This div background color is #4F326B.


Border color

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

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

This div border color is #4F326B.


Opacity

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

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

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

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

This text has shadow with #4F326B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F326B on black background.


Color preview on white background

This text has color #4F326B on white background.



Black color preview on #4F326B background

This text has black color on #4F326B background.


White color preview on #4F326B background

This text has white color on #4F326B background.