COLOR #4F311A

HEX: #4F311A
RGB: (79,49,26)

Color info

#4F311A contains red, green and blue colors in about the same proportion. Web safe color of #4F311A is #663300 (or #630).

RGB color model

#4F311A color RGB value is (79,49,26).

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

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 26 of 255 = 10%

79
49
26

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

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 26 = 154 (100%)
R 79 of 154 ~ 51.3%
G 49 of 154 ~ 31.82%
B 26 of 154 ~ 16.88%

%51.3
%31.82
%16.88

CMYK color model

#4F311A color CMYK value is (0,38,67,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 67.09%
  • key color value is 69.02%
CMYK:
(0,38,67,69)
C0M38Y67K69 
(0%,38%,67%,69%)
(0.00/0.38/0.67/0.69)	

CMYK percentages

%0
%37.97
%67.09
%69.02

Codes

Color #4F311A in popluar color models

4F311A
RGB794926
HSL26°50.48%20.59%
HSB/HSV26°67.09%30.98%
CMYK0.00%37.97%67.09%
69.02%

Color #4F311A in popluar number systems.

HEX4F311A
Decimal794926
Binary100111111000111010
Octal1176132

Shades and tints

Shades of #4F311A

#4F311A
(79,49,26)
#482D18
(72,45,24)
#412916
(65,41,22)
#3A2514
(58,37,20)
#332112
(51,33,18)
#2C1D10
(44,29,16)
#25190E
(37,25,14)
#1E150C
(30,21,12)
#17110A
(23,17,10)
#100D08
(16,13,8)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F311A

#4F311A
(79,49,26)
#5F432E
(95,67,46)
#6F5542
(111,85,66)
#7F6756
(127,103,86)
#8F796A
(143,121,106)
#9F8B7E
(159,139,126)
#AF9D92
(175,157,146)
#BFAFA6
(191,175,166)
#CFC1BA
(207,193,186)
#DFD3CE
(223,211,206)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F311A; }

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

This text font color is #4F311A.


Background Color

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

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

This div background color is #4F311A.


Border color

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

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

This div border color is #4F311A.


Opacity

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

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

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

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

This text has shadow with #4F311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F311A on black background.


Color preview on white background

This text has color #4F311A on white background.



Black color preview on #4F311A background

This text has black color on #4F311A background.


White color preview on #4F311A background

This text has white color on #4F311A background.