COLOR #4F3D36

HEX: #4F3D36
RGB: (79,61,54)

Color info

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

RGB color model

#4F3D36 color RGB value is (79,61,54).

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

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 54 of 255 = 21%

79
61
54

R + G + B ~ 25%. #4F3D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 61 + 54 = 194 (100%)
R 79 of 194 ~ 40.72%
G 61 of 194 ~ 31.44%
B 54 of 194 ~ 27.84%

%40.72
%31.44
%27.84

CMYK color model

#4F3D36 color CMYK value is (0,23,32,69).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 31.65%
  • key color value is 69.02%
CMYK:
(0,23,32,69)
C0M23Y32K69 
(0%,23%,32%,69%)
(0.00/0.23/0.32/0.69)	

CMYK percentages

%0
%22.78
%31.65
%69.02

Codes

Color #4F3D36 in popluar color models

4F3D36
RGB796154
HSL17°18.80%26.08%
HSB/HSV17°31.65%30.98%
CMYK0.00%22.78%31.65%
69.02%

Color #4F3D36 in popluar number systems.

HEX4F3D36
Decimal796154
Binary1001111111101110110
Octal1177566

Shades and tints

Shades of #4F3D36

#4F3D36
(79,61,54)
#483832
(72,56,50)
#41332E
(65,51,46)
#3A2E2A
(58,46,42)
#332926
(51,41,38)
#2C2422
(44,36,34)
#251F1E
(37,31,30)
#1E1A1A
(30,26,26)
#171516
(23,21,22)
#101012
(16,16,18)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F3D36

#4F3D36
(79,61,54)
#5F4E48
(95,78,72)
#6F5F5A
(111,95,90)
#7F706C
(127,112,108)
#8F817E
(143,129,126)
#9F9290
(159,146,144)
#AFA3A2
(175,163,162)
#BFB4B4
(191,180,180)
#CFC5C6
(207,197,198)
#DFD6D8
(223,214,216)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3D36; }

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

This text font color is #4F3D36.


Background Color

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

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

This div background color is #4F3D36.


Border color

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

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

This div border color is #4F3D36.


Opacity

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

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

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

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

This text has shadow with #4F3D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3D36 on black background.


Color preview on white background

This text has color #4F3D36 on white background.



Black color preview on #4F3D36 background

This text has black color on #4F3D36 background.


White color preview on #4F3D36 background

This text has white color on #4F3D36 background.