COLOR #4F2A13

HEX: #4F2A13
RGB: (79,42,19)

Color info

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

RGB color model

#4F2A13 color RGB value is (79,42,19).

  • red value is 79;
  • green value is 42;
  • blue value is 19.
RGB:
(79,42,19)
(31%,16%,7%)

RGB channels and saturation

R 79 of 255 = 31%
G 42 of 255 = 16%
B 19 of 255 = 7%

79
42
19

R + G + B ~ 18%. #4F2A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 42 + 19 = 140 (100%)
R 79 of 140 ~ 56.43%
G 42 of 140 ~ 30%
B 19 of 140 ~ 13.57%

%56.43
%30
%13.57

CMYK color model

#4F2A13 color CMYK value is (0,47,76,69).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(0,47,76,69)
C0M47Y76K69 
(0%,47%,76%,69%)
(0.00/0.47/0.76/0.69)	

CMYK percentages

%0
%46.84
%75.95
%69.02

Codes

Color #4F2A13 in popluar color models

4F2A13
RGB794219
HSL23°61.22%19.22%
HSB/HSV23°75.95%30.98%
CMYK0.00%46.84%75.95%
69.02%

Color #4F2A13 in popluar number systems.

HEX4F2A13
Decimal794219
Binary100111110101010011
Octal1175223

Shades and tints

Shades of #4F2A13

#4F2A13
(79,42,19)
#482712
(72,39,18)
#412411
(65,36,17)
#3A2110
(58,33,16)
#331E0F
(51,30,15)
#2C1B0E
(44,27,14)
#25180D
(37,24,13)
#1E150C
(30,21,12)
#17120B
(23,18,11)
#100F0A
(16,15,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F2A13

#4F2A13
(79,42,19)
#5F3D28
(95,61,40)
#6F503D
(111,80,61)
#7F6352
(127,99,82)
#8F7667
(143,118,103)
#9F897C
(159,137,124)
#AF9C91
(175,156,145)
#BFAFA6
(191,175,166)
#CFC2BB
(207,194,187)
#DFD5D0
(223,213,208)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2A13 color. Also use rgb(79,42,19) instead hex code.

Text Font Color

.myTextColor { color: #4F2A13; }

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

This text font color is #4F2A13.


Background Color

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

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

This div background color is #4F2A13.


Border color

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

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

This div border color is #4F2A13.


Opacity

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

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

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

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

This text has shadow with #4F2A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2A13 on black background.


Color preview on white background

This text has color #4F2A13 on white background.



Black color preview on #4F2A13 background

This text has black color on #4F2A13 background.


White color preview on #4F2A13 background

This text has white color on #4F2A13 background.