COLOR #4F1019

HEX: #4F1019
RGB: (79,16,25)

Color info

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

RGB color model

#4F1019 color RGB value is (79,16,25).

  • red value is 79;
  • green value is 16;
  • blue value is 25.
RGB:
(79,16,25)
(31%,6%,10%)

RGB channels and saturation

R 79 of 255 = 31%
G 16 of 255 = 6%
B 25 of 255 = 10%

79
16
25

R + G + B ~ 16%. #4F1019 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 16 + 25 = 120 (100%)
R 79 of 120 ~ 65.83%
G 16 of 120 ~ 13.33%
B 25 of 120 ~ 20.83%

%65.83
%13.33
%20.83

CMYK color model

#4F1019 color CMYK value is (0,80,68,69).

  • cyan value is 0.00%
  • magenta value is 79.75%
  • yellow value is 68.35%
  • key color value is 69.02%
CMYK:
(0,80,68,69)
C0M80Y68K69 
(0%,80%,68%,69%)
(0.00/0.80/0.68/0.69)	

CMYK percentages

%0
%79.75
%68.35
%69.02

Codes

Color #4F1019 in popluar color models

4F1019
RGB791625
HSL351°66.32%18.63%
HSB/HSV351°79.75%30.98%
CMYK0.00%79.75%68.35%
69.02%

Color #4F1019 in popluar number systems.

HEX4F1019
Decimal791625
Binary10011111000011001
Octal1172031

Shades and tints

Shades of #4F1019

#4F1019
(79,16,25)
#480F17
(72,15,23)
#410E15
(65,14,21)
#3A0D13
(58,13,19)
#330C11
(51,12,17)
#2C0B0F
(44,11,15)
#250A0D
(37,10,13)
#1E090B
(30,9,11)
#170809
(23,8,9)
#100707
(16,7,7)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #4F1019

#4F1019
(79,16,25)
#5F252D
(95,37,45)
#6F3A41
(111,58,65)
#7F4F55
(127,79,85)
#8F6469
(143,100,105)
#9F797D
(159,121,125)
#AF8E91
(175,142,145)
#BFA3A5
(191,163,165)
#CFB8B9
(207,184,185)
#DFCDCD
(223,205,205)
#EFE2E1
(239,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1019; }

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

This text font color is #4F1019.


Background Color

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

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

This div background color is #4F1019.


Border color

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

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

This div border color is #4F1019.


Opacity

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

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

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

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

This text has shadow with #4F1019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1019 on black background.


Color preview on white background

This text has color #4F1019 on white background.



Black color preview on #4F1019 background

This text has black color on #4F1019 background.


White color preview on #4F1019 background

This text has white color on #4F1019 background.