COLOR #4F3B2B

HEX: #4F3B2B
RGB: (79,59,43)

Color info

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

RGB color model

#4F3B2B color RGB value is (79,59,43).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 43 of 255 = 17%

79
59
43

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

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 43 = 181 (100%)
R 79 of 181 ~ 43.65%
G 59 of 181 ~ 32.6%
B 43 of 181 ~ 23.76%

%43.65
%32.6
%23.76

CMYK color model

#4F3B2B color CMYK value is (0,25,46,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,25,46,69)
C0M25Y46K69 
(0%,25%,46%,69%)
(0.00/0.25/0.46/0.69)	

CMYK percentages

%0
%25.32
%45.57
%69.02

Codes

Color #4F3B2B in popluar color models

4F3B2B
RGB795943
HSL27°29.51%23.92%
HSB/HSV27°45.57%30.98%
CMYK0.00%25.32%45.57%
69.02%

Color #4F3B2B in popluar number systems.

HEX4F3B2B
Decimal795943
Binary1001111111011101011
Octal1177353

Shades and tints

Shades of #4F3B2B

#4F3B2B
(79,59,43)
#483628
(72,54,40)
#413125
(65,49,37)
#3A2C22
(58,44,34)
#33271F
(51,39,31)
#2C221C
(44,34,28)
#251D19
(37,29,25)
#1E1816
(30,24,22)
#171313
(23,19,19)
#100E10
(16,14,16)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F3B2B

#4F3B2B
(79,59,43)
#5F4C3E
(95,76,62)
#6F5D51
(111,93,81)
#7F6E64
(127,110,100)
#8F7F77
(143,127,119)
#9F908A
(159,144,138)
#AFA19D
(175,161,157)
#BFB2B0
(191,178,176)
#CFC3C3
(207,195,195)
#DFD4D6
(223,212,214)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B2B; }

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

This text font color is #4F3B2B.


Background Color

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

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

This div background color is #4F3B2B.


Border color

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

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

This div border color is #4F3B2B.


Opacity

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

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

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

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

This text has shadow with #4F3B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B2B on black background.


Color preview on white background

This text has color #4F3B2B on white background.



Black color preview on #4F3B2B background

This text has black color on #4F3B2B background.


White color preview on #4F3B2B background

This text has white color on #4F3B2B background.