COLOR #4F0912

HEX: #4F0912
RGB: (79,9,18)

Color info

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

RGB color model

#4F0912 color RGB value is (79,9,18).

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

RGB channels and saturation

R 79 of 255 = 31%
G 9 of 255 = 4%
B 18 of 255 = 7%

79
9
18

R + G + B ~ 14%. #4F0912 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 9 + 18 = 106 (100%)
R 79 of 106 ~ 74.53%
G 9 of 106 ~ 8.49%
B 18 of 106 ~ 16.98%

%74.53
%16.98

CMYK color model

#4F0912 color CMYK value is (0,89,77,69).

  • cyan value is 0.00%
  • magenta value is 88.61%
  • yellow value is 77.22%
  • key color value is 69.02%
CMYK:
(0,89,77,69)
C0M89Y77K69 
(0%,89%,77%,69%)
(0.00/0.89/0.77/0.69)	

CMYK percentages

%0
%88.61
%77.22
%69.02

Codes

Color #4F0912 in popluar color models

4F0912
RGB79918
HSL352°79.55%17.25%
HSB/HSV352°88.61%30.98%
CMYK0.00%88.61%77.22%
69.02%

Color #4F0912 in popluar number systems.

HEX4F0912
Decimal79918
Binary1001111100110010
Octal1171122

Shades and tints

Shades of #4F0912

#4F0912
(79,9,18)
#480911
(72,9,17)
#410910
(65,9,16)
#3A090F
(58,9,15)
#33090E
(51,9,14)
#2C090D
(44,9,13)
#25090C
(37,9,12)
#1E090B
(30,9,11)
#17090A
(23,9,10)
#100909
(16,9,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F0912

#4F0912
(79,9,18)
#5F1F27
(95,31,39)
#6F353C
(111,53,60)
#7F4B51
(127,75,81)
#8F6166
(143,97,102)
#9F777B
(159,119,123)
#AF8D90
(175,141,144)
#BFA3A5
(191,163,165)
#CFB9BA
(207,185,186)
#DFCFCF
(223,207,207)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0912; }

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

This text font color is #4F0912.


Background Color

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

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

This div background color is #4F0912.


Border color

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

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

This div border color is #4F0912.


Opacity

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

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

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

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

This text has shadow with #4F0912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0912 on black background.


Color preview on white background

This text has color #4F0912 on white background.



Black color preview on #4F0912 background

This text has black color on #4F0912 background.


White color preview on #4F0912 background

This text has white color on #4F0912 background.