COLOR #4F2424

HEX: #4F2424
RGB: (79,36,36)

Color info

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

RGB color model

#4F2424 color RGB value is (79,36,36).

  • red value is 79;
  • green value is 36;
  • blue value is 36.
RGB:
(79,36,36)
(31%,14%,14%)

RGB channels and saturation

R 79 of 255 = 31%
G 36 of 255 = 14%
B 36 of 255 = 14%

79
36
36

R + G + B ~ 20%. #4F2424 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 36 + 36 = 151 (100%)
R 79 of 151 ~ 52.32%
G 36 of 151 ~ 23.84%
B 36 of 151 ~ 23.84%

%52.32
%23.84
%23.84

CMYK color model

#4F2424 color CMYK value is (0,54,54,69).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 54.43%
  • key color value is 69.02%
CMYK:
(0,54,54,69)
C0M54Y54K69 
(0%,54%,54%,69%)
(0.00/0.54/0.54/0.69)	

CMYK percentages

%0
%54.43
%54.43
%69.02

Codes

Color #4F2424 in popluar color models

4F2424
RGB793636
HSL37.39%22.55%
HSB/HSV54.43%30.98%
CMYK0.00%54.43%54.43%
69.02%

Color #4F2424 in popluar number systems.

HEX4F2424
Decimal793636
Binary1001111100100100100
Octal1174444

Shades and tints

Shades of #4F2424

#4F2424
(79,36,36)
#482121
(72,33,33)
#411E1E
(65,30,30)
#3A1B1B
(58,27,27)
#331818
(51,24,24)
#2C1515
(44,21,21)
#251212
(37,18,18)
#1E0F0F
(30,15,15)
#170C0C
(23,12,12)
#100909
(16,9,9)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #4F2424

#4F2424
(79,36,36)
#5F3737
(95,55,55)
#6F4A4A
(111,74,74)
#7F5D5D
(127,93,93)
#8F7070
(143,112,112)
#9F8383
(159,131,131)
#AF9696
(175,150,150)
#BFA9A9
(191,169,169)
#CFBCBC
(207,188,188)
#DFCFCF
(223,207,207)
#EFE2E2
(239,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2424; }

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

This text font color is #4F2424.


Background Color

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

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

This div background color is #4F2424.


Border color

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

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

This div border color is #4F2424.


Opacity

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

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

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

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

This text has shadow with #4F2424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2424 on black background.


Color preview on white background

This text has color #4F2424 on white background.



Black color preview on #4F2424 background

This text has black color on #4F2424 background.


White color preview on #4F2424 background

This text has white color on #4F2424 background.