COLOR #4F3F3B

HEX: #4F3F3B
RGB: (79,63,59)

Color info

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

RGB color model

#4F3F3B color RGB value is (79,63,59).

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

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 59 of 255 = 23%

79
63
59

R + G + B ~ 26%. #4F3F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 59 = 201 (100%)
R 79 of 201 ~ 39.3%
G 63 of 201 ~ 31.34%
B 59 of 201 ~ 29.35%

%39.3
%31.34
%29.35

CMYK color model

#4F3F3B color CMYK value is (0,20,25,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 25.32%
  • key color value is 69.02%
CMYK:
(0,20,25,69)
C0M20Y25K69 
(0%,20%,25%,69%)
(0.00/0.20/0.25/0.69)	

CMYK percentages

%0
%20.25
%25.32
%69.02

Codes

Color #4F3F3B in popluar color models

4F3F3B
RGB796359
HSL12°14.49%27.06%
HSB/HSV12°25.32%30.98%
CMYK0.00%20.25%25.32%
69.02%

Color #4F3F3B in popluar number systems.

HEX4F3F3B
Decimal796359
Binary1001111111111111011
Octal1177773

Shades and tints

Shades of #4F3F3B

#4F3F3B
(79,63,59)
#483A36
(72,58,54)
#413531
(65,53,49)
#3A302C
(58,48,44)
#332B27
(51,43,39)
#2C2622
(44,38,34)
#25211D
(37,33,29)
#1E1C18
(30,28,24)
#171713
(23,23,19)
#10120E
(16,18,14)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F3F3B

#4F3F3B
(79,63,59)
#5F504C
(95,80,76)
#6F615D
(111,97,93)
#7F726E
(127,114,110)
#8F837F
(143,131,127)
#9F9490
(159,148,144)
#AFA5A1
(175,165,161)
#BFB6B2
(191,182,178)
#CFC7C3
(207,199,195)
#DFD8D4
(223,216,212)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3F3B; }

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

This text font color is #4F3F3B.


Background Color

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

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

This div background color is #4F3F3B.


Border color

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

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

This div border color is #4F3F3B.


Opacity

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

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

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

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

This text has shadow with #4F3F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F3B on black background.


Color preview on white background

This text has color #4F3F3B on white background.



Black color preview on #4F3F3B background

This text has black color on #4F3F3B background.


White color preview on #4F3F3B background

This text has white color on #4F3F3B background.