COLOR #4F385F

HEX: #4F385F
RGB: (79,56,95)

Color info

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

RGB color model

#4F385F color RGB value is (79,56,95).

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

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 95 of 255 = 37%

79
56
95

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

Portions of RGB colors in percentages

R + G + B =
79 + 56 + 95 = 230 (100%)
R 79 of 230 ~ 34.35%
G 56 of 230 ~ 24.35%
B 95 of 230 ~ 41.3%

%34.35
%24.35
%41.3

CMYK color model

#4F385F color CMYK value is (17,41,0,63).

  • cyan value is 16.84%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(17,41,0,63)
C17M41Y0K63 
(17%,41%,0%,63%)
(0.17/0.41/0.00/0.63)	

CMYK percentages

%16.84
%41.05
%0
%62.75

Codes

Color #4F385F in popluar color models

4F385F
RGB795695
HSL275°25.83%29.61%
HSB/HSV275°41.05%37.25%
CMYK16.84%41.05%0.00%
62.75%

Color #4F385F in popluar number systems.

HEX4F385F
Decimal795695
Binary10011111110001011111
Octal11770137

Shades and tints

Shades of #4F385F

#4F385F
(79,56,95)
#483357
(72,51,87)
#412E4F
(65,46,79)
#3A2947
(58,41,71)
#33243F
(51,36,63)
#2C1F37
(44,31,55)
#251A2F
(37,26,47)
#1E1527
(30,21,39)
#17101F
(23,16,31)
#100B17
(16,11,23)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #4F385F

#4F385F
(79,56,95)
#5F4A6D
(95,74,109)
#6F5C7B
(111,92,123)
#7F6E89
(127,110,137)
#8F8097
(143,128,151)
#9F92A5
(159,146,165)
#AFA4B3
(175,164,179)
#BFB6C1
(191,182,193)
#CFC8CF
(207,200,207)
#DFDADD
(223,218,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F385F; }

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

This text font color is #4F385F.


Background Color

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

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

This div background color is #4F385F.


Border color

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

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

This div border color is #4F385F.


Opacity

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

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

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

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

This text has shadow with #4F385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F385F on black background.


Color preview on white background

This text has color #4F385F on white background.



Black color preview on #4F385F background

This text has black color on #4F385F background.


White color preview on #4F385F background

This text has white color on #4F385F background.