COLOR #4F3F55

HEX: #4F3F55 RGB: (79,63,85)

Color info

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

RGB color model

#4F3F55 color RGB value is (79,63,85).

RGB: (79,63,85) (31%, 25%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 85 of 255 = 33%

79
63
85

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

Portions of RGB colors in percentages

R + G + B = 79 + 63 + 85 = 227 (100%)
R 79 of 227 ~ 34.8%
G 63 of 227 ~ 27.75%
B 85 of 227 ~ 37.44'%

%34.8
%27.75
%37.44

CMYK color model

#4F3F55 color CMYK value is (7,26,0,67).

  • cyan value is 7.06%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (7,26,0,67)
C7M26Y0K67 (7%, 26%, 0%, 67%)
(0.07 / 0.26 / 0.00 / 0.67)

CMYK percentages

%7.06
%25.88
%0
%66.67

Codes

Color #4F3F55 in popluar color models

4F 3F 55
RGB 79 63 85
HSL 284° 14.86% 29.02%
HSB/HSV 284° 25.88% 33.33%
CMYK 7.06% 25.88% 0.00%
66.67%

Color #4F3F55 in popluar number systems.

HEX 4F 3F 55
Decimal 79 63 85
Binary 1001111 111111 1010101
Octal 117 77 125

Shades and tints

Shades of #4F3F55

#4F3F55
(79,63,85)
#483A4E
(72,58,78)
#413547
(65,53,71)
#3A3040
(58,48,64)
#332B39
(51,43,57)
#2C2632
(44,38,50)
#25212B
(37,33,43)
#1E1C24
(30,28,36)
#17171D
(23,23,29)
#101216
(16,18,22)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F3F55

#4F3F55
(79,63,85)
#5F5064
(95,80,100)
#6F6173
(111,97,115)
#7F7282
(127,114,130)
#8F8391
(143,131,145)
#9F94A0
(159,148,160)
#AFA5AF
(175,165,175)
#BFB6BE
(191,182,190)
#CFC7CD
(207,199,205)
#DFD8DC
(223,216,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3F55 color. Also use rgb(79,63,85) instead hex code.

Text Font Color

.myTextColor { color: #4F3F55; }

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

This text font color is #4F3F55.

Background Color

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

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

This div background color is #4F3F55.

Border color

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

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

This div border color is #4F3F55.

Opacity

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

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

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

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

This text has shadow with #4F3F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3F55.

Preview

Color preview on black background

This text has color #4F3F55 on black background.


Color preview on white background

This text has color #4F3F55 on white background.


Black color preview on #4F3F55 background

This text has black color on #4F3F55 background.


White color preview on #4F3F55 background

This text has white color on #4F3F55 background.


Related colors

Complementary color

Complementary color for #hex is #B0C0AA.


I love getcolorcode.com

Triadic colors

1 #554F3F and #3F554F with #4F3F55 are triadic colors.

2 #553F4F and #3F4F55 with #4F3F55 are triadic colors.