COLOR #4F411C

HEX: #4F411C
RGB: (79,65,28)

Color info

#4F411C contains red, green and blue colors in about the same proportion. Web safe color of #4F411C is #663333 (or #633).

RGB color model

#4F411C color RGB value is (79,65,28).

  • red value is 79;
  • green value is 65;
  • blue value is 28.
RGB:
(79,65,28)
(31%,25%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 28 of 255 = 11%

79
65
28

R + G + B ~ 22%. #4F411C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 65 + 28 = 172 (100%)
R 79 of 172 ~ 45.93%
G 65 of 172 ~ 37.79%
B 28 of 172 ~ 16.28%

%45.93
%37.79
%16.28

CMYK color model

#4F411C color CMYK value is (0,18,65,69).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 64.56%
  • key color value is 69.02%
CMYK:
(0,18,65,69)
C0M18Y65K69 
(0%,18%,65%,69%)
(0.00/0.18/0.65/0.69)	

CMYK percentages

%0
%17.72
%64.56
%69.02

Codes

Color #4F411C in popluar color models

4F411C
RGB796528
HSL44°47.66%20.98%
HSB/HSV44°64.56%30.98%
CMYK0.00%17.72%64.56%
69.02%

Color #4F411C in popluar number systems.

HEX4F411C
Decimal796528
Binary1001111100000111100
Octal11710134

Shades and tints

Shades of #4F411C

#4F411C
(79,65,28)
#483C1A
(72,60,26)
#413718
(65,55,24)
#3A3216
(58,50,22)
#332D14
(51,45,20)
#2C2812
(44,40,18)
#252310
(37,35,16)
#1E1E0E
(30,30,14)
#17190C
(23,25,12)
#10140A
(16,20,10)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #4F411C

#4F411C
(79,65,28)
#5F5230
(95,82,48)
#6F6344
(111,99,68)
#7F7458
(127,116,88)
#8F856C
(143,133,108)
#9F9680
(159,150,128)
#AFA794
(175,167,148)
#BFB8A8
(191,184,168)
#CFC9BC
(207,201,188)
#DFDAD0
(223,218,208)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F411C color. Also use rgb(79,65,28) instead hex code.

Text Font Color

.myTextColor { color: #4F411C; }

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

This text font color is #4F411C.


Background Color

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

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

This div background color is #4F411C.


Border color

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

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

This div border color is #4F411C.


Opacity

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

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

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

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

This text has shadow with #4F411C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F411C on black background.


Color preview on white background

This text has color #4F411C on white background.



Black color preview on #4F411C background

This text has black color on #4F411C background.


White color preview on #4F411C background

This text has white color on #4F411C background.