COLOR #4F385B

HEX: #4F385B
RGB: (79,56,91)

Color info

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

RGB color model

#4F385B color RGB value is (79,56,91).

  • red value is 79;
  • green value is 56;
  • blue value is 91.
RGB:
(79,56,91)
(31%,22%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 91 of 255 = 36%

79
56
91

R + G + B ~ 30%. #4F385B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 56 + 91 = 226 (100%)
R 79 of 226 ~ 34.96%
G 56 of 226 ~ 24.78%
B 91 of 226 ~ 40.27%

%34.96
%24.78
%40.27

CMYK color model

#4F385B color CMYK value is (13,38,0,64).

  • cyan value is 13.19%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(13,38,0,64)
C13M38Y0K64 
(13%,38%,0%,64%)
(0.13/0.38/0.00/0.64)	

CMYK percentages

%13.19
%38.46
%0
%64.31

Codes

Color #4F385B in popluar color models

4F385B
RGB795691
HSL279°23.81%28.82%
HSB/HSV279°38.46%35.69%
CMYK13.19%38.46%0.00%
64.31%

Color #4F385B in popluar number systems.

HEX4F385B
Decimal795691
Binary10011111110001011011
Octal11770133

Shades and tints

Shades of #4F385B

#4F385B
(79,56,91)
#483353
(72,51,83)
#412E4B
(65,46,75)
#3A2943
(58,41,67)
#33243B
(51,36,59)
#2C1F33
(44,31,51)
#251A2B
(37,26,43)
#1E1523
(30,21,35)
#17101B
(23,16,27)
#100B13
(16,11,19)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F385B

#4F385B
(79,56,91)
#5F4A69
(95,74,105)
#6F5C77
(111,92,119)
#7F6E85
(127,110,133)
#8F8093
(143,128,147)
#9F92A1
(159,146,161)
#AFA4AF
(175,164,175)
#BFB6BD
(191,182,189)
#CFC8CB
(207,200,203)
#DFDAD9
(223,218,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F385B color. Also use rgb(79,56,91) instead hex code.

Text Font Color

.myTextColor { color: #4F385B; }

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

This text font color is #4F385B.


Background Color

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

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

This div background color is #4F385B.


Border color

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

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

This div border color is #4F385B.


Opacity

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

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

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

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

This text has shadow with #4F385B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F385B on black background.


Color preview on white background

This text has color #4F385B on white background.



Black color preview on #4F385B background

This text has black color on #4F385B background.


White color preview on #4F385B background

This text has white color on #4F385B background.