COLOR #4F2F0C

HEX: #4F2F0C
RGB: (79,47,12)

Color info

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

RGB color model

#4F2F0C color RGB value is (79,47,12).

  • red value is 79;
  • green value is 47;
  • blue value is 12.
RGB:
(79,47,12)
(31%,18%,5%)

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 12 of 255 = 5%

79
47
12

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

Portions of RGB colors in percentages

R + G + B =
79 + 47 + 12 = 138 (100%)
R 79 of 138 ~ 57.25%
G 47 of 138 ~ 34.06%
B 12 of 138 ~ 8.7%

%57.25
%34.06

CMYK color model

#4F2F0C color CMYK value is (0,41,85,69).

  • cyan value is 0.00%
  • magenta value is 40.51%
  • yellow value is 84.81%
  • key color value is 69.02%
CMYK:
(0,41,85,69)
C0M41Y85K69 
(0%,41%,85%,69%)
(0.00/0.41/0.85/0.69)	

CMYK percentages

%0
%40.51
%84.81
%69.02

Codes

Color #4F2F0C in popluar color models

4F2F0C
RGB794712
HSL31°73.63%17.84%
HSB/HSV31°84.81%30.98%
CMYK0.00%40.51%84.81%
69.02%

Color #4F2F0C in popluar number systems.

HEX4F2F0C
Decimal794712
Binary10011111011111100
Octal1175714

Shades and tints

Shades of #4F2F0C

#4F2F0C
(79,47,12)
#482B0B
(72,43,11)
#41270A
(65,39,10)
#3A2309
(58,35,9)
#331F08
(51,31,8)
#2C1B07
(44,27,7)
#251706
(37,23,6)
#1E1305
(30,19,5)
#170F04
(23,15,4)
#100B03
(16,11,3)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #4F2F0C

#4F2F0C
(79,47,12)
#5F4122
(95,65,34)
#6F5338
(111,83,56)
#7F654E
(127,101,78)
#8F7764
(143,119,100)
#9F897A
(159,137,122)
#AF9B90
(175,155,144)
#BFADA6
(191,173,166)
#CFBFBC
(207,191,188)
#DFD1D2
(223,209,210)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2F0C color. Also use rgb(79,47,12) instead hex code.

Text Font Color

.myTextColor { color: #4F2F0C; }

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

This text font color is #4F2F0C.


Background Color

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

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

This div background color is #4F2F0C.


Border color

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

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

This div border color is #4F2F0C.


Opacity

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

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

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

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

This text has shadow with #4F2F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2F0C on black background.


Color preview on white background

This text has color #4F2F0C on white background.



Black color preview on #4F2F0C background

This text has black color on #4F2F0C background.


White color preview on #4F2F0C background

This text has white color on #4F2F0C background.