COLOR #4F1417

HEX: #4F1417
RGB: (79,20,23)

Color info

#4F1417 contains red, green and blue colors in about the same proportion. Web safe color of #4F1417 is #660000 (or #600).

RGB color model

#4F1417 color RGB value is (79,20,23).

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

RGB channels and saturation

R 79 of 255 = 31%
G 20 of 255 = 8%
B 23 of 255 = 9%

79
20
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 20 + 23 = 122 (100%)
R 79 of 122 ~ 64.75%
G 20 of 122 ~ 16.39%
B 23 of 122 ~ 18.85%

%64.75
%16.39
%18.85

CMYK color model

#4F1417 color CMYK value is (0,75,71,69).

  • cyan value is 0.00%
  • magenta value is 74.68%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(0,75,71,69)
C0M75Y71K69 
(0%,75%,71%,69%)
(0.00/0.75/0.71/0.69)	

CMYK percentages

%0
%74.68
%70.89
%69.02

Codes

Color #4F1417 in popluar color models

4F1417
RGB792023
HSL357°59.60%19.41%
HSB/HSV357°74.68%30.98%
CMYK0.00%74.68%70.89%
69.02%

Color #4F1417 in popluar number systems.

HEX4F1417
Decimal792023
Binary10011111010010111
Octal1172427

Shades and tints

Shades of #4F1417

#4F1417
(79,20,23)
#481315
(72,19,21)
#411213
(65,18,19)
#3A1111
(58,17,17)
#33100F
(51,16,15)
#2C0F0D
(44,15,13)
#250E0B
(37,14,11)
#1E0D09
(30,13,9)
#170C07
(23,12,7)
#100B05
(16,11,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #4F1417

#4F1417
(79,20,23)
#5F292C
(95,41,44)
#6F3E41
(111,62,65)
#7F5356
(127,83,86)
#8F686B
(143,104,107)
#9F7D80
(159,125,128)
#AF9295
(175,146,149)
#BFA7AA
(191,167,170)
#CFBCBF
(207,188,191)
#DFD1D4
(223,209,212)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1417; }

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

This text font color is #4F1417.


Background Color

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

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

This div background color is #4F1417.


Border color

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

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

This div border color is #4F1417.


Opacity

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

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

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

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

This text has shadow with #4F1417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1417 on black background.


Color preview on white background

This text has color #4F1417 on white background.



Black color preview on #4F1417 background

This text has black color on #4F1417 background.


White color preview on #4F1417 background

This text has white color on #4F1417 background.