COLOR #4F1112

HEX: #4F1112
RGB: (79,17,18)

Color info

#4F1112 contains mainly red color. Web safe color of #4F1112 is #660000 (or #600).

RGB color model

#4F1112 color RGB value is (79,17,18).

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

RGB channels and saturation

R 79 of 255 = 31%
G 17 of 255 = 7%
B 18 of 255 = 7%

79
17
18

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

Portions of RGB colors in percentages

R + G + B =
79 + 17 + 18 = 114 (100%)
R 79 of 114 ~ 69.3%
G 17 of 114 ~ 14.91%
B 18 of 114 ~ 15.79%

%69.3
%14.91
%15.79

CMYK color model

#4F1112 color CMYK value is (0,78,77,69).

  • cyan value is 0.00%
  • magenta value is 78.48%
  • yellow value is 77.22%
  • key color value is 69.02%
CMYK:
(0,78,77,69)
C0M78Y77K69 
(0%,78%,77%,69%)
(0.00/0.78/0.77/0.69)	

CMYK percentages

%0
%78.48
%77.22
%69.02

Codes

Color #4F1112 in popluar color models

4F1112
RGB791718
HSL359°64.58%18.82%
HSB/HSV359°78.48%30.98%
CMYK0.00%78.48%77.22%
69.02%

Color #4F1112 in popluar number systems.

HEX4F1112
Decimal791718
Binary10011111000110010
Octal1172122

Shades and tints

Shades of #4F1112

#4F1112
(79,17,18)
#481011
(72,16,17)
#410F10
(65,15,16)
#3A0E0F
(58,14,15)
#330D0E
(51,13,14)
#2C0C0D
(44,12,13)
#250B0C
(37,11,12)
#1E0A0B
(30,10,11)
#17090A
(23,9,10)
#100809
(16,8,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #4F1112

#4F1112
(79,17,18)
#5F2627
(95,38,39)
#6F3B3C
(111,59,60)
#7F5051
(127,80,81)
#8F6566
(143,101,102)
#9F7A7B
(159,122,123)
#AF8F90
(175,143,144)
#BFA4A5
(191,164,165)
#CFB9BA
(207,185,186)
#DFCECF
(223,206,207)
#EFE3E4
(239,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1112; }

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

This text font color is #4F1112.


Background Color

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

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

This div background color is #4F1112.


Border color

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

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

This div border color is #4F1112.


Opacity

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

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

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

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

This text has shadow with #4F1112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1112 on black background.


Color preview on white background

This text has color #4F1112 on white background.



Black color preview on #4F1112 background

This text has black color on #4F1112 background.


White color preview on #4F1112 background

This text has white color on #4F1112 background.