COLOR #4F2E21

HEX: #4F2E21
RGB: (79,46,33)

Color info

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

RGB color model

#4F2E21 color RGB value is (79,46,33).

  • red value is 79;
  • green value is 46;
  • blue value is 33.
RGB:
(79,46,33)
(31%,18%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 46 of 255 = 18%
B 33 of 255 = 13%

79
46
33

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

Portions of RGB colors in percentages

R + G + B =
79 + 46 + 33 = 158 (100%)
R 79 of 158 ~ 50%
G 46 of 158 ~ 29.11%
B 33 of 158 ~ 20.89%

%50
%29.11
%20.89

CMYK color model

#4F2E21 color CMYK value is (0,42,58,69).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 58.23%
  • key color value is 69.02%
CMYK:
(0,42,58,69)
C0M42Y58K69 
(0%,42%,58%,69%)
(0.00/0.42/0.58/0.69)	

CMYK percentages

%0
%41.77
%58.23
%69.02

Codes

Color #4F2E21 in popluar color models

4F2E21
RGB794633
HSL17°41.07%21.96%
HSB/HSV17°58.23%30.98%
CMYK0.00%41.77%58.23%
69.02%

Color #4F2E21 in popluar number systems.

HEX4F2E21
Decimal794633
Binary1001111101110100001
Octal1175641

Shades and tints

Shades of #4F2E21

#4F2E21
(79,46,33)
#482A1E
(72,42,30)
#41261B
(65,38,27)
#3A2218
(58,34,24)
#331E15
(51,30,21)
#2C1A12
(44,26,18)
#25160F
(37,22,15)
#1E120C
(30,18,12)
#170E09
(23,14,9)
#100A06
(16,10,6)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #4F2E21

#4F2E21
(79,46,33)
#5F4135
(95,65,53)
#6F5449
(111,84,73)
#7F675D
(127,103,93)
#8F7A71
(143,122,113)
#9F8D85
(159,141,133)
#AFA099
(175,160,153)
#BFB3AD
(191,179,173)
#CFC6C1
(207,198,193)
#DFD9D5
(223,217,213)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2E21 color. Also use rgb(79,46,33) instead hex code.

Text Font Color

.myTextColor { color: #4F2E21; }

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

This text font color is #4F2E21.


Background Color

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

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

This div background color is #4F2E21.


Border color

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

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

This div border color is #4F2E21.


Opacity

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

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

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

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

This text has shadow with #4F2E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2E21 on black background.


Color preview on white background

This text has color #4F2E21 on white background.



Black color preview on #4F2E21 background

This text has black color on #4F2E21 background.


White color preview on #4F2E21 background

This text has white color on #4F2E21 background.