COLOR #4F311C

HEX: #4F311C
RGB: (79,49,28)

Color info

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

RGB color model

#4F311C color RGB value is (79,49,28).

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

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 28 of 255 = 11%

79
49
28

R + G + B ~ 20%. #4F311C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 28 = 156 (100%)
R 79 of 156 ~ 50.64%
G 49 of 156 ~ 31.41%
B 28 of 156 ~ 17.95%

%50.64
%31.41
%17.95

CMYK color model

#4F311C color CMYK value is (0,38,65,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 64.56%
  • key color value is 69.02%
CMYK:
(0,38,65,69)
C0M38Y65K69 
(0%,38%,65%,69%)
(0.00/0.38/0.65/0.69)	

CMYK percentages

%0
%37.97
%64.56
%69.02

Codes

Color #4F311C in popluar color models

4F311C
RGB794928
HSL25°47.66%20.98%
HSB/HSV25°64.56%30.98%
CMYK0.00%37.97%64.56%
69.02%

Color #4F311C in popluar number systems.

HEX4F311C
Decimal794928
Binary100111111000111100
Octal1176134

Shades and tints

Shades of #4F311C

#4F311C
(79,49,28)
#482D1A
(72,45,26)
#412918
(65,41,24)
#3A2516
(58,37,22)
#332114
(51,33,20)
#2C1D12
(44,29,18)
#251910
(37,25,16)
#1E150E
(30,21,14)
#17110C
(23,17,12)
#100D0A
(16,13,10)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F311C

#4F311C
(79,49,28)
#5F4330
(95,67,48)
#6F5544
(111,85,68)
#7F6758
(127,103,88)
#8F796C
(143,121,108)
#9F8B80
(159,139,128)
#AF9D94
(175,157,148)
#BFAFA8
(191,175,168)
#CFC1BC
(207,193,188)
#DFD3D0
(223,211,208)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F311C; }

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

This text font color is #4F311C.


Background Color

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

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

This div background color is #4F311C.


Border color

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

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

This div border color is #4F311C.


Opacity

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

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

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

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

This text has shadow with #4F311C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F311C on black background.


Color preview on white background

This text has color #4F311C on white background.



Black color preview on #4F311C background

This text has black color on #4F311C background.


White color preview on #4F311C background

This text has white color on #4F311C background.