COLOR #4F2A1D

HEX: #4F2A1D
RGB: (79,42,29)

Color info

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

RGB color model

#4F2A1D color RGB value is (79,42,29).

  • red value is 79;
  • green value is 42;
  • blue value is 29.
RGB:
(79,42,29)
(31%,16%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 42 of 255 = 16%
B 29 of 255 = 11%

79
42
29

R + G + B ~ 19%. #4F2A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 42 + 29 = 150 (100%)
R 79 of 150 ~ 52.67%
G 42 of 150 ~ 28%
B 29 of 150 ~ 19.33%

%52.67
%28
%19.33

CMYK color model

#4F2A1D color CMYK value is (0,47,63,69).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 63.29%
  • key color value is 69.02%
CMYK:
(0,47,63,69)
C0M47Y63K69 
(0%,47%,63%,69%)
(0.00/0.47/0.63/0.69)	

CMYK percentages

%0
%46.84
%63.29
%69.02

Codes

Color #4F2A1D in popluar color models

4F2A1D
RGB794229
HSL16°46.30%21.18%
HSB/HSV16°63.29%30.98%
CMYK0.00%46.84%63.29%
69.02%

Color #4F2A1D in popluar number systems.

HEX4F2A1D
Decimal794229
Binary100111110101011101
Octal1175235

Shades and tints

Shades of #4F2A1D

#4F2A1D
(79,42,29)
#48271B
(72,39,27)
#412419
(65,36,25)
#3A2117
(58,33,23)
#331E15
(51,30,21)
#2C1B13
(44,27,19)
#251811
(37,24,17)
#1E150F
(30,21,15)
#17120D
(23,18,13)
#100F0B
(16,15,11)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F2A1D

#4F2A1D
(79,42,29)
#5F3D31
(95,61,49)
#6F5045
(111,80,69)
#7F6359
(127,99,89)
#8F766D
(143,118,109)
#9F8981
(159,137,129)
#AF9C95
(175,156,149)
#BFAFA9
(191,175,169)
#CFC2BD
(207,194,189)
#DFD5D1
(223,213,209)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2A1D color. Also use rgb(79,42,29) instead hex code.

Text Font Color

.myTextColor { color: #4F2A1D; }

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

This text font color is #4F2A1D.


Background Color

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

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

This div background color is #4F2A1D.


Border color

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

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

This div border color is #4F2A1D.


Opacity

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

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

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

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

This text has shadow with #4F2A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2A1D on black background.


Color preview on white background

This text has color #4F2A1D on white background.



Black color preview on #4F2A1D background

This text has black color on #4F2A1D background.


White color preview on #4F2A1D background

This text has white color on #4F2A1D background.