COLOR #4F1512

HEX: #4F1512
RGB: (79,21,18)

Color info

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

RGB color model

#4F1512 color RGB value is (79,21,18).

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

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 18 of 255 = 7%

79
21
18

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

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 18 = 118 (100%)
R 79 of 118 ~ 66.95%
G 21 of 118 ~ 17.8%
B 18 of 118 ~ 15.25%

%66.95
%17.8
%15.25

CMYK color model

#4F1512 color CMYK value is (0,73,77,69).

  • cyan value is 0.00%
  • magenta value is 73.42%
  • yellow value is 77.22%
  • key color value is 69.02%
CMYK:
(0,73,77,69)
C0M73Y77K69 
(0%,73%,77%,69%)
(0.00/0.73/0.77/0.69)	

CMYK percentages

%0
%73.42
%77.22
%69.02

Codes

Color #4F1512 in popluar color models

4F1512
RGB792118
HSL62.89%19.02%
HSB/HSV77.22%30.98%
CMYK0.00%73.42%77.22%
69.02%

Color #4F1512 in popluar number systems.

HEX4F1512
Decimal792118
Binary10011111010110010
Octal1172522

Shades and tints

Shades of #4F1512

#4F1512
(79,21,18)
#481411
(72,20,17)
#411310
(65,19,16)
#3A120F
(58,18,15)
#33110E
(51,17,14)
#2C100D
(44,16,13)
#250F0C
(37,15,12)
#1E0E0B
(30,14,11)
#170D0A
(23,13,10)
#100C09
(16,12,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F1512

#4F1512
(79,21,18)
#5F2A27
(95,42,39)
#6F3F3C
(111,63,60)
#7F5451
(127,84,81)
#8F6966
(143,105,102)
#9F7E7B
(159,126,123)
#AF9390
(175,147,144)
#BFA8A5
(191,168,165)
#CFBDBA
(207,189,186)
#DFD2CF
(223,210,207)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1512; }

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

This text font color is #4F1512.


Background Color

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

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

This div background color is #4F1512.


Border color

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

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

This div border color is #4F1512.


Opacity

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

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

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

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

This text has shadow with #4F1512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1512 on black background.


Color preview on white background

This text has color #4F1512 on white background.



Black color preview on #4F1512 background

This text has black color on #4F1512 background.


White color preview on #4F1512 background

This text has white color on #4F1512 background.