COLOR #4F1C38

HEX: #4F1C38
RGB: (79,28,56)

Color info

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

RGB color model

#4F1C38 color RGB value is (79,28,56).

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

RGB channels and saturation

R 79 of 255 = 31%
G 28 of 255 = 11%
B 56 of 255 = 22%

79
28
56

R + G + B ~ 21%. #4F1C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 28 + 56 = 163 (100%)
R 79 of 163 ~ 48.47%
G 28 of 163 ~ 17.18%
B 56 of 163 ~ 34.36%

%48.47
%17.18
%34.36

CMYK color model

#4F1C38 color CMYK value is (0,65,29,69).

  • cyan value is 0.00%
  • magenta value is 64.56%
  • yellow value is 29.11%
  • key color value is 69.02%
CMYK:
(0,65,29,69)
C0M65Y29K69 
(0%,65%,29%,69%)
(0.00/0.65/0.29/0.69)	

CMYK percentages

%0
%64.56
%29.11
%69.02

Codes

Color #4F1C38 in popluar color models

4F1C38
RGB792856
HSL327°47.66%20.98%
HSB/HSV327°64.56%30.98%
CMYK0.00%64.56%29.11%
69.02%

Color #4F1C38 in popluar number systems.

HEX4F1C38
Decimal792856
Binary100111111100111000
Octal1173470

Shades and tints

Shades of #4F1C38

#4F1C38
(79,28,56)
#481A33
(72,26,51)
#41182E
(65,24,46)
#3A1629
(58,22,41)
#331424
(51,20,36)
#2C121F
(44,18,31)
#25101A
(37,16,26)
#1E0E15
(30,14,21)
#170C10
(23,12,16)
#100A0B
(16,10,11)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #4F1C38

#4F1C38
(79,28,56)
#5F304A
(95,48,74)
#6F445C
(111,68,92)
#7F586E
(127,88,110)
#8F6C80
(143,108,128)
#9F8092
(159,128,146)
#AF94A4
(175,148,164)
#BFA8B6
(191,168,182)
#CFBCC8
(207,188,200)
#DFD0DA
(223,208,218)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1C38; }

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

This text font color is #4F1C38.


Background Color

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

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

This div background color is #4F1C38.


Border color

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

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

This div border color is #4F1C38.


Opacity

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

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

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

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

This text has shadow with #4F1C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1C38 on black background.


Color preview on white background

This text has color #4F1C38 on white background.



Black color preview on #4F1C38 background

This text has black color on #4F1C38 background.


White color preview on #4F1C38 background

This text has white color on #4F1C38 background.