COLOR #4F321B

HEX: #4F321B
RGB: (79,50,27)

Color info

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

RGB color model

#4F321B color RGB value is (79,50,27).

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

RGB channels and saturation

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

79
50
27

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

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 27 = 156 (100%)
R 79 of 156 ~ 50.64%
G 50 of 156 ~ 32.05%
B 27 of 156 ~ 17.31%

%50.64
%32.05
%17.31

CMYK color model

#4F321B color CMYK value is (0,37,66,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 65.82%
  • key color value is 69.02%
CMYK:
(0,37,66,69)
C0M37Y66K69 
(0%,37%,66%,69%)
(0.00/0.37/0.66/0.69)	

CMYK percentages

%0
%36.71
%65.82
%69.02

Codes

Color #4F321B in popluar color models

4F321B
RGB795027
HSL27°49.06%20.78%
HSB/HSV27°65.82%30.98%
CMYK0.00%36.71%65.82%
69.02%

Color #4F321B in popluar number systems.

HEX4F321B
Decimal795027
Binary100111111001011011
Octal1176233

Shades and tints

Shades of #4F321B

#4F321B
(79,50,27)
#482E19
(72,46,25)
#412A17
(65,42,23)
#3A2615
(58,38,21)
#332213
(51,34,19)
#2C1E11
(44,30,17)
#251A0F
(37,26,15)
#1E160D
(30,22,13)
#17120B
(23,18,11)
#100E09
(16,14,9)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F321B

#4F321B
(79,50,27)
#5F442F
(95,68,47)
#6F5643
(111,86,67)
#7F6857
(127,104,87)
#8F7A6B
(143,122,107)
#9F8C7F
(159,140,127)
#AF9E93
(175,158,147)
#BFB0A7
(191,176,167)
#CFC2BB
(207,194,187)
#DFD4CF
(223,212,207)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F321B; }

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

This text font color is #4F321B.


Background Color

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

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

This div background color is #4F321B.


Border color

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

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

This div border color is #4F321B.


Opacity

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

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

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

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

This text has shadow with #4F321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F321B on black background.


Color preview on white background

This text has color #4F321B on white background.



Black color preview on #4F321B background

This text has black color on #4F321B background.


White color preview on #4F321B background

This text has white color on #4F321B background.