COLOR #4F320B

HEX: #4F320B
RGB: (79,50,11)

Color info

#4F320B contains mainly red and green colors. Web safe color of #4F320B is #663300 (or #630).

RGB color model

#4F320B color RGB value is (79,50,11).

  • red value is 79;
  • green value is 50;
  • blue value is 11.
RGB:
(79,50,11)
(31%,20%,4%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 11 of 255 = 4%

79
50
11

R + G + B ~ 18%. #4F320B is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 11 = 140 (100%)
R 79 of 140 ~ 56.43%
G 50 of 140 ~ 35.71%
B 11 of 140 ~ 7.86%

%56.43
%35.71

CMYK color model

#4F320B color CMYK value is (0,37,86,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 86.08%
  • key color value is 69.02%
CMYK:
(0,37,86,69)
C0M37Y86K69 
(0%,37%,86%,69%)
(0.00/0.37/0.86/0.69)	

CMYK percentages

%0
%36.71
%86.08
%69.02

Codes

Color #4F320B in popluar color models

4F320B
RGB795011
HSL34°75.56%17.65%
HSB/HSV34°86.08%30.98%
CMYK0.00%36.71%86.08%
69.02%

Color #4F320B in popluar number systems.

HEX4F320B
Decimal795011
Binary10011111100101011
Octal1176213

Shades and tints

Shades of #4F320B

#4F320B
(79,50,11)
#482E0A
(72,46,10)
#412A09
(65,42,9)
#3A2608
(58,38,8)
#332207
(51,34,7)
#2C1E06
(44,30,6)
#251A05
(37,26,5)
#1E1604
(30,22,4)
#171203
(23,18,3)
#100E02
(16,14,2)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #4F320B

#4F320B
(79,50,11)
#5F4421
(95,68,33)
#6F5637
(111,86,55)
#7F684D
(127,104,77)
#8F7A63
(143,122,99)
#9F8C79
(159,140,121)
#AF9E8F
(175,158,143)
#BFB0A5
(191,176,165)
#CFC2BB
(207,194,187)
#DFD4D1
(223,212,209)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F320B color. Also use rgb(79,50,11) instead hex code.

Text Font Color

.myTextColor { color: #4F320B; }

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

This text font color is #4F320B.


Background Color

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

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

This div background color is #4F320B.


Border color

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

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

This div border color is #4F320B.


Opacity

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

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

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

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

This text has shadow with #4F320B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F320B on black background.


Color preview on white background

This text has color #4F320B on white background.



Black color preview on #4F320B background

This text has black color on #4F320B background.


White color preview on #4F320B background

This text has white color on #4F320B background.