COLOR #4F0F18

HEX: #4F0F18 RGB: (79,15,24)

Color info

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

RGB color model

#4F0F18 color RGB value is (79,15,24).

RGB: (79,15,24) (31%, 6%, 9%)

RGB channels and saturation

R 79 of 255 = 31%
G 15 of 255 = 6%
B 24 of 255 = 9%

79
15
24

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

Portions of RGB colors in percentages

R + G + B = 79 + 15 + 24 = 118 (100%)
R 79 of 118 ~ 66.95%
G 15 of 118 ~ 12.71%
B 24 of 118 ~ 20.34'%

%66.95
%12.71
%20.34

CMYK color model

#4F0F18 color CMYK value is (0,81,70,69).

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

CMYK: (0,81,70,69)
C0M81Y70K69 (0%, 81%, 70%, 69%)
(0.00 / 0.81 / 0.70 / 0.69)

CMYK percentages

%0
%81.01
%69.62
%69.02

Codes

Color #4F0F18 in popluar color models

4F 0F 18
RGB 79 15 24
HSL 352° 68.09% 18.43%
HSB/HSV 352° 81.01% 30.98%
CMYK 0.00% 81.01% 69.62%
69.02%

Color #4F0F18 in popluar number systems.

HEX 4F 0F 18
Decimal 79 15 24
Binary 1001111 1111 11000
Octal 117 17 30

Shades and tints

Shades of #4F0F18

#4F0F18
(79,15,24)
#480E16
(72,14,22)
#410D14
(65,13,20)
#3A0C12
(58,12,18)
#330B10
(51,11,16)
#2C0A0E
(44,10,14)
#25090C
(37,9,12)
#1E080A
(30,8,10)
#170708
(23,7,8)
#100606
(16,6,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #4F0F18

#4F0F18
(79,15,24)
#5F242D
(95,36,45)
#6F3942
(111,57,66)
#7F4E57
(127,78,87)
#8F636C
(143,99,108)
#9F7881
(159,120,129)
#AF8D96
(175,141,150)
#BFA2AB
(191,162,171)
#CFB7C0
(207,183,192)
#DFCCD5
(223,204,213)
#EFE1EA
(239,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0F18; }

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

This text font color is #4F0F18.

Background Color

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

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

This div background color is #4F0F18.

Border color

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

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

This div border color is #4F0F18.

Opacity

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

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

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

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

This text has shadow with #4F0F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0F18.

Preview

Color preview on black background

This text has color #4F0F18 on black background.


Color preview on white background

This text has color #4F0F18 on white background.


Black color preview on #4F0F18 background

This text has black color on #4F0F18 background.


White color preview on #4F0F18 background

This text has white color on #4F0F18 background.


Related colors

Complementary color

Complementary color for #hex is #B0F0E7.


I love getcolorcode.com

Triadic colors

1 #184F0F and #0F184F with #4F0F18 are triadic colors.

2 #180F4F and #0F4F18 with #4F0F18 are triadic colors.