COLOR #4F2F57

HEX: #4F2F57
RGB: (79,47,87)

Color info

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

RGB color model

#4F2F57 color RGB value is (79,47,87).

  • red value is 79;
  • green value is 47;
  • blue value is 87.
RGB:
(79,47,87)
(31%,18%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 87 of 255 = 34%

79
47
87

R + G + B ~ 28%. #4F2F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 47 + 87 = 213 (100%)
R 79 of 213 ~ 37.09%
G 47 of 213 ~ 22.07%
B 87 of 213 ~ 40.85%

%37.09
%22.07
%40.85

CMYK color model

#4F2F57 color CMYK value is (9,46,0,66).

  • cyan value is 9.20%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(9,46,0,66)
C9M46Y0K66 
(9%,46%,0%,66%)
(0.09/0.46/0.00/0.66)	

CMYK percentages

%9.2
%45.98
%0
%65.88

Codes

Color #4F2F57 in popluar color models

4F2F57
RGB794787
HSL288°29.85%26.27%
HSB/HSV288°45.98%34.12%
CMYK9.20%45.98%0.00%
65.88%

Color #4F2F57 in popluar number systems.

HEX4F2F57
Decimal794787
Binary10011111011111010111
Octal11757127

Shades and tints

Shades of #4F2F57

#4F2F57
(79,47,87)
#482B50
(72,43,80)
#412749
(65,39,73)
#3A2342
(58,35,66)
#331F3B
(51,31,59)
#2C1B34
(44,27,52)
#25172D
(37,23,45)
#1E1326
(30,19,38)
#170F1F
(23,15,31)
#100B18
(16,11,24)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #4F2F57

#4F2F57
(79,47,87)
#5F4166
(95,65,102)
#6F5375
(111,83,117)
#7F6584
(127,101,132)
#8F7793
(143,119,147)
#9F89A2
(159,137,162)
#AF9BB1
(175,155,177)
#BFADC0
(191,173,192)
#CFBFCF
(207,191,207)
#DFD1DE
(223,209,222)
#EFE3ED
(239,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2F57 color. Also use rgb(79,47,87) instead hex code.

Text Font Color

.myTextColor { color: #4F2F57; }

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

This text font color is #4F2F57.


Background Color

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

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

This div background color is #4F2F57.


Border color

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

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

This div border color is #4F2F57.


Opacity

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

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

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

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

This text has shadow with #4F2F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2F57 on black background.


Color preview on white background

This text has color #4F2F57 on white background.



Black color preview on #4F2F57 background

This text has black color on #4F2F57 background.


White color preview on #4F2F57 background

This text has white color on #4F2F57 background.