COLOR #4F3F4A

HEX: #4F3F4A
RGB: (79,63,74)

Color info

#4F3F4A contains red, green and blue colors in about the same proportion. Web safe color of #4F3F4A is #663333 (or #633).

RGB color model

#4F3F4A color RGB value is (79,63,74).

  • red value is 79;
  • green value is 63;
  • blue value is 74.
RGB:
(79,63,74)
(31%,25%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 74 of 255 = 29%

79
63
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 74 = 216 (100%)
R 79 of 216 ~ 36.57%
G 63 of 216 ~ 29.17%
B 74 of 216 ~ 34.26%

%36.57
%29.17
%34.26

CMYK color model

#4F3F4A color CMYK value is (0,20,6,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,20,6,69)
C0M20Y6K69 
(0%,20%,6%,69%)
(0.00/0.20/0.06/0.69)	

CMYK percentages

%0
%20.25
%6.33
%69.02

Codes

Color #4F3F4A in popluar color models

4F3F4A
RGB796374
HSL319°11.27%27.84%
HSB/HSV319°20.25%30.98%
CMYK0.00%20.25%6.33%
69.02%

Color #4F3F4A in popluar number systems.

HEX4F3F4A
Decimal796374
Binary10011111111111001010
Octal11777112

Shades and tints

Shades of #4F3F4A

#4F3F4A
(79,63,74)
#483A44
(72,58,68)
#41353E
(65,53,62)
#3A3038
(58,48,56)
#332B32
(51,43,50)
#2C262C
(44,38,44)
#252126
(37,33,38)
#1E1C20
(30,28,32)
#17171A
(23,23,26)
#101214
(16,18,20)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F3F4A

#4F3F4A
(79,63,74)
#5F505A
(95,80,90)
#6F616A
(111,97,106)
#7F727A
(127,114,122)
#8F838A
(143,131,138)
#9F949A
(159,148,154)
#AFA5AA
(175,165,170)
#BFB6BA
(191,182,186)
#CFC7CA
(207,199,202)
#DFD8DA
(223,216,218)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3F4A; }

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

This text font color is #4F3F4A.


Background Color

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

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

This div background color is #4F3F4A.


Border color

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

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

This div border color is #4F3F4A.


Opacity

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

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

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

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

This text has shadow with #4F3F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F4A on black background.


Color preview on white background

This text has color #4F3F4A on white background.



Black color preview on #4F3F4A background

This text has black color on #4F3F4A background.


White color preview on #4F3F4A background

This text has white color on #4F3F4A background.