COLOR #4F1E1C

HEX: #4F1E1C
RGB: (79,30,28)

Color info

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

RGB color model

#4F1E1C color RGB value is (79,30,28).

  • red value is 79;
  • green value is 30;
  • blue value is 28.
RGB:
(79,30,28)
(31%,12%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 30 of 255 = 12%
B 28 of 255 = 11%

79
30
28

R + G + B ~ 18%. #4F1E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 30 + 28 = 137 (100%)
R 79 of 137 ~ 57.66%
G 30 of 137 ~ 21.9%
B 28 of 137 ~ 20.44%

%57.66
%21.9
%20.44

CMYK color model

#4F1E1C color CMYK value is (0,62,65,69).

  • cyan value is 0.00%
  • magenta value is 62.03%
  • yellow value is 64.56%
  • key color value is 69.02%
CMYK:
(0,62,65,69)
C0M62Y65K69 
(0%,62%,65%,69%)
(0.00/0.62/0.65/0.69)	

CMYK percentages

%0
%62.03
%64.56
%69.02

Codes

Color #4F1E1C in popluar color models

4F1E1C
RGB793028
HSL47.66%20.98%
HSB/HSV64.56%30.98%
CMYK0.00%62.03%64.56%
69.02%

Color #4F1E1C in popluar number systems.

HEX4F1E1C
Decimal793028
Binary10011111111011100
Octal1173634

Shades and tints

Shades of #4F1E1C

#4F1E1C
(79,30,28)
#481C1A
(72,28,26)
#411A18
(65,26,24)
#3A1816
(58,24,22)
#331614
(51,22,20)
#2C1412
(44,20,18)
#251210
(37,18,16)
#1E100E
(30,16,14)
#170E0C
(23,14,12)
#100C0A
(16,12,10)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #4F1E1C

#4F1E1C
(79,30,28)
#5F3230
(95,50,48)
#6F4644
(111,70,68)
#7F5A58
(127,90,88)
#8F6E6C
(143,110,108)
#9F8280
(159,130,128)
#AF9694
(175,150,148)
#BFAAA8
(191,170,168)
#CFBEBC
(207,190,188)
#DFD2D0
(223,210,208)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1E1C; }

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

This text font color is #4F1E1C.


Background Color

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

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

This div background color is #4F1E1C.


Border color

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

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

This div border color is #4F1E1C.


Opacity

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

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

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

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

This text has shadow with #4F1E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1E1C on black background.


Color preview on white background

This text has color #4F1E1C on white background.



Black color preview on #4F1E1C background

This text has black color on #4F1E1C background.


White color preview on #4F1E1C background

This text has white color on #4F1E1C background.