COLOR #4F1616

HEX: #4F1616
RGB: (79,22,22)

Color info

#4F1616 contains red, green and blue colors in about the same proportion. Web safe color of #4F1616 is #660000 (or #600).

RGB color model

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

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

RGB channels and saturation

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

79
22
22

R + G + B ~ 16%. #4F1616 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 22 + 22 = 123 (100%)
R 79 of 123 ~ 64.23%
G 22 of 123 ~ 17.89%
B 22 of 123 ~ 17.89%

%64.23
%17.89
%17.89

CMYK color model

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

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

CMYK percentages

%0
%72.15
%72.15
%69.02

Codes

Color #4F1616 in popluar color models

4F1616
RGB792222
HSL56.44%19.80%
HSB/HSV72.15%30.98%
CMYK0.00%72.15%72.15%
69.02%

Color #4F1616 in popluar number systems.

HEX4F1616
Decimal792222
Binary10011111011010110
Octal1172626

Shades and tints

Shades of #4F1616

#4F1616
(79,22,22)
#481414
(72,20,20)
#411212
(65,18,18)
#3A1010
(58,16,16)
#330E0E
(51,14,14)
#2C0C0C
(44,12,12)
#250A0A
(37,10,10)
#1E0808
(30,8,8)
#170606
(23,6,6)
#100404
(16,4,4)
#090202
(9,2,2)
#000000
(0,0,0)

Tints of #4F1616

#4F1616
(79,22,22)
#5F2B2B
(95,43,43)
#6F4040
(111,64,64)
#7F5555
(127,85,85)
#8F6A6A
(143,106,106)
#9F7F7F
(159,127,127)
#AF9494
(175,148,148)
#BFA9A9
(191,169,169)
#CFBEBE
(207,190,190)
#DFD3D3
(223,211,211)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1616; }

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

This text font color is #4F1616.


Background Color

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

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

This div background color is #4F1616.


Border color

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

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

This div border color is #4F1616.


Opacity

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

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

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

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

This text has shadow with #4F1616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1616 on black background.


Color preview on white background

This text has color #4F1616 on white background.



Black color preview on #4F1616 background

This text has black color on #4F1616 background.


White color preview on #4F1616 background

This text has white color on #4F1616 background.