COLOR #4F141F

HEX: #4F141F
RGB: (79,20,31)

Color info

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

RGB color model

#4F141F color RGB value is (79,20,31).

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

RGB channels and saturation

R 79 of 255 = 31%
G 20 of 255 = 8%
B 31 of 255 = 12%

79
20
31

R + G + B ~ 17%. #4F141F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 20 + 31 = 130 (100%)
R 79 of 130 ~ 60.77%
G 20 of 130 ~ 15.38%
B 31 of 130 ~ 23.85%

%60.77
%15.38
%23.85

CMYK color model

#4F141F color CMYK value is (0,75,61,69).

  • cyan value is 0.00%
  • magenta value is 74.68%
  • yellow value is 60.76%
  • key color value is 69.02%
CMYK:
(0,75,61,69)
C0M75Y61K69 
(0%,75%,61%,69%)
(0.00/0.75/0.61/0.69)	

CMYK percentages

%0
%74.68
%60.76
%69.02

Codes

Color #4F141F in popluar color models

4F141F
RGB792031
HSL349°59.60%19.41%
HSB/HSV349°74.68%30.98%
CMYK0.00%74.68%60.76%
69.02%

Color #4F141F in popluar number systems.

HEX4F141F
Decimal792031
Binary10011111010011111
Octal1172437

Shades and tints

Shades of #4F141F

#4F141F
(79,20,31)
#48131D
(72,19,29)
#41121B
(65,18,27)
#3A1119
(58,17,25)
#331017
(51,16,23)
#2C0F15
(44,15,21)
#250E13
(37,14,19)
#1E0D11
(30,13,17)
#170C0F
(23,12,15)
#100B0D
(16,11,13)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F141F

#4F141F
(79,20,31)
#5F2933
(95,41,51)
#6F3E47
(111,62,71)
#7F535B
(127,83,91)
#8F686F
(143,104,111)
#9F7D83
(159,125,131)
#AF9297
(175,146,151)
#BFA7AB
(191,167,171)
#CFBCBF
(207,188,191)
#DFD1D3
(223,209,211)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F141F; }

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

This text font color is #4F141F.


Background Color

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

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

This div background color is #4F141F.


Border color

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

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

This div border color is #4F141F.


Opacity

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

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

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

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

This text has shadow with #4F141F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F141F on black background.


Color preview on white background

This text has color #4F141F on white background.



Black color preview on #4F141F background

This text has black color on #4F141F background.


White color preview on #4F141F background

This text has white color on #4F141F background.