COLOR #4F132B

HEX: #4F132B
RGB: (79,19,43)

Color info

#4F132B contains mainly red and blue colors. Web safe color of #4F132B is #660033 (or #603).

RGB color model

#4F132B color RGB value is (79,19,43).

  • red value is 79;
  • green value is 19;
  • blue value is 43.
RGB:
(79,19,43)
(31%,7%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 43 of 255 = 17%

79
19
43

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

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 43 = 141 (100%)
R 79 of 141 ~ 56.03%
G 19 of 141 ~ 13.48%
B 43 of 141 ~ 30.5%

%56.03
%13.48
%30.5

CMYK color model

#4F132B color CMYK value is (0,76,46,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,76,46,69)
C0M76Y46K69 
(0%,76%,46%,69%)
(0.00/0.76/0.46/0.69)	

CMYK percentages

%0
%75.95
%45.57
%69.02

Codes

Color #4F132B in popluar color models

4F132B
RGB791943
HSL336°61.22%19.22%
HSB/HSV336°75.95%30.98%
CMYK0.00%75.95%45.57%
69.02%

Color #4F132B in popluar number systems.

HEX4F132B
Decimal791943
Binary100111110011101011
Octal1172353

Shades and tints

Shades of #4F132B

#4F132B
(79,19,43)
#481228
(72,18,40)
#411125
(65,17,37)
#3A1022
(58,16,34)
#330F1F
(51,15,31)
#2C0E1C
(44,14,28)
#250D19
(37,13,25)
#1E0C16
(30,12,22)
#170B13
(23,11,19)
#100A10
(16,10,16)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F132B

#4F132B
(79,19,43)
#5F283E
(95,40,62)
#6F3D51
(111,61,81)
#7F5264
(127,82,100)
#8F6777
(143,103,119)
#9F7C8A
(159,124,138)
#AF919D
(175,145,157)
#BFA6B0
(191,166,176)
#CFBBC3
(207,187,195)
#DFD0D6
(223,208,214)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F132B color. Also use rgb(79,19,43) instead hex code.

Text Font Color

.myTextColor { color: #4F132B; }

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

This text font color is #4F132B.


Background Color

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

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

This div background color is #4F132B.


Border color

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

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

This div border color is #4F132B.


Opacity

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

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

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

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

This text has shadow with #4F132B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F132B on black background.


Color preview on white background

This text has color #4F132B on white background.



Black color preview on #4F132B background

This text has black color on #4F132B background.


White color preview on #4F132B background

This text has white color on #4F132B background.