COLOR #4F4240

HEX: #4F4240
RGB: (79,66,64)

Color info

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

RGB color model

#4F4240 color RGB value is (79,66,64).

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

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 64 of 255 = 25%

79
66
64

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

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 64 = 209 (100%)
R 79 of 209 ~ 37.8%
G 66 of 209 ~ 31.58%
B 64 of 209 ~ 30.62%

%37.8
%31.58
%30.62

CMYK color model

#4F4240 color CMYK value is (0,16,19,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 18.99%
  • key color value is 69.02%
CMYK:
(0,16,19,69)
C0M16Y19K69 
(0%,16%,19%,69%)
(0.00/0.16/0.19/0.69)	

CMYK percentages

%0
%16.46
%18.99
%69.02

Codes

Color #4F4240 in popluar color models

4F4240
RGB796664
HSL10.49%28.04%
HSB/HSV18.99%30.98%
CMYK0.00%16.46%18.99%
69.02%

Color #4F4240 in popluar number systems.

HEX4F4240
Decimal796664
Binary100111110000101000000
Octal117102100

Shades and tints

Shades of #4F4240

#4F4240
(79,66,64)
#483C3B
(72,60,59)
#413636
(65,54,54)
#3A3031
(58,48,49)
#332A2C
(51,42,44)
#2C2427
(44,36,39)
#251E22
(37,30,34)
#1E181D
(30,24,29)
#171218
(23,18,24)
#100C13
(16,12,19)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F4240

#4F4240
(79,66,64)
#5F5351
(95,83,81)
#6F6462
(111,100,98)
#7F7573
(127,117,115)
#8F8684
(143,134,132)
#9F9795
(159,151,149)
#AFA8A6
(175,168,166)
#BFB9B7
(191,185,183)
#CFCAC8
(207,202,200)
#DFDBD9
(223,219,217)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4240; }

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

This text font color is #4F4240.


Background Color

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

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

This div background color is #4F4240.


Border color

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

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

This div border color is #4F4240.


Opacity

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

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

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

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

This text has shadow with #4F4240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4240 on black background.


Color preview on white background

This text has color #4F4240 on white background.



Black color preview on #4F4240 background

This text has black color on #4F4240 background.


White color preview on #4F4240 background

This text has white color on #4F4240 background.