COLOR #4F190B

HEX: #4F190B
RGB: (79,25,11)

Color info

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

RGB color model

#4F190B color RGB value is (79,25,11).

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

RGB channels and saturation

R 79 of 255 = 31%
G 25 of 255 = 10%
B 11 of 255 = 4%

79
25
11

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

Portions of RGB colors in percentages

R + G + B =
79 + 25 + 11 = 115 (100%)
R 79 of 115 ~ 68.7%
G 25 of 115 ~ 21.74%
B 11 of 115 ~ 9.57%

%68.7
%21.74
%9.57

CMYK color model

#4F190B color CMYK value is (0,68,86,69).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 86.08%
  • key color value is 69.02%
CMYK:
(0,68,86,69)
C0M68Y86K69 
(0%,68%,86%,69%)
(0.00/0.68/0.86/0.69)	

CMYK percentages

%0
%68.35
%86.08
%69.02

Codes

Color #4F190B in popluar color models

4F190B
RGB792511
HSL12°75.56%17.65%
HSB/HSV12°86.08%30.98%
CMYK0.00%68.35%86.08%
69.02%

Color #4F190B in popluar number systems.

HEX4F190B
Decimal792511
Binary1001111110011011
Octal1173113

Shades and tints

Shades of #4F190B

#4F190B
(79,25,11)
#48170A
(72,23,10)
#411509
(65,21,9)
#3A1308
(58,19,8)
#331107
(51,17,7)
#2C0F06
(44,15,6)
#250D05
(37,13,5)
#1E0B04
(30,11,4)
#170903
(23,9,3)
#100702
(16,7,2)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #4F190B

#4F190B
(79,25,11)
#5F2D21
(95,45,33)
#6F4137
(111,65,55)
#7F554D
(127,85,77)
#8F6963
(143,105,99)
#9F7D79
(159,125,121)
#AF918F
(175,145,143)
#BFA5A5
(191,165,165)
#CFB9BB
(207,185,187)
#DFCDD1
(223,205,209)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F190B; }

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

This text font color is #4F190B.


Background Color

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

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

This div background color is #4F190B.


Border color

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

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

This div border color is #4F190B.


Opacity

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

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

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

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

This text has shadow with #4F190B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F190B on black background.


Color preview on white background

This text has color #4F190B on white background.



Black color preview on #4F190B background

This text has black color on #4F190B background.


White color preview on #4F190B background

This text has white color on #4F190B background.