COLOR #4F0C32

HEX: #4F0C32
RGB: (79,12,50)

Color info

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

RGB color model

#4F0C32 color RGB value is (79,12,50).

  • red value is 79;
  • green value is 12;
  • blue value is 50.
RGB:
(79,12,50)
(31%,5%,20%)

RGB channels and saturation

R 79 of 255 = 31%
G 12 of 255 = 5%
B 50 of 255 = 20%

79
12
50

R + G + B ~ 19%. #4F0C32 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 12 + 50 = 141 (100%)
R 79 of 141 ~ 56.03%
G 12 of 141 ~ 8.51%
B 50 of 141 ~ 35.46%

%56.03
%35.46

CMYK color model

#4F0C32 color CMYK value is (0,85,37,69).

  • cyan value is 0.00%
  • magenta value is 84.81%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(0,85,37,69)
C0M85Y37K69 
(0%,85%,37%,69%)
(0.00/0.85/0.37/0.69)	

CMYK percentages

%0
%84.81
%36.71
%69.02

Codes

Color #4F0C32 in popluar color models

4F0C32
RGB791250
HSL326°73.63%17.84%
HSB/HSV326°84.81%30.98%
CMYK0.00%84.81%36.71%
69.02%

Color #4F0C32 in popluar number systems.

HEX4F0C32
Decimal791250
Binary10011111100110010
Octal1171462

Shades and tints

Shades of #4F0C32

#4F0C32
(79,12,50)
#480B2E
(72,11,46)
#410A2A
(65,10,42)
#3A0926
(58,9,38)
#330822
(51,8,34)
#2C071E
(44,7,30)
#25061A
(37,6,26)
#1E0516
(30,5,22)
#170412
(23,4,18)
#10030E
(16,3,14)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #4F0C32

#4F0C32
(79,12,50)
#5F2244
(95,34,68)
#6F3856
(111,56,86)
#7F4E68
(127,78,104)
#8F647A
(143,100,122)
#9F7A8C
(159,122,140)
#AF909E
(175,144,158)
#BFA6B0
(191,166,176)
#CFBCC2
(207,188,194)
#DFD2D4
(223,210,212)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0C32 color. Also use rgb(79,12,50) instead hex code.

Text Font Color

.myTextColor { color: #4F0C32; }

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

This text font color is #4F0C32.


Background Color

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

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

This div background color is #4F0C32.


Border color

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

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

This div border color is #4F0C32.


Opacity

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

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

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

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

This text has shadow with #4F0C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0C32 on black background.


Color preview on white background

This text has color #4F0C32 on white background.



Black color preview on #4F0C32 background

This text has black color on #4F0C32 background.


White color preview on #4F0C32 background

This text has white color on #4F0C32 background.