COLOR #4F4B3B

HEX: #4F4B3B
RGB: (79,75,59)

Color info

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

RGB color model

#4F4B3B color RGB value is (79,75,59).

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

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 59 of 255 = 23%

79
75
59

R + G + B ~ 28%. #4F4B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 59 = 213 (100%)
R 79 of 213 ~ 37.09%
G 75 of 213 ~ 35.21%
B 59 of 213 ~ 27.7%

%37.09
%35.21
%27.7

CMYK color model

#4F4B3B color CMYK value is (0,5,25,69).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 25.32%
  • key color value is 69.02%
CMYK:
(0,5,25,69)
C0M5Y25K69 
(0%,5%,25%,69%)
(0.00/0.05/0.25/0.69)	

CMYK percentages

%0
%5.06
%25.32
%69.02

Codes

Color #4F4B3B in popluar color models

4F4B3B
RGB797559
HSL48°14.49%27.06%
HSB/HSV48°25.32%30.98%
CMYK0.00%5.06%25.32%
69.02%

Color #4F4B3B in popluar number systems.

HEX4F4B3B
Decimal797559
Binary10011111001011111011
Octal11711373

Shades and tints

Shades of #4F4B3B

#4F4B3B
(79,75,59)
#484536
(72,69,54)
#413F31
(65,63,49)
#3A392C
(58,57,44)
#333327
(51,51,39)
#2C2D22
(44,45,34)
#25271D
(37,39,29)
#1E2118
(30,33,24)
#171B13
(23,27,19)
#10150E
(16,21,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #4F4B3B

#4F4B3B
(79,75,59)
#5F5B4C
(95,91,76)
#6F6B5D
(111,107,93)
#7F7B6E
(127,123,110)
#8F8B7F
(143,139,127)
#9F9B90
(159,155,144)
#AFABA1
(175,171,161)
#BFBBB2
(191,187,178)
#CFCBC3
(207,203,195)
#DFDBD4
(223,219,212)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B3B; }

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

This text font color is #4F4B3B.


Background Color

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

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

This div background color is #4F4B3B.


Border color

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

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

This div border color is #4F4B3B.


Opacity

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

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

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

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

This text has shadow with #4F4B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B3B on black background.


Color preview on white background

This text has color #4F4B3B on white background.



Black color preview on #4F4B3B background

This text has black color on #4F4B3B background.


White color preview on #4F4B3B background

This text has white color on #4F4B3B background.