COLOR #4F3C3F

HEX: #4F3C3F
RGB: (79,60,63)

Color info

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

RGB color model

#4F3C3F color RGB value is (79,60,63).

  • red value is 79;
  • green value is 60;
  • blue value is 63.
RGB:
(79,60,63)
(31%,24%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 63 of 255 = 25%

79
60
63

R + G + B ~ 27%. #4F3C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 63 = 202 (100%)
R 79 of 202 ~ 39.11%
G 60 of 202 ~ 29.7%
B 63 of 202 ~ 31.19%

%39.11
%29.7
%31.19

CMYK color model

#4F3C3F color CMYK value is (0,24,20,69).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(0,24,20,69)
C0M24Y20K69 
(0%,24%,20%,69%)
(0.00/0.24/0.20/0.69)	

CMYK percentages

%0
%24.05
%20.25
%69.02

Codes

Color #4F3C3F in popluar color models

4F3C3F
RGB796063
HSL351°13.67%27.25%
HSB/HSV351°24.05%30.98%
CMYK0.00%24.05%20.25%
69.02%

Color #4F3C3F in popluar number systems.

HEX4F3C3F
Decimal796063
Binary1001111111100111111
Octal1177477

Shades and tints

Shades of #4F3C3F

#4F3C3F
(79,60,63)
#48373A
(72,55,58)
#413235
(65,50,53)
#3A2D30
(58,45,48)
#33282B
(51,40,43)
#2C2326
(44,35,38)
#251E21
(37,30,33)
#1E191C
(30,25,28)
#171417
(23,20,23)
#100F12
(16,15,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F3C3F

#4F3C3F
(79,60,63)
#5F4D50
(95,77,80)
#6F5E61
(111,94,97)
#7F6F72
(127,111,114)
#8F8083
(143,128,131)
#9F9194
(159,145,148)
#AFA2A5
(175,162,165)
#BFB3B6
(191,179,182)
#CFC4C7
(207,196,199)
#DFD5D8
(223,213,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3C3F color. Also use rgb(79,60,63) instead hex code.

Text Font Color

.myTextColor { color: #4F3C3F; }

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

This text font color is #4F3C3F.


Background Color

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

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

This div background color is #4F3C3F.


Border color

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

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

This div border color is #4F3C3F.


Opacity

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

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

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

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

This text has shadow with #4F3C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C3F on black background.


Color preview on white background

This text has color #4F3C3F on white background.



Black color preview on #4F3C3F background

This text has black color on #4F3C3F background.


White color preview on #4F3C3F background

This text has white color on #4F3C3F background.