COLOR #4F2E3D

HEX: #4F2E3D
RGB: (79,46,61)

Color info

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

RGB color model

#4F2E3D color RGB value is (79,46,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 46 of 255 = 18%
B 61 of 255 = 24%

79
46
61

R + G + B ~ 24%. #4F2E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 46 + 61 = 186 (100%)
R 79 of 186 ~ 42.47%
G 46 of 186 ~ 24.73%
B 61 of 186 ~ 32.8%

%42.47
%24.73
%32.8

CMYK color model

#4F2E3D color CMYK value is (0,42,23,69).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,42,23,69)
C0M42Y23K69 
(0%,42%,23%,69%)
(0.00/0.42/0.23/0.69)	

CMYK percentages

%0
%41.77
%22.78
%69.02

Codes

Color #4F2E3D in popluar color models

4F2E3D
RGB794661
HSL333°26.40%24.51%
HSB/HSV333°41.77%30.98%
CMYK0.00%41.77%22.78%
69.02%

Color #4F2E3D in popluar number systems.

HEX4F2E3D
Decimal794661
Binary1001111101110111101
Octal1175675

Shades and tints

Shades of #4F2E3D

#4F2E3D
(79,46,61)
#482A38
(72,42,56)
#412633
(65,38,51)
#3A222E
(58,34,46)
#331E29
(51,30,41)
#2C1A24
(44,26,36)
#25161F
(37,22,31)
#1E121A
(30,18,26)
#170E15
(23,14,21)
#100A10
(16,10,16)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F2E3D

#4F2E3D
(79,46,61)
#5F414E
(95,65,78)
#6F545F
(111,84,95)
#7F6770
(127,103,112)
#8F7A81
(143,122,129)
#9F8D92
(159,141,146)
#AFA0A3
(175,160,163)
#BFB3B4
(191,179,180)
#CFC6C5
(207,198,197)
#DFD9D6
(223,217,214)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2E3D; }

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

This text font color is #4F2E3D.


Background Color

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

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

This div background color is #4F2E3D.


Border color

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

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

This div border color is #4F2E3D.


Opacity

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

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

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

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

This text has shadow with #4F2E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2E3D on black background.


Color preview on white background

This text has color #4F2E3D on white background.



Black color preview on #4F2E3D background

This text has black color on #4F2E3D background.


White color preview on #4F2E3D background

This text has white color on #4F2E3D background.