COLOR #4F311E

HEX: #4F311E
RGB: (79,49,30)

Color info

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

RGB color model

#4F311E color RGB value is (79,49,30).

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

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 30 of 255 = 12%

79
49
30

R + G + B ~ 21%. #4F311E is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 30 = 158 (100%)
R 79 of 158 ~ 50%
G 49 of 158 ~ 31.01%
B 30 of 158 ~ 18.99%

%50
%31.01
%18.99

CMYK color model

#4F311E color CMYK value is (0,38,62,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 62.03%
  • key color value is 69.02%
CMYK:
(0,38,62,69)
C0M38Y62K69 
(0%,38%,62%,69%)
(0.00/0.38/0.62/0.69)	

CMYK percentages

%0
%37.97
%62.03
%69.02

Codes

Color #4F311E in popluar color models

4F311E
RGB794930
HSL23°44.95%21.37%
HSB/HSV23°62.03%30.98%
CMYK0.00%37.97%62.03%
69.02%

Color #4F311E in popluar number systems.

HEX4F311E
Decimal794930
Binary100111111000111110
Octal1176136

Shades and tints

Shades of #4F311E

#4F311E
(79,49,30)
#482D1C
(72,45,28)
#41291A
(65,41,26)
#3A2518
(58,37,24)
#332116
(51,33,22)
#2C1D14
(44,29,20)
#251912
(37,25,18)
#1E1510
(30,21,16)
#17110E
(23,17,14)
#100D0C
(16,13,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F311E

#4F311E
(79,49,30)
#5F4332
(95,67,50)
#6F5546
(111,85,70)
#7F675A
(127,103,90)
#8F796E
(143,121,110)
#9F8B82
(159,139,130)
#AF9D96
(175,157,150)
#BFAFAA
(191,175,170)
#CFC1BE
(207,193,190)
#DFD3D2
(223,211,210)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F311E; }

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

This text font color is #4F311E.


Background Color

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

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

This div background color is #4F311E.


Border color

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

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

This div border color is #4F311E.


Opacity

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

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

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

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

This text has shadow with #4F311E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F311E on black background.


Color preview on white background

This text has color #4F311E on white background.



Black color preview on #4F311E background

This text has black color on #4F311E background.


White color preview on #4F311E background

This text has white color on #4F311E background.