COLOR #4F1720

HEX: #4F1720
RGB: (79,23,32)

Color info

#4F1720 contains red, green and blue colors in about the same proportion. Web safe color of #4F1720 is #660033 (or #603).

RGB color model

#4F1720 color RGB value is (79,23,32).

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

RGB channels and saturation

R 79 of 255 = 31%
G 23 of 255 = 9%
B 32 of 255 = 13%

79
23
32

R + G + B ~ 18%. #4F1720 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 23 + 32 = 134 (100%)
R 79 of 134 ~ 58.96%
G 23 of 134 ~ 17.16%
B 32 of 134 ~ 23.88%

%58.96
%17.16
%23.88

CMYK color model

#4F1720 color CMYK value is (0,71,59,69).

  • cyan value is 0.00%
  • magenta value is 70.89%
  • yellow value is 59.49%
  • key color value is 69.02%
CMYK:
(0,71,59,69)
C0M71Y59K69 
(0%,71%,59%,69%)
(0.00/0.71/0.59/0.69)	

CMYK percentages

%0
%70.89
%59.49
%69.02

Codes

Color #4F1720 in popluar color models

4F1720
RGB792332
HSL350°54.90%20.00%
HSB/HSV350°70.89%30.98%
CMYK0.00%70.89%59.49%
69.02%

Color #4F1720 in popluar number systems.

HEX4F1720
Decimal792332
Binary100111110111100000
Octal1172740

Shades and tints

Shades of #4F1720

#4F1720
(79,23,32)
#48151E
(72,21,30)
#41131C
(65,19,28)
#3A111A
(58,17,26)
#330F18
(51,15,24)
#2C0D16
(44,13,22)
#250B14
(37,11,20)
#1E0912
(30,9,18)
#170710
(23,7,16)
#10050E
(16,5,14)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #4F1720

#4F1720
(79,23,32)
#5F2C34
(95,44,52)
#6F4148
(111,65,72)
#7F565C
(127,86,92)
#8F6B70
(143,107,112)
#9F8084
(159,128,132)
#AF9598
(175,149,152)
#BFAAAC
(191,170,172)
#CFBFC0
(207,191,192)
#DFD4D4
(223,212,212)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1720; }

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

This text font color is #4F1720.


Background Color

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

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

This div background color is #4F1720.


Border color

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

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

This div border color is #4F1720.


Opacity

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

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

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

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

This text has shadow with #4F1720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1720 on black background.


Color preview on white background

This text has color #4F1720 on white background.



Black color preview on #4F1720 background

This text has black color on #4F1720 background.


White color preview on #4F1720 background

This text has white color on #4F1720 background.