COLOR #4F0E16

HEX: #4F0E16
RGB: (79,14,22)

Color info

#4F0E16 contains mainly red and blue colors. Web safe color of #4F0E16 is #660000 (or #600).

RGB color model

#4F0E16 color RGB value is (79,14,22).

  • red value is 79;
  • green value is 14;
  • blue value is 22.
RGB:
(79,14,22)
(31%,5%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 14 of 255 = 5%
B 22 of 255 = 9%

79
14
22

R + G + B ~ 15%. #4F0E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 14 + 22 = 115 (100%)
R 79 of 115 ~ 68.7%
G 14 of 115 ~ 12.17%
B 22 of 115 ~ 19.13%

%68.7
%12.17
%19.13

CMYK color model

#4F0E16 color CMYK value is (0,82,72,69).

  • cyan value is 0.00%
  • magenta value is 82.28%
  • yellow value is 72.15%
  • key color value is 69.02%
CMYK:
(0,82,72,69)
C0M82Y72K69 
(0%,82%,72%,69%)
(0.00/0.82/0.72/0.69)	

CMYK percentages

%0
%82.28
%72.15
%69.02

Codes

Color #4F0E16 in popluar color models

4F0E16
RGB791422
HSL353°69.89%18.24%
HSB/HSV353°82.28%30.98%
CMYK0.00%82.28%72.15%
69.02%

Color #4F0E16 in popluar number systems.

HEX4F0E16
Decimal791422
Binary1001111111010110
Octal1171626

Shades and tints

Shades of #4F0E16

#4F0E16
(79,14,22)
#480D14
(72,13,20)
#410C12
(65,12,18)
#3A0B10
(58,11,16)
#330A0E
(51,10,14)
#2C090C
(44,9,12)
#25080A
(37,8,10)
#1E0708
(30,7,8)
#170606
(23,6,6)
#100504
(16,5,4)
#090402
(9,4,2)
#000000
(0,0,0)

Tints of #4F0E16

#4F0E16
(79,14,22)
#5F232B
(95,35,43)
#6F3840
(111,56,64)
#7F4D55
(127,77,85)
#8F626A
(143,98,106)
#9F777F
(159,119,127)
#AF8C94
(175,140,148)
#BFA1A9
(191,161,169)
#CFB6BE
(207,182,190)
#DFCBD3
(223,203,211)
#EFE0E8
(239,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0E16 color. Also use rgb(79,14,22) instead hex code.

Text Font Color

.myTextColor { color: #4F0E16; }

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

This text font color is #4F0E16.


Background Color

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

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

This div background color is #4F0E16.


Border color

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

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

This div border color is #4F0E16.


Opacity

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

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

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

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

This text has shadow with #4F0E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0E16 on black background.


Color preview on white background

This text has color #4F0E16 on white background.



Black color preview on #4F0E16 background

This text has black color on #4F0E16 background.


White color preview on #4F0E16 background

This text has white color on #4F0E16 background.