COLOR #4F0C0F

HEX: #4F0C0F RGB: (79,12,15)

Color info

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

RGB color model

#4F0C0F color RGB value is (79,12,15).

RGB: (79,12,15) (31%, 5%, 6%)

RGB channels and saturation

R 79 of 255 = 31%
G 12 of 255 = 5%
B 15 of 255 = 6%

79
12
15

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

Portions of RGB colors in percentages

R + G + B = 79 + 12 + 15 = 106 (100%)
R 79 of 106 ~ 74.53%
G 12 of 106 ~ 11.32%
B 15 of 106 ~ 14.15'%

%74.53
%11.32
%14.15

CMYK color model

#4F0C0F color CMYK value is (0,85,81,69).

  • cyan value is 0.00%
  • magenta value is 84.81%
  • yellow value is 81.01%
  • key color value is 69.02%

CMYK: (0,85,81,69)
C0M85Y81K69 (0%, 85%, 81%, 69%)
(0.00 / 0.85 / 0.81 / 0.69)

CMYK percentages

%0
%84.81
%81.01
%69.02

Codes

Color #4F0C0F in popluar color models

4F 0C 0F
RGB 79 12 15
HSL 357° 73.63% 17.84%
HSB/HSV 357° 84.81% 30.98%
CMYK 0.00% 84.81% 81.01%
69.02%

Color #4F0C0F in popluar number systems.

HEX 4F 0C 0F
Decimal 79 12 15
Binary 1001111 1100 1111
Octal 117 14 17

Shades and tints

Shades of #4F0C0F

#4F0C0F
(79,12,15)
#480B0E
(72,11,14)
#410A0D
(65,10,13)
#3A090C
(58,9,12)
#33080B
(51,8,11)
#2C070A
(44,7,10)
#250609
(37,6,9)
#1E0508
(30,5,8)
#170407
(23,4,7)
#100306
(16,3,6)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #4F0C0F

#4F0C0F
(79,12,15)
#5F2224
(95,34,36)
#6F3839
(111,56,57)
#7F4E4E
(127,78,78)
#8F6463
(143,100,99)
#9F7A78
(159,122,120)
#AF908D
(175,144,141)
#BFA6A2
(191,166,162)
#CFBCB7
(207,188,183)
#DFD2CC
(223,210,204)
#EFE8E1
(239,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0C0F; }

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

This text font color is #4F0C0F.

Background Color

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

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

This div background color is #4F0C0F.

Border color

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

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

This div border color is #4F0C0F.

Opacity

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

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

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

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

This text has shadow with #4F0C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0C0F.

Preview

Color preview on black background

This text has color #4F0C0F on black background.


Color preview on white background

This text has color #4F0C0F on white background.


Black color preview on #4F0C0F background

This text has black color on #4F0C0F background.


White color preview on #4F0C0F background

This text has white color on #4F0C0F background.


Related colors

Complementary color

Complementary color for #hex is #B0F3F0.


I love getcolorcode.com

Triadic colors

1 #0F4F0C and #0C0F4F with #4F0C0F are triadic colors.

2 #0F0C4F and #0C4F0F with #4F0C0F are triadic colors.