COLOR #4F3F40

HEX: #4F3F40
RGB: (79,63,64)

Color info

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

RGB color model

#4F3F40 color RGB value is (79,63,64).

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

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 64 of 255 = 25%

79
63
64

R + G + B ~ 27%. #4F3F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 64 = 206 (100%)
R 79 of 206 ~ 38.35%
G 63 of 206 ~ 30.58%
B 64 of 206 ~ 31.07%

%38.35
%30.58
%31.07

CMYK color model

#4F3F40 color CMYK value is (0,20,19,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 18.99%
  • key color value is 69.02%
CMYK:
(0,20,19,69)
C0M20Y19K69 
(0%,20%,19%,69%)
(0.00/0.20/0.19/0.69)	

CMYK percentages

%0
%20.25
%18.99
%69.02

Codes

Color #4F3F40 in popluar color models

4F3F40
RGB796364
HSL356°11.27%27.84%
HSB/HSV356°20.25%30.98%
CMYK0.00%20.25%18.99%
69.02%

Color #4F3F40 in popluar number systems.

HEX4F3F40
Decimal796364
Binary10011111111111000000
Octal11777100

Shades and tints

Shades of #4F3F40

#4F3F40
(79,63,64)
#483A3B
(72,58,59)
#413536
(65,53,54)
#3A3031
(58,48,49)
#332B2C
(51,43,44)
#2C2627
(44,38,39)
#252122
(37,33,34)
#1E1C1D
(30,28,29)
#171718
(23,23,24)
#101213
(16,18,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F3F40

#4F3F40
(79,63,64)
#5F5051
(95,80,81)
#6F6162
(111,97,98)
#7F7273
(127,114,115)
#8F8384
(143,131,132)
#9F9495
(159,148,149)
#AFA5A6
(175,165,166)
#BFB6B7
(191,182,183)
#CFC7C8
(207,199,200)
#DFD8D9
(223,216,217)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3F40; }

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

This text font color is #4F3F40.


Background Color

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

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

This div background color is #4F3F40.


Border color

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

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

This div border color is #4F3F40.


Opacity

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

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

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

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

This text has shadow with #4F3F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F40 on black background.


Color preview on white background

This text has color #4F3F40 on white background.



Black color preview on #4F3F40 background

This text has black color on #4F3F40 background.


White color preview on #4F3F40 background

This text has white color on #4F3F40 background.