COLOR #4F060B

HEX: #4F060B
RGB: (79,6,11)

Color info

#4F060B contains mainly red color. Web safe color of #4F060B is #660000 (or #600).

RGB color model

#4F060B color RGB value is (79,6,11).

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

RGB channels and saturation

R 79 of 255 = 31%
G 6 of 255 = 2%
B 11 of 255 = 4%

79
6
11

R + G + B ~ 12%. #4F060B is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 6 + 11 = 96 (100%)
R 79 of 96 ~ 82.29%
G 6 of 96 ~ 6.25%
B 11 of 96 ~ 11.46%

%82.29
%11.46

CMYK color model

#4F060B color CMYK value is (0,92,86,69).

  • cyan value is 0.00%
  • magenta value is 92.41%
  • yellow value is 86.08%
  • key color value is 69.02%
CMYK:
(0,92,86,69)
C0M92Y86K69 
(0%,92%,86%,69%)
(0.00/0.92/0.86/0.69)	

CMYK percentages

%0
%92.41
%86.08
%69.02

Codes

Color #4F060B in popluar color models

4F060B
RGB79611
HSL356°85.88%16.67%
HSB/HSV356°92.41%30.98%
CMYK0.00%92.41%86.08%
69.02%

Color #4F060B in popluar number systems.

HEX4F060B
Decimal79611
Binary10011111101011
Octal117613

Shades and tints

Shades of #4F060B

#4F060B
(79,6,11)
#48060A
(72,6,10)
#410609
(65,6,9)
#3A0608
(58,6,8)
#330607
(51,6,7)
#2C0606
(44,6,6)
#250605
(37,6,5)
#1E0604
(30,6,4)
#170603
(23,6,3)
#100602
(16,6,2)
#090601
(9,6,1)
#000000
(0,0,0)

Tints of #4F060B

#4F060B
(79,6,11)
#5F1C21
(95,28,33)
#6F3237
(111,50,55)
#7F484D
(127,72,77)
#8F5E63
(143,94,99)
#9F7479
(159,116,121)
#AF8A8F
(175,138,143)
#BFA0A5
(191,160,165)
#CFB6BB
(207,182,187)
#DFCCD1
(223,204,209)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F060B; }

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

This text font color is #4F060B.


Background Color

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

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

This div background color is #4F060B.


Border color

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

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

This div border color is #4F060B.


Opacity

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

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

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

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

This text has shadow with #4F060B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F060B on black background.


Color preview on white background

This text has color #4F060B on white background.



Black color preview on #4F060B background

This text has black color on #4F060B background.


White color preview on #4F060B background

This text has white color on #4F060B background.