COLOR #4F0B17

HEX: #4F0B17
RGB: (79,11,23)

Color info

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

RGB color model

#4F0B17 color RGB value is (79,11,23).

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

RGB channels and saturation

R 79 of 255 = 31%
G 11 of 255 = 4%
B 23 of 255 = 9%

79
11
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 11 + 23 = 113 (100%)
R 79 of 113 ~ 69.91%
G 11 of 113 ~ 9.73%
B 23 of 113 ~ 20.35%

%69.91
%9.73
%20.35

CMYK color model

#4F0B17 color CMYK value is (0,86,71,69).

  • cyan value is 0.00%
  • magenta value is 86.08%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(0,86,71,69)
C0M86Y71K69 
(0%,86%,71%,69%)
(0.00/0.86/0.71/0.69)	

CMYK percentages

%0
%86.08
%70.89
%69.02

Codes

Color #4F0B17 in popluar color models

4F0B17
RGB791123
HSL349°75.56%17.65%
HSB/HSV349°86.08%30.98%
CMYK0.00%86.08%70.89%
69.02%

Color #4F0B17 in popluar number systems.

HEX4F0B17
Decimal791123
Binary1001111101110111
Octal1171327

Shades and tints

Shades of #4F0B17

#4F0B17
(79,11,23)
#480A15
(72,10,21)
#410913
(65,9,19)
#3A0811
(58,8,17)
#33070F
(51,7,15)
#2C060D
(44,6,13)
#25050B
(37,5,11)
#1E0409
(30,4,9)
#170307
(23,3,7)
#100205
(16,2,5)
#090103
(9,1,3)
#000000
(0,0,0)

Tints of #4F0B17

#4F0B17
(79,11,23)
#5F212C
(95,33,44)
#6F3741
(111,55,65)
#7F4D56
(127,77,86)
#8F636B
(143,99,107)
#9F7980
(159,121,128)
#AF8F95
(175,143,149)
#BFA5AA
(191,165,170)
#CFBBBF
(207,187,191)
#DFD1D4
(223,209,212)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0B17; }

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

This text font color is #4F0B17.


Background Color

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

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

This div background color is #4F0B17.


Border color

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

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

This div border color is #4F0B17.


Opacity

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

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

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

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

This text has shadow with #4F0B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0B17 on black background.


Color preview on white background

This text has color #4F0B17 on white background.



Black color preview on #4F0B17 background

This text has black color on #4F0B17 background.


White color preview on #4F0B17 background

This text has white color on #4F0B17 background.