COLOR #4F3F1B

HEX: #4F3F1B
RGB: (79,63,27)

Color info

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

RGB color model

#4F3F1B color RGB value is (79,63,27).

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

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 27 of 255 = 11%

79
63
27

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

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 27 = 169 (100%)
R 79 of 169 ~ 46.75%
G 63 of 169 ~ 37.28%
B 27 of 169 ~ 15.98%

%46.75
%37.28
%15.98

CMYK color model

#4F3F1B color CMYK value is (0,20,66,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 65.82%
  • key color value is 69.02%
CMYK:
(0,20,66,69)
C0M20Y66K69 
(0%,20%,66%,69%)
(0.00/0.20/0.66/0.69)	

CMYK percentages

%0
%20.25
%65.82
%69.02

Codes

Color #4F3F1B in popluar color models

4F3F1B
RGB796327
HSL42°49.06%20.78%
HSB/HSV42°65.82%30.98%
CMYK0.00%20.25%65.82%
69.02%

Color #4F3F1B in popluar number systems.

HEX4F3F1B
Decimal796327
Binary100111111111111011
Octal1177733

Shades and tints

Shades of #4F3F1B

#4F3F1B
(79,63,27)
#483A19
(72,58,25)
#413517
(65,53,23)
#3A3015
(58,48,21)
#332B13
(51,43,19)
#2C2611
(44,38,17)
#25210F
(37,33,15)
#1E1C0D
(30,28,13)
#17170B
(23,23,11)
#101209
(16,18,9)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #4F3F1B

#4F3F1B
(79,63,27)
#5F502F
(95,80,47)
#6F6143
(111,97,67)
#7F7257
(127,114,87)
#8F836B
(143,131,107)
#9F947F
(159,148,127)
#AFA593
(175,165,147)
#BFB6A7
(191,182,167)
#CFC7BB
(207,199,187)
#DFD8CF
(223,216,207)
#EFE9E3
(239,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3F1B color. Also use rgb(79,63,27) instead hex code.

Text Font Color

.myTextColor { color: #4F3F1B; }

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

This text font color is #4F3F1B.


Background Color

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

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

This div background color is #4F3F1B.


Border color

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

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

This div border color is #4F3F1B.


Opacity

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

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

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

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

This text has shadow with #4F3F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F1B on black background.


Color preview on white background

This text has color #4F3F1B on white background.



Black color preview on #4F3F1B background

This text has black color on #4F3F1B background.


White color preview on #4F3F1B background

This text has white color on #4F3F1B background.