COLOR #4F396B

HEX: #4F396B
RGB: (79,57,107)

Color info

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

RGB color model

#4F396B color RGB value is (79,57,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 107 of 255 = 42%

79
57
107

R + G + B ~ 32%. #4F396B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 107 = 243 (100%)
R 79 of 243 ~ 32.51%
G 57 of 243 ~ 23.46%
B 107 of 243 ~ 44.03%

%32.51
%23.46
%44.03

CMYK color model

#4F396B color CMYK value is (26,47,0,58).

  • cyan value is 26.17%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,47,0,58)
C26M47Y0K58 
(26%,47%,0%,58%)
(0.26/0.47/0.00/0.58)	

CMYK percentages

%26.17
%46.73
%0
%58.04

Codes

Color #4F396B in popluar color models

4F396B
RGB7957107
HSL266°30.49%32.16%
HSB/HSV266°46.73%41.96%
CMYK26.17%46.73%0.00%
58.04%

Color #4F396B in popluar number systems.

HEX4F396B
Decimal7957107
Binary10011111110011101011
Octal11771153

Shades and tints

Shades of #4F396B

#4F396B
(79,57,107)
#483462
(72,52,98)
#412F59
(65,47,89)
#3A2A50
(58,42,80)
#332547
(51,37,71)
#2C203E
(44,32,62)
#251B35
(37,27,53)
#1E162C
(30,22,44)
#171123
(23,17,35)
#100C1A
(16,12,26)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #4F396B

#4F396B
(79,57,107)
#5F4B78
(95,75,120)
#6F5D85
(111,93,133)
#7F6F92
(127,111,146)
#8F819F
(143,129,159)
#9F93AC
(159,147,172)
#AFA5B9
(175,165,185)
#BFB7C6
(191,183,198)
#CFC9D3
(207,201,211)
#DFDBE0
(223,219,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F396B; }

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

This text font color is #4F396B.


Background Color

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

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

This div background color is #4F396B.


Border color

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

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

This div border color is #4F396B.


Opacity

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

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

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

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

This text has shadow with #4F396B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F396B on black background.


Color preview on white background

This text has color #4F396B on white background.



Black color preview on #4F396B background

This text has black color on #4F396B background.


White color preview on #4F396B background

This text has white color on #4F396B background.