COLOR #4F1D24

HEX: #4F1D24
RGB: (79,29,36)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
29
36

R + G + B ~ 19%. #4F1D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 29 + 36 = 144 (100%)
R 79 of 144 ~ 54.86%
G 29 of 144 ~ 20.14%
B 36 of 144 ~ 25%

%54.86
%20.14
%25

CMYK color model

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

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

CMYK percentages

%0
%63.29
%54.43
%69.02

Codes

Color #4F1D24 in popluar color models

4F1D24
RGB792936
HSL352°46.30%21.18%
HSB/HSV352°63.29%30.98%
CMYK0.00%63.29%54.43%
69.02%

Color #4F1D24 in popluar number systems.

HEX4F1D24
Decimal792936
Binary100111111101100100
Octal1173544

Shades and tints

Shades of #4F1D24

#4F1D24
(79,29,36)
#481B21
(72,27,33)
#41191E
(65,25,30)
#3A171B
(58,23,27)
#331518
(51,21,24)
#2C1315
(44,19,21)
#251112
(37,17,18)
#1E0F0F
(30,15,15)
#170D0C
(23,13,12)
#100B09
(16,11,9)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F1D24

#4F1D24
(79,29,36)
#5F3137
(95,49,55)
#6F454A
(111,69,74)
#7F595D
(127,89,93)
#8F6D70
(143,109,112)
#9F8183
(159,129,131)
#AF9596
(175,149,150)
#BFA9A9
(191,169,169)
#CFBDBC
(207,189,188)
#DFD1CF
(223,209,207)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1D24; }

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

This text font color is #4F1D24.


Background Color

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

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

This div background color is #4F1D24.


Border color

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

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

This div border color is #4F1D24.


Opacity

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

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

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

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

This text has shadow with #4F1D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1D24 on black background.


Color preview on white background

This text has color #4F1D24 on white background.



Black color preview on #4F1D24 background

This text has black color on #4F1D24 background.


White color preview on #4F1D24 background

This text has white color on #4F1D24 background.