COLOR #4F1C3E

HEX: #4F1C3E
RGB: (79,28,62)

Color info

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

RGB color model

#4F1C3E color RGB value is (79,28,62).

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

RGB channels and saturation

R 79 of 255 = 31%
G 28 of 255 = 11%
B 62 of 255 = 24%

79
28
62

R + G + B ~ 22%. #4F1C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 28 + 62 = 169 (100%)
R 79 of 169 ~ 46.75%
G 28 of 169 ~ 16.57%
B 62 of 169 ~ 36.69%

%46.75
%16.57
%36.69

CMYK color model

#4F1C3E color CMYK value is (0,65,22,69).

  • cyan value is 0.00%
  • magenta value is 64.56%
  • yellow value is 21.52%
  • key color value is 69.02%
CMYK:
(0,65,22,69)
C0M65Y22K69 
(0%,65%,22%,69%)
(0.00/0.65/0.22/0.69)	

CMYK percentages

%0
%64.56
%21.52
%69.02

Codes

Color #4F1C3E in popluar color models

4F1C3E
RGB792862
HSL320°47.66%20.98%
HSB/HSV320°64.56%30.98%
CMYK0.00%64.56%21.52%
69.02%

Color #4F1C3E in popluar number systems.

HEX4F1C3E
Decimal792862
Binary100111111100111110
Octal1173476

Shades and tints

Shades of #4F1C3E

#4F1C3E
(79,28,62)
#481A39
(72,26,57)
#411834
(65,24,52)
#3A162F
(58,22,47)
#33142A
(51,20,42)
#2C1225
(44,18,37)
#251020
(37,16,32)
#1E0E1B
(30,14,27)
#170C16
(23,12,22)
#100A11
(16,10,17)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #4F1C3E

#4F1C3E
(79,28,62)
#5F304F
(95,48,79)
#6F4460
(111,68,96)
#7F5871
(127,88,113)
#8F6C82
(143,108,130)
#9F8093
(159,128,147)
#AF94A4
(175,148,164)
#BFA8B5
(191,168,181)
#CFBCC6
(207,188,198)
#DFD0D7
(223,208,215)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1C3E; }

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

This text font color is #4F1C3E.


Background Color

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

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

This div background color is #4F1C3E.


Border color

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

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

This div border color is #4F1C3E.


Opacity

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

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

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

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

This text has shadow with #4F1C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1C3E on black background.


Color preview on white background

This text has color #4F1C3E on white background.



Black color preview on #4F1C3E background

This text has black color on #4F1C3E background.


White color preview on #4F1C3E background

This text has white color on #4F1C3E background.