COLOR #4F280D

HEX: #4F280D
RGB: (79,40,13)

Color info

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

RGB color model

#4F280D color RGB value is (79,40,13).

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

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 13 of 255 = 5%

79
40
13

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

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 13 = 132 (100%)
R 79 of 132 ~ 59.85%
G 40 of 132 ~ 30.3%
B 13 of 132 ~ 9.85%

%59.85
%30.3
%9.85

CMYK color model

#4F280D color CMYK value is (0,49,84,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 83.54%
  • key color value is 69.02%
CMYK:
(0,49,84,69)
C0M49Y84K69 
(0%,49%,84%,69%)
(0.00/0.49/0.84/0.69)	

CMYK percentages

%0
%49.37
%83.54
%69.02

Codes

Color #4F280D in popluar color models

4F280D
RGB794013
HSL25°71.74%18.04%
HSB/HSV25°83.54%30.98%
CMYK0.00%49.37%83.54%
69.02%

Color #4F280D in popluar number systems.

HEX4F280D
Decimal794013
Binary10011111010001101
Octal1175015

Shades and tints

Shades of #4F280D

#4F280D
(79,40,13)
#48250C
(72,37,12)
#41220B
(65,34,11)
#3A1F0A
(58,31,10)
#331C09
(51,28,9)
#2C1908
(44,25,8)
#251607
(37,22,7)
#1E1306
(30,19,6)
#171005
(23,16,5)
#100D04
(16,13,4)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #4F280D

#4F280D
(79,40,13)
#5F3B23
(95,59,35)
#6F4E39
(111,78,57)
#7F614F
(127,97,79)
#8F7465
(143,116,101)
#9F877B
(159,135,123)
#AF9A91
(175,154,145)
#BFADA7
(191,173,167)
#CFC0BD
(207,192,189)
#DFD3D3
(223,211,211)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F280D; }

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

This text font color is #4F280D.


Background Color

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

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

This div background color is #4F280D.


Border color

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

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

This div border color is #4F280D.


Opacity

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

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

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

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

This text has shadow with #4F280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F280D on black background.


Color preview on white background

This text has color #4F280D on white background.



Black color preview on #4F280D background

This text has black color on #4F280D background.


White color preview on #4F280D background

This text has white color on #4F280D background.