COLOR #4F0717

HEX: #4F0717
RGB: (79,7,23)

Color info

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

RGB color model

#4F0717 color RGB value is (79,7,23).

  • red value is 79;
  • green value is 7;
  • blue value is 23.
RGB:
(79,7,23)
(31%,3%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 7 of 255 = 3%
B 23 of 255 = 9%

79
7
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 7 + 23 = 109 (100%)
R 79 of 109 ~ 72.48%
G 7 of 109 ~ 6.42%
B 23 of 109 ~ 21.1%

%72.48
%21.1

CMYK color model

#4F0717 color CMYK value is (0,91,71,69).

  • cyan value is 0.00%
  • magenta value is 91.14%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(0,91,71,69)
C0M91Y71K69 
(0%,91%,71%,69%)
(0.00/0.91/0.71/0.69)	

CMYK percentages

%0
%91.14
%70.89
%69.02

Codes

Color #4F0717 in popluar color models

4F0717
RGB79723
HSL347°83.72%16.86%
HSB/HSV347°91.14%30.98%
CMYK0.00%91.14%70.89%
69.02%

Color #4F0717 in popluar number systems.

HEX4F0717
Decimal79723
Binary100111111110111
Octal117727

Shades and tints

Shades of #4F0717

#4F0717
(79,7,23)
#480715
(72,7,21)
#410713
(65,7,19)
#3A0711
(58,7,17)
#33070F
(51,7,15)
#2C070D
(44,7,13)
#25070B
(37,7,11)
#1E0709
(30,7,9)
#170707
(23,7,7)
#100705
(16,7,5)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #4F0717

#4F0717
(79,7,23)
#5F1D2C
(95,29,44)
#6F3341
(111,51,65)
#7F4956
(127,73,86)
#8F5F6B
(143,95,107)
#9F7580
(159,117,128)
#AF8B95
(175,139,149)
#BFA1AA
(191,161,170)
#CFB7BF
(207,183,191)
#DFCDD4
(223,205,212)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0717 color. Also use rgb(79,7,23) instead hex code.

Text Font Color

.myTextColor { color: #4F0717; }

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

This text font color is #4F0717.


Background Color

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

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

This div background color is #4F0717.


Border color

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

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

This div border color is #4F0717.


Opacity

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

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

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

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

This text has shadow with #4F0717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0717 on black background.


Color preview on white background

This text has color #4F0717 on white background.



Black color preview on #4F0717 background

This text has black color on #4F0717 background.


White color preview on #4F0717 background

This text has white color on #4F0717 background.