COLOR #4F280B

HEX: #4F280B
RGB: (79,40,11)

Color info

#4F280B contains mainly red and green colors. Web safe color of #4F280B is #663300 (or #630).

RGB color model

#4F280B color RGB value is (79,40,11).

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

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 11 of 255 = 4%

79
40
11

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

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 11 = 130 (100%)
R 79 of 130 ~ 60.77%
G 40 of 130 ~ 30.77%
B 11 of 130 ~ 8.46%

%60.77
%30.77

CMYK color model

#4F280B color CMYK value is (0,49,86,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 86.08%
  • key color value is 69.02%
CMYK:
(0,49,86,69)
C0M49Y86K69 
(0%,49%,86%,69%)
(0.00/0.49/0.86/0.69)	

CMYK percentages

%0
%49.37
%86.08
%69.02

Codes

Color #4F280B in popluar color models

4F280B
RGB794011
HSL26°75.56%17.65%
HSB/HSV26°86.08%30.98%
CMYK0.00%49.37%86.08%
69.02%

Color #4F280B in popluar number systems.

HEX4F280B
Decimal794011
Binary10011111010001011
Octal1175013

Shades and tints

Shades of #4F280B

#4F280B
(79,40,11)
#48250A
(72,37,10)
#412209
(65,34,9)
#3A1F08
(58,31,8)
#331C07
(51,28,7)
#2C1906
(44,25,6)
#251605
(37,22,5)
#1E1304
(30,19,4)
#171003
(23,16,3)
#100D02
(16,13,2)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #4F280B

#4F280B
(79,40,11)
#5F3B21
(95,59,33)
#6F4E37
(111,78,55)
#7F614D
(127,97,77)
#8F7463
(143,116,99)
#9F8779
(159,135,121)
#AF9A8F
(175,154,143)
#BFADA5
(191,173,165)
#CFC0BB
(207,192,187)
#DFD3D1
(223,211,209)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F280B; }

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

This text font color is #4F280B.


Background Color

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

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

This div background color is #4F280B.


Border color

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

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

This div border color is #4F280B.


Opacity

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

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

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

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

This text has shadow with #4F280B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F280B on black background.


Color preview on white background

This text has color #4F280B on white background.



Black color preview on #4F280B background

This text has black color on #4F280B background.


White color preview on #4F280B background

This text has white color on #4F280B background.