COLOR #4F150F

HEX: #4F150F
RGB: (79,21,15)

Color info

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

RGB color model

#4F150F color RGB value is (79,21,15).

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

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 15 of 255 = 6%

79
21
15

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

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 15 = 115 (100%)
R 79 of 115 ~ 68.7%
G 21 of 115 ~ 18.26%
B 15 of 115 ~ 13.04%

%68.7
%18.26
%13.04

CMYK color model

#4F150F color CMYK value is (0,73,81,69).

  • cyan value is 0.00%
  • magenta value is 73.42%
  • yellow value is 81.01%
  • key color value is 69.02%
CMYK:
(0,73,81,69)
C0M73Y81K69 
(0%,73%,81%,69%)
(0.00/0.73/0.81/0.69)	

CMYK percentages

%0
%73.42
%81.01
%69.02

Codes

Color #4F150F in popluar color models

4F150F
RGB792115
HSL68.09%18.43%
HSB/HSV81.01%30.98%
CMYK0.00%73.42%81.01%
69.02%

Color #4F150F in popluar number systems.

HEX4F150F
Decimal792115
Binary1001111101011111
Octal1172517

Shades and tints

Shades of #4F150F

#4F150F
(79,21,15)
#48140E
(72,20,14)
#41130D
(65,19,13)
#3A120C
(58,18,12)
#33110B
(51,17,11)
#2C100A
(44,16,10)
#250F09
(37,15,9)
#1E0E08
(30,14,8)
#170D07
(23,13,7)
#100C06
(16,12,6)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #4F150F

#4F150F
(79,21,15)
#5F2A24
(95,42,36)
#6F3F39
(111,63,57)
#7F544E
(127,84,78)
#8F6963
(143,105,99)
#9F7E78
(159,126,120)
#AF938D
(175,147,141)
#BFA8A2
(191,168,162)
#CFBDB7
(207,189,183)
#DFD2CC
(223,210,204)
#EFE7E1
(239,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F150F; }

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

This text font color is #4F150F.


Background Color

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

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

This div background color is #4F150F.


Border color

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

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

This div border color is #4F150F.


Opacity

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

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

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

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

This text has shadow with #4F150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F150F on black background.


Color preview on white background

This text has color #4F150F on white background.



Black color preview on #4F150F background

This text has black color on #4F150F background.


White color preview on #4F150F background

This text has white color on #4F150F background.