COLOR #4F1517

HEX: #4F1517
RGB: (79,21,23)

Color info

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

RGB color model

#4F1517 color RGB value is (79,21,23).

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

RGB channels and saturation

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

79
21
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 23 = 123 (100%)
R 79 of 123 ~ 64.23%
G 21 of 123 ~ 17.07%
B 23 of 123 ~ 18.7%

%64.23
%17.07
%18.7

CMYK color model

#4F1517 color CMYK value is (0,73,71,69).

  • cyan value is 0.00%
  • magenta value is 73.42%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(0,73,71,69)
C0M73Y71K69 
(0%,73%,71%,69%)
(0.00/0.73/0.71/0.69)	

CMYK percentages

%0
%73.42
%70.89
%69.02

Codes

Color #4F1517 in popluar color models

4F1517
RGB792123
HSL358°58.00%19.61%
HSB/HSV358°73.42%30.98%
CMYK0.00%73.42%70.89%
69.02%

Color #4F1517 in popluar number systems.

HEX4F1517
Decimal792123
Binary10011111010110111
Octal1172527

Shades and tints

Shades of #4F1517

#4F1517
(79,21,23)
#481415
(72,20,21)
#411313
(65,19,19)
#3A1211
(58,18,17)
#33110F
(51,17,15)
#2C100D
(44,16,13)
#250F0B
(37,15,11)
#1E0E09
(30,14,9)
#170D07
(23,13,7)
#100C05
(16,12,5)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #4F1517

#4F1517
(79,21,23)
#5F2A2C
(95,42,44)
#6F3F41
(111,63,65)
#7F5456
(127,84,86)
#8F696B
(143,105,107)
#9F7E80
(159,126,128)
#AF9395
(175,147,149)
#BFA8AA
(191,168,170)
#CFBDBF
(207,189,191)
#DFD2D4
(223,210,212)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1517; }

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

This text font color is #4F1517.


Background Color

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

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

This div background color is #4F1517.


Border color

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

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

This div border color is #4F1517.


Opacity

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

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

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

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

This text has shadow with #4F1517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1517 on black background.


Color preview on white background

This text has color #4F1517 on white background.



Black color preview on #4F1517 background

This text has black color on #4F1517 background.


White color preview on #4F1517 background

This text has white color on #4F1517 background.