COLOR #4F1C1E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
28
30

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

Portions of RGB colors in percentages

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

%57.66
%20.44
%21.9

CMYK color model

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

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

CMYK percentages

%0
%64.56
%62.03
%69.02

Codes

Color #4F1C1E in popluar color models

4F1C1E
RGB792830
HSL358°47.66%20.98%
HSB/HSV358°64.56%30.98%
CMYK0.00%64.56%62.03%
69.02%

Color #4F1C1E in popluar number systems.

HEX4F1C1E
Decimal792830
Binary10011111110011110
Octal1173436

Shades and tints

Shades of #4F1C1E

#4F1C1E
(79,28,30)
#481A1C
(72,26,28)
#41181A
(65,24,26)
#3A1618
(58,22,24)
#331416
(51,20,22)
#2C1214
(44,18,20)
#251012
(37,16,18)
#1E0E10
(30,14,16)
#170C0E
(23,12,14)
#100A0C
(16,10,12)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #4F1C1E

#4F1C1E
(79,28,30)
#5F3032
(95,48,50)
#6F4446
(111,68,70)
#7F585A
(127,88,90)
#8F6C6E
(143,108,110)
#9F8082
(159,128,130)
#AF9496
(175,148,150)
#BFA8AA
(191,168,170)
#CFBCBE
(207,188,190)
#DFD0D2
(223,208,210)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1C1E; }

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

This text font color is #4F1C1E.


Background Color

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

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

This div background color is #4F1C1E.


Border color

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

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

This div border color is #4F1C1E.


Opacity

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

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

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

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

This text has shadow with #4F1C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1C1E on black background.


Color preview on white background

This text has color #4F1C1E on white background.



Black color preview on #4F1C1E background

This text has black color on #4F1C1E background.


White color preview on #4F1C1E background

This text has white color on #4F1C1E background.