COLOR #4F0019

HEX: #4F0019 RGB: (79,0,25)

Color info

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

RGB color model

#4F0019 color RGB value is (79,0,25).

RGB: (79,0,25) (31%, 0%, 10%)

RGB channels and saturation

R 79 of 255 = 31%
G 0 of 255 = 0%
B 25 of 255 = 10%

79
0
25

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

Portions of RGB colors in percentages

R + G + B = 79 + 0 + 25 = 104 (100%)
R 79 of 104 ~ 75.96%
G 0 of 104 ~ 0%
B 25 of 104 ~ 24.04'%

%75.96
%24.04

CMYK color model

#4F0019 color CMYK value is (0,100,68,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.35%
  • key color value is 69.02%

CMYK: (0,100,68,69)
C0M100Y68K69 (0%, 100%, 68%, 69%)
(0.00 / 1.00 / 0.68 / 0.69)

CMYK percentages

%0
%100
%68.35
%69.02

Codes

Color #4F0019 in popluar color models

4F 00 19
RGB 79 0 25
HSL 341° 100.00% 15.49%
HSB/HSV 341° 100.00% 30.98%
CMYK 0.00% 100.00% 68.35%
69.02%

Color #4F0019 in popluar number systems.

HEX 4F 00 19
Decimal 79 0 25
Binary 1001111 0 11001
Octal 117 0 31

Shades and tints

Shades of #4F0019

#4F0019
(79,0,25)
#480017
(72,0,23)
#410015
(65,0,21)
#3A0013
(58,0,19)
#330011
(51,0,17)
#2C000F
(44,0,15)
#25000D
(37,0,13)
#1E000B
(30,0,11)
#170009
(23,0,9)
#100007
(16,0,7)
#090005
(9,0,5)
#000000
(0,0,0)

Tints of #4F0019

#4F0019
(79,0,25)
#5F172D
(95,23,45)
#6F2E41
(111,46,65)
#7F4555
(127,69,85)
#8F5C69
(143,92,105)
#9F737D
(159,115,125)
#AF8A91
(175,138,145)
#BFA1A5
(191,161,165)
#CFB8B9
(207,184,185)
#DFCFCD
(223,207,205)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0019 color. Also use rgb(79,0,25) instead hex code.

Text Font Color

.myTextColor { color: #4F0019; }

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

This text font color is #4F0019.

Background Color

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

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

This div background color is #4F0019.

Border color

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

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

This div border color is #4F0019.

Opacity

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

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

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

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

This text has shadow with #4F0019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0019.

Preview

Color preview on black background

This text has color #4F0019 on black background.


Color preview on white background

This text has color #4F0019 on white background.


Black color preview on #4F0019 background

This text has black color on #4F0019 background.


White color preview on #4F0019 background

This text has white color on #4F0019 background.


Related colors

Complementary color

Complementary color for #hex is #B0FFE6.


I love getcolorcode.com

Triadic colors

1 #194F00 and #00194F with #4F0019 are triadic colors.

2 #19004F and #004F19 with #4F0019 are triadic colors.