COLOR #4F120C

HEX: #4F120C
RGB: (79,18,12)

Color info

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

RGB color model

#4F120C color RGB value is (79,18,12).

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

RGB channels and saturation

R 79 of 255 = 31%
G 18 of 255 = 7%
B 12 of 255 = 5%

79
18
12

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

Portions of RGB colors in percentages

R + G + B =
79 + 18 + 12 = 109 (100%)
R 79 of 109 ~ 72.48%
G 18 of 109 ~ 16.51%
B 12 of 109 ~ 11.01%

%72.48
%16.51
%11.01

CMYK color model

#4F120C color CMYK value is (0,77,85,69).

  • cyan value is 0.00%
  • magenta value is 77.22%
  • yellow value is 84.81%
  • key color value is 69.02%
CMYK:
(0,77,85,69)
C0M77Y85K69 
(0%,77%,85%,69%)
(0.00/0.77/0.85/0.69)	

CMYK percentages

%0
%77.22
%84.81
%69.02

Codes

Color #4F120C in popluar color models

4F120C
RGB791812
HSL73.63%17.84%
HSB/HSV84.81%30.98%
CMYK0.00%77.22%84.81%
69.02%

Color #4F120C in popluar number systems.

HEX4F120C
Decimal791812
Binary1001111100101100
Octal1172214

Shades and tints

Shades of #4F120C

#4F120C
(79,18,12)
#48110B
(72,17,11)
#41100A
(65,16,10)
#3A0F09
(58,15,9)
#330E08
(51,14,8)
#2C0D07
(44,13,7)
#250C06
(37,12,6)
#1E0B05
(30,11,5)
#170A04
(23,10,4)
#100903
(16,9,3)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #4F120C

#4F120C
(79,18,12)
#5F2722
(95,39,34)
#6F3C38
(111,60,56)
#7F514E
(127,81,78)
#8F6664
(143,102,100)
#9F7B7A
(159,123,122)
#AF9090
(175,144,144)
#BFA5A6
(191,165,166)
#CFBABC
(207,186,188)
#DFCFD2
(223,207,210)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F120C; }

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

This text font color is #4F120C.


Background Color

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

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

This div background color is #4F120C.


Border color

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

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

This div border color is #4F120C.


Opacity

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

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

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

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

This text has shadow with #4F120C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F120C on black background.


Color preview on white background

This text has color #4F120C on white background.



Black color preview on #4F120C background

This text has black color on #4F120C background.


White color preview on #4F120C background

This text has white color on #4F120C background.